Andrew Tridgell
a3ed70ff96
pidl: fixed call to cpp with a space in the directory name
2010-11-21 23:10:14 +11:00
Andrew Tridgell
fcdbd06136
waf: fixed the build with a space in the source directory
2010-11-21 23:10:14 +11:00
Andrew Tridgell
808edd0293
s4-rpc: make rpc connect less verbose
2010-11-21 23:10:14 +11:00
Matthias Dieter Wallnöfer
e8bae4c40a
waf:lib/util - add missing dependency on talloc
...
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 20 23:35:48 CET 2010 on sn-devel-104
2010-11-20 23:35:48 +01:00
Matthias Dieter Wallnöfer
6d1e00cd24
s4:repl_meta_data LDB module - fix a counter type
...
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 20 22:32:06 CET 2010 on sn-devel-104
2010-11-20 22:32:06 +01:00
Matthias Dieter Wallnöfer
f46b761054
s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higher
...
- they don't need the allocated "ac" context
- some small code cleanups
2010-11-20 21:42:54 +01:00
Matthias Dieter Wallnöfer
d9f97cd57f
s4:objectclass_attrs LDB module - add more delete protected attributes
...
And enhance the testsuite
2010-11-20 21:15:57 +01:00
Matthias Dieter Wallnöfer
87ddd5a807
s4:samldb LDB module - objectclass trigger - reorder template attributes
2010-11-20 21:01:27 +01:00
Ricardo Jorge
bd7647f0f9
pyrpc: Build the samba.dcerpc.srvsvc module.
...
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Nov 20 19:52:36 CET 2010 on sn-devel-104
2010-11-20 19:52:35 +01:00
Arnaud Faucher
bc058b79bc
heimdal: Don't depend on compile_asn1 and et_compile when using system versions.
...
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Nov 20 16:43:47 CET 2010 on sn-devel-104
2010-11-20 16:43:47 +01:00
Volker Lendecke
2036d64e59
s3: Remove a #define used just once
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Nov 20 15:28:26 CET 2010 on sn-devel-104
2010-11-20 15:28:26 +01:00
Volker Lendecke
da75c01762
s3: Remove unused ads_get_attrname_by_oid
2010-11-20 14:42:44 +01:00
Volker Lendecke
d14cf7a50b
s3: Make ads_get_attrnames_by_oids static
2010-11-20 14:42:44 +01:00
Volker Lendecke
491fdb24e4
s3: Make ads_ranged_search_internal static
2010-11-20 14:42:44 +01:00
Volker Lendecke
365116ea92
s3: Fix some nonempty blank lines
2010-11-20 14:42:44 +01:00
Volker Lendecke
b3091e0e22
s3: Remove unused ads_search_retry_extended_dn
2010-11-20 14:42:44 +01:00
Volker Lendecke
cdf52d56d5
s3: Make ads_do_search_retry_args() static
2010-11-20 14:42:44 +01:00
Matthias Dieter Wallnöfer
e3017e6411
s4:acl LDB module - it's more correct to count the password attributes using "unsigned int"
...
Since these are derived from a LDB result.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 20 11:29:07 CET 2010 on sn-devel-104
2010-11-20 11:29:07 +01:00
olivier
817ee96277
switch from mtime to ctime which is more reliable if files can be accessed outside samba as well
...
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Nov 20 03:07:04 CET 2010 on sn-devel-104
2010-11-20 03:07:03 +01:00
Jeremy Allison
2b788aa6ce
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
...
module, change the signature of VFS_REALPATH to always return a
malloc'ed string.
Needed to make some privileges work I plan on doing shortly
easier to code.
Jeremy.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Nov 20 02:15:50 CET 2010 on sn-devel-104
2010-11-20 02:15:50 +01:00
Matthias Dieter Wallnöfer
8585de8881
ldb:rdn_name LDB module - add more RDN name constraints
...
And some small cleanups
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Nov 20 00:06:35 CET 2010 on sn-devel-104
2010-11-20 00:06:35 +01:00
Matthias Dieter Wallnöfer
bb679a4da3
ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty
...
Otherwise we get "<RDN name>=(null),..."
2010-11-19 23:03:49 +01:00
Matthias Dieter Wallnöfer
d0993e1278
s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hostname"
...
- Performs the short computer name check against the sam account name.
- Enhances the LogonGetDomainInfo testsuite which checks the NULL
"dns_hostname" behaviour
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Fri Nov 19 12:50:33 CET 2010 on sn-devel-104
2010-11-19 12:50:32 +01:00
Matthias Dieter Wallnöfer
3874331edb
s4:torture/ldb/ldb.c - add a small test for a DN with an escaped comma
2010-11-19 12:07:06 +01:00
Matthias Dieter Wallnöfer
8b7f23d644
s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs
2010-11-19 12:07:06 +01:00
Günther Deschner
5855194894
s3-spoolss: fix typo in debug message.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Nov 19 12:05:10 CET 2010 on sn-devel-104
2010-11-19 12:05:10 +01:00
Volker Lendecke
d50829a812
s3: Remove some unused code
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Nov 19 11:21:00 CET 2010 on sn-devel-104
2010-11-19 11:21:00 +01:00
Andrew Tridgell
fcb7729c6c
wintest: the start of a S3 testing script for wintest
...
this is just a skeleton at this stage.
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Fri Nov 19 06:03:55 CET 2010 on sn-devel-104
2010-11-19 06:03:55 +01:00
Andrew Tridgell
7bfc60e40c
wintest: added del_files, write_file and casefold
2010-11-19 15:17:44 +11:00
Andrew Tridgell
8f1df57265
wintest: move conf files to conf/
2010-11-19 15:17:44 +11:00
Andrew Tridgell
10c246567c
wintest: rename test-howto.py to test-s4-howto.py
...
ready for test-s3.py
2010-11-19 15:17:43 +11:00
Andrew Tridgell
24e8bc5441
wintest: moved to top level
...
the plan is to expand wintest to test a lot more of Samba against
windows, including testing the Samba3 file server, winbind, nmbd etc
2010-11-19 15:17:43 +11:00
Andrew Tridgell
999f3ed2ce
talloc: added TALLOC_FREE_FILL environment variable
...
when this environment variable is set, talloc will fill freed memory
with the value from that environment variable. This can be used to
help find use after free bugs when valgrind is too slow to be used
2010-11-19 15:17:42 +11:00
Andrew Tridgell
58c43f74b9
s4-wintest: reliability and usability improvements
...
- allow for missing VMs
- improved VM names
- added join of w2k3 to Samba domain
- cope with w2k3 dcpromo output
- wait for port 139 not 23, to avoid windows telnet server bug
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Nov 18 23:56:11 CET 2010 on sn-devel-104
2010-11-18 23:56:11 +01:00
Andrew Tridgell
5b3981acb1
s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replication
...
see the description of this flag in [MS-DRSR]
2010-11-18 23:12:26 +01:00
Andrew Tridgell
96e55cb132
s4-join: initially disable the machine account
...
enable after a password is set
2010-11-18 23:12:26 +01:00
Andrew Tridgell
6a41afba68
s4-drs: fixed a typo
2010-11-18 23:12:26 +01:00
Andrew Tridgell
5be4bfdc37
s4-wintest: remove files in var/ when reprovisioning
2010-11-18 23:12:26 +01:00
Andrew Tridgell
27c3bc8c01
s4-test: added --rebase and --clean options
2010-11-18 23:12:26 +01:00
Andrew Tridgell
498f3c8e5f
s4-test: use --fail-immediately for samba_dnsupdate testing
2010-11-18 23:12:26 +01:00
Andrew Tridgell
3f952aba2b
s4-spnupdate: only enable NDR print at log level above 5
2010-11-18 23:12:25 +01:00
Andrew Tridgell
1ce223017d
s4-dns: added support for --fail-immediately for RODC netlogon dns updates
2010-11-18 23:12:25 +01:00
Kamen Mazdrashki
ab379ddd51
s4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary directory for testing
...
This way we won't flood /tmp directory with temp files
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Thu Nov 18 23:11:18 CET 2010 on sn-devel-104
2010-11-18 23:11:18 +01:00
Kamen Mazdrashki
05c0bface1
s4-ldb.python: add test for ldb.Message.from_dict() method
2010-11-18 22:28:08 +01:00
Kamen Mazdrashki
a403d7777e
s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from dictionary
2010-11-18 22:28:08 +01:00
Kamen Mazdrashki
a09a41f300
s4-pyldb: Move code to create a ldb_message from a Python Dictionary object into a separate function
2010-11-18 22:28:08 +01:00
Kamen Mazdrashki
c29a8c7ec5
s4-samdb.py: Use ldb.get_default_basedn() to avoid RootDSE search
2010-11-18 22:28:07 +01:00
Kamen Mazdrashki
b4809e4a82
s4-pyldb_util: Move ldb Type searching into separate function
2010-11-18 22:28:07 +01:00
Kamen Mazdrashki
88e4601900
s4-pyldb: Few miss-alignments aligned
2010-11-18 22:28:07 +01:00
Kamen Mazdrashki
72fcfedd89
s4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage group of functions
2010-11-18 22:28:07 +01:00