Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-23 | wintest Set the virtual machine IP to match it's dynamic IP, but don't use DHCP | Andrew Bartlett | 2 | -11/+78 | |
The idea here is that the virtual machine stays on the address allocated by DHCP, but is configured statically. This avoids the need to manually set the address on the host, but avoids the host being instructed by DHCP not to do Dynamic DNS. Andrew Bartlett | |||||
2010-11-23 | wintest Force krb5.conf for BIND so we use the one generated for this test | Andrew Bartlett | 1 | -1/+1 | |
This avoids needing to set the krb5.conf for the whole host to match the test environment. Andrew Bartlett | |||||
2010-11-22 | s3: Add a word of warning about "winbind use default domain" | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 22 23:26:11 CET 2010 on sn-devel-104 | |||||
2010-11-22 | s3: Fix some typos | Volker Lendecke | 2 | -2/+2 | |
2010-11-22 | s3: Use sid_check_is.. | Volker Lendecke | 1 | -2/+2 | |
2010-11-22 | service_ldap, service_smb: Lowercase output file names. | Jelmer Vernooij | 2 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 20:28:14 CET 2010 on sn-devel-104 | |||||
2010-11-22 | s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB. | Nadezhda Ivanova | 1 | -11/+3 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Nov 22 18:39:06 CET 2010 on sn-devel-104 | |||||
2010-11-22 | s4-tests: Adapted acl.py to use set_minPwdAge from SamDB. | Nadezhda Ivanova | 1 | -10/+3 | |
2010-11-22 | s4-dsdb: Added a helper to python SamDB for retrieving and setting minPwdAge. | Nadezhda Ivanova | 1 | -0/+15 | |
2010-11-22 | s4-test/repl_schema: Remote global ldb connections | Kamen Mazdrashki | 1 | -25/+7 | |
Although unlikely, Jelmer pointed out that using persistent SamDB connections between test may interfere with tests behaviour (and is not xUnit compliant anyway) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Nov 22 15:24:03 CET 2010 on sn-devel-104 | |||||
2010-11-22 | s4-tests: Wrap connect_samdb() into a connect_samdb_ex() helper | Kamen Mazdrashki | 1 | -0/+18 | |
Thus caller will be able to connect to SamDB and fetch RootDSE info in a single step | |||||
2010-11-22 | s4-samba.tests: Explicitly pass LoadParm() instance to system_session() function | Kamen Mazdrashki | 1 | -1/+1 | |
Otherwise system_session() creates a LoadParm() instance wich resets certain params to their defaults from smb.conf ("log level" for instance) | |||||
2010-11-22 | s4-pfm_verify: fix usage string | Kamen Mazdrashki | 1 | -1/+1 | |
Thanks Tridge! | |||||
2010-11-22 | s3-net: use dns_errstr() when dns commands fail. | Günther Deschner | 1 | -1/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 22 12:31:33 CET 2010 on sn-devel-104 | |||||
2010-11-22 | libaddns: add dns_errstr(). | Günther Deschner | 4 | -2/+62 | |
Guenther | |||||
2010-11-22 | s3-waf: move build rules into libaddns directory. | Günther Deschner | 2 | -10/+8 | |
Guenther | |||||
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 8 | -21/+16 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-11-21 | selftest: When running on the buildfarm, pipe everything through | Jelmer Vernooij | 1 | -0/+2 | |
filter-subunit for the exit code. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 21 23:56:23 CET 2010 on sn-devel-104 | |||||
2010-11-21 | selftest: Even if setting up an environment failed, the next tests may | Jelmer Vernooij | 1 | -1/+0 | |
still work. | |||||
2010-11-21 | subunithelper: Exit with 1 if more than zero testsuites failed or | Jelmer Vernooij | 1 | -5/+10 | |
errorred. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 21 21:13:00 CET 2010 on sn-devel-104 | |||||
2010-11-21 | selftest: fix tap2subunit detection on system with tap2subunit but not ↵ | Matthieu Patou | 1 | -1/+6 | |
correct subunit libs Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Nov 21 16:21:54 CET 2010 on sn-devel-104 | |||||
2010-11-21 | s4:provision_rootdse_add.ldif - add all possible LDAP policy values but ↵ | Matthias Dieter Wallnöfer | 1 | -0/+12 | |
outcommented for the moment It would be nice if someone could activate them as needed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 21 14:41:53 CET 2010 on sn-devel-104 | |||||
2010-11-21 | s4-ldb: fixed the build with a space in the ldb modules directory name | Andrew Tridgell | 1 | -1/+1 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 21 13:57:14 CET 2010 on sn-devel-104 | |||||
2010-11-21 | heimdal: fixed the waf build with a space in the directory name | Andrew Tridgell | 2 | -26/+26 | |
2010-11-21 | pidl: fixed call to cpp with a space in the directory name | Andrew Tridgell | 2 | -2/+2 | |
2010-11-21 | waf: fixed the build with a space in the source directory | Andrew Tridgell | 5 | -7/+8 | |
2010-11-21 | s4-rpc: make rpc connect less verbose | Andrew Tridgell | 1 | -1/+1 | |
2010-11-20 | waf:lib/util - add missing dependency on talloc | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
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 | s4:repl_meta_data LDB module - fix a counter type | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
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 | s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higher | Matthias Dieter Wallnöfer | 1 | -29/+29 | |
- they don't need the allocated "ac" context - some small code cleanups | |||||
2010-11-20 | s4:objectclass_attrs LDB module - add more delete protected attributes | Matthias Dieter Wallnöfer | 2 | -86/+50 | |
And enhance the testsuite | |||||
2010-11-20 | s4:samldb LDB module - objectclass trigger - reorder template attributes | Matthias Dieter Wallnöfer | 1 | -9/+10 | |
2010-11-20 | pyrpc: Build the samba.dcerpc.srvsvc module. | Ricardo Jorge | 1 | -0/+5 | |
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 | heimdal: Don't depend on compile_asn1 and et_compile when using system versions. | Arnaud Faucher | 1 | -3/+5 | |
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 | s3: Remove a #define used just once | Volker Lendecke | 1 | -2/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Nov 20 15:28:26 CET 2010 on sn-devel-104 | |||||
2010-11-20 | s3: Remove unused ads_get_attrname_by_oid | Volker Lendecke | 2 | -42/+0 | |
2010-11-20 | s3: Make ads_get_attrnames_by_oids static | Volker Lendecke | 2 | -8/+7 | |
2010-11-20 | s3: Make ads_ranged_search_internal static | Volker Lendecke | 2 | -14/+16 | |
2010-11-20 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -8/+8 | |
2010-11-20 | s3: Remove unused ads_search_retry_extended_dn | Volker Lendecke | 2 | -19/+0 | |
2010-11-20 | s3: Make ads_do_search_retry_args() static | Volker Lendecke | 2 | -8/+4 | |
2010-11-20 | s4:acl LDB module - it's more correct to count the password attributes using ↵ | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
"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 | switch from mtime to ctime which is more reliable if files can be accessed ↵ | olivier | 1 | -4/+4 | |
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 | Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default | Jeremy Allison | 14 | -82/+51 | |
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 | ldb:rdn_name LDB module - add more RDN name constraints | Matthias Dieter Wallnöfer | 2 | -5/+69 | |
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-19 | ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
Otherwise we get "<RDN name>=(null),..." | |||||
2010-11-19 | s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hostname" | Matthias Dieter Wallnöfer | 2 | -27/+57 | |
- 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 | s4:torture/ldb/ldb.c - add a small test for a DN with an escaped comma | Matthias Dieter Wallnöfer | 1 | -0/+6 | |
2010-11-19 | s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs | Matthias Dieter Wallnöfer | 5 | -39/+8 | |
2010-11-19 | s3-spoolss: fix typo in debug message. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Nov 19 12:05:10 CET 2010 on sn-devel-104 |