Stefan Metzmacher
e54d58d113
autobuild: add some comments
...
metze
2010-10-25 08:16:28 +00:00
Stefan Metzmacher
47e2371598
autobuild: run ldb tests with TDB_NO_FSYNC=1
...
Only the tdb tests should not have this.
metze
2010-10-25 07:02:26 +00:00
Andrew Tridgell
db73b4a2c1
waf: moved the -Wl,-no-undefined flags to source4 and ldb
...
moved it out of the general waf build as the s3 waf build cannot yet
handle linking with -Wl,-no-undefined
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Mon Oct 25 01:12:15 UTC 2010 on sn-devel-104
2010-10-25 01:12:15 +00:00
Andrew Tridgell
986a00dcef
s3-waf: fixed paths in s3 waf build for rpc_server
...
paths in waf rules are relative
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-25 11:12:03 +11:00
Andrew Tridgell
ec98bb55c6
s3-waf: fixed waf configure for recent changes
2010-10-25 11:12:03 +11:00
Andrew Bartlett
14686e4b5a
libcli/security Remove unused sec_acl_equal()
...
This was orphaned by changing sec_desc_equal() to the stricter
security_descriptor_equal() by
f4195183a47b0e7c8bc9644d62b123f7880f3fcd in 2009.
(The difference here was that sec_acl_equal allowed for equivilent ordering. I've checked the callers, and this function is only used to skip actual ACL sets, or to reference a cache, so this seems
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sun Oct 24 22:21:23 UTC 2010 on sn-devel-104
2010-10-24 22:21:23 +00:00
Volker Lendecke
caf77f7c73
s3: Use cli_setpathinfo in cli_posix_unlink_internal
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Oct 24 21:28:08 UTC 2010 on sn-devel-104
2010-10-24 21:28:08 +00:00
Volker Lendecke
2d51a24ba5
s3: Avoid passing down a boolean to cli_posix_unlink_internal_send
2010-10-24 20:46:28 +00:00
Volker Lendecke
28e243f7ad
s3: Use cli_setpathinfo in cli_posix_chown_chmod_internal
2010-10-24 20:46:28 +00:00
Volker Lendecke
dedda3e245
s3: Use cli_setpathinfo in cli_posix_link_internal
2010-10-24 20:46:28 +00:00
Volker Lendecke
c0a6b74aa4
s3: Use tevent_req_simple_recv_ntstatus where appropriate
2010-10-24 20:46:28 +00:00
Volker Lendecke
64275ebe89
s3: Pass down a level instead of a flag to cli_posix_link_internal
2010-10-24 20:46:28 +00:00
Volker Lendecke
7b3fccd5b4
s3: Add async cli_setpathinfo
2010-10-24 20:46:28 +00:00
Volker Lendecke
40cc1a3d2e
s3: Add "setea" to smbclient
2010-10-24 20:46:28 +00:00
Volker Lendecke
86cb0ad242
s3: Add "geteas" to smbclient
2010-10-24 20:46:28 +00:00
Volker Lendecke
0831807782
Add dump_data_cb()
2010-10-24 20:46:28 +00:00
Volker Lendecke
611bcfcb49
Add print_asc_cb()
2010-10-24 20:46:28 +00:00
Kamen Mazdrashki
9e7bcaab2d
s4-test: Print correct partition DN in msDSIntId test
...
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Sun Oct 24 20:45:21 UTC 2010 on sn-devel-104
2010-10-24 20:45:21 +00:00
Matthias Dieter Wallnöfer
7b3dbbde04
s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed strings
...
They can be substituted by "ldb_msg_add_string" if the string was already
talloc'ed.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct 24 20:03:27 UTC 2010 on sn-devel-104
2010-10-24 20:03:27 +00:00
Stefan Metzmacher
177aad556f
talloc: pytalloc should not depend on samba specific code
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 19:21:25 UTC 2010 on sn-devel-104
2010-10-24 19:21:25 +00:00
Stefan Metzmacher
cbee24b2da
s3:include: move debug.c prototypes to debug.h
...
metze
2010-10-24 18:40:13 +00:00
Stefan Metzmacher
dbc934ee4b
s3:include: move MAX_DEBUG_LEVEL from local.h to debug.h
...
metze
2010-10-24 18:40:13 +00:00
Matthias Dieter Wallnöfer
32189689df
s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"
...
In both the "objectguid" and the "repl_meta_data" DSDB module.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct 24 18:39:43 UTC 2010 on sn-devel-104
2010-10-24 18:39:43 +00:00
Matthias Dieter Wallnöfer
49dee0e453
s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possible
...
This should prevent all possible integer storage problems in future.
2010-10-24 17:57:06 +00:00
Stefan Metzmacher
482c022840
pidl:Samba4/NDR/Parser: fix NDR64 union alignment
...
We need to align before the switch_type and before the
union arms. Both alignments are to the boundary of the largest
possible union arm.
This means that adding a new union arm with a larger alignment
would break compat!!!
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 17:49:23 UTC 2010 on sn-devel-104
2010-10-24 17:49:23 +00:00
Stefan Metzmacher
fd628e7ae4
midltests: add more union_align examples
...
This demonstrates the difference between NDR32 and NDR64
metze
2010-10-24 19:04:08 +02:00
Volker Lendecke
172a1580d2
s3: Initialize output vars in parse_ea_blob
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104
2010-10-24 12:22:22 +00:00
Stefan Metzmacher
005b50ad68
s4:librpc: we don't need dcerpc client bindings for dns.idl
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 11:23:50 UTC 2010 on sn-devel-104
2010-10-24 11:23:50 +00:00
Volker Lendecke
09a1075044
s3: Remove unused cli_get_ea_list_fnum
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Oct 24 10:23:29 UTC 2010 on sn-devel-104
2010-10-24 10:23:28 +00:00
Volker Lendecke
5a17d26e47
s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo
2010-10-24 11:39:30 +02:00
Volker Lendecke
c095809c04
s3: Convert cli_qfileinfo_basic to cli_qfileinfo
2010-10-24 11:39:30 +02:00
Volker Lendecke
d864b1bace
s3: Convert cli_qfilename to cli_qfileinfo
2010-10-24 11:39:30 +02:00
Volker Lendecke
9423257806
s3: Add async cli_qfileinfo
2010-10-24 11:39:30 +02:00
Volker Lendecke
03333fc68c
s3: Rename cli_fileinfo() to cli_fileinfo_basic()
2010-10-24 11:39:29 +02:00
Jelmer Vernooij
a6611c16a8
torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled.
...
torture_local tests nss_wrapper.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 24 01:02:00 UTC 2010 on sn-devel-104
2010-10-24 01:02:00 +00:00
Jelmer Vernooij
92c12a39a9
ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with
...
'ldb' python module.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
599afb0651
s4: Rename LIBCLI_NBT -> cli_nbt.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
5224de3f74
s4: Rename LIBCLI_LDAP to libcli_ldap.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
a57bd4e2d8
s4: Rename WBCLIENT to wbclient.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
18ae8887a3
s4: Rename DB_GLUE to db_glue.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
fc6bfe24fd
s4: Rename SMBPASSWD to smbpasswd.
...
Rename DSDB_MODULE to dsdb_module.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
8c99517a0c
waf: Lowercase several library names.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
833480d3ad
s4: Rename LIBSAMBA-* to libsamba-*
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
ca16d805bd
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
7a731ccdfc
s4: Rename SAMDB_COMMON to samdb_common.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
2bcd7f6827
waf: Rename LIBWINBIND-CLIENT to libwinbind-client
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
2933fac7c7
s4: Rename NSS_WRAPPER to nss_wrapper.
...
Only link to nss_wrapper when it is enabled.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104
2010-10-23 23:05:43 +00:00
Jelmer Vernooij
9757a0c54c
s4: Rename UID_WRAPPER to uid_wrapper.
...
Only link to uid_wrapper when it is enabled.
2010-10-23 22:24:06 +00:00
Jelmer Vernooij
7b8549348a
s4: Rename WRAP_XATTR to wrap_xattr.
2010-10-23 22:24:06 +00:00
Jelmer Vernooij
cf26d8a958
s4: Rename LIBEVENTS to libevents.
2010-10-23 22:24:06 +00:00