Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 2010-11-22 | 6 | -19/+14 |
| | | | | | | | 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 | ||||
* | selftest: When running on the buildfarm, pipe everything through | Jelmer Vernooij | 2010-11-21 | 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 | ||||
* | selftest: fix tap2subunit detection on system with tap2subunit but not ↵ | Matthieu Patou | 2010-11-21 | 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 | ||||
* | s4:provision_rootdse_add.ldif - add all possible LDAP policy values but ↵ | Matthias Dieter Wallnöfer | 2010-11-21 | 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 | ||||
* | s4-ldb: fixed the build with a space in the ldb modules directory name | Andrew Tridgell | 2010-11-21 | 1 | -1/+1 |
| | | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 21 13:57:14 CET 2010 on sn-devel-104 | ||||
* | heimdal: fixed the waf build with a space in the directory name | Andrew Tridgell | 2010-11-21 | 2 | -26/+26 |
| | |||||
* | s4-rpc: make rpc connect less verbose | Andrew Tridgell | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | s4:repl_meta_data LDB module - fix a counter type | Matthias Dieter Wallnöfer | 2010-11-20 | 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 | ||||
* | s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higher | Matthias Dieter Wallnöfer | 2010-11-20 | 1 | -29/+29 |
| | | | | | - they don't need the allocated "ac" context - some small code cleanups | ||||
* | s4:objectclass_attrs LDB module - add more delete protected attributes | Matthias Dieter Wallnöfer | 2010-11-20 | 2 | -86/+50 |
| | | | | And enhance the testsuite | ||||
* | s4:samldb LDB module - objectclass trigger - reorder template attributes | Matthias Dieter Wallnöfer | 2010-11-20 | 1 | -9/+10 |
| | |||||
* | pyrpc: Build the samba.dcerpc.srvsvc module. | Ricardo Jorge | 2010-11-20 | 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 | ||||
* | heimdal: Don't depend on compile_asn1 and et_compile when using system versions. | Arnaud Faucher | 2010-11-20 | 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 | ||||
* | s4:acl LDB module - it's more correct to count the password attributes using ↵ | Matthias Dieter Wallnöfer | 2010-11-20 | 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 | ||||
* | ldb:rdn_name LDB module - add more RDN name constraints | Matthias Dieter Wallnöfer | 2010-11-20 | 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 | ||||
* | ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty | Matthias Dieter Wallnöfer | 2010-11-19 | 2 | -2/+2 |
| | | | | Otherwise we get "<RDN name>=(null),..." | ||||
* | s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hostname" | Matthias Dieter Wallnöfer | 2010-11-19 | 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 | ||||
* | s4:torture/ldb/ldb.c - add a small test for a DN with an escaped comma | Matthias Dieter Wallnöfer | 2010-11-19 | 1 | -0/+6 |
| | |||||
* | s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs | Matthias Dieter Wallnöfer | 2010-11-19 | 5 | -39/+8 |
| | |||||
* | wintest: moved to top level | Andrew Tridgell | 2010-11-19 | 3 | -970/+0 |
| | | | | | the plan is to expand wintest to test a lot more of Samba against windows, including testing the Samba3 file server, winbind, nmbd etc | ||||
* | s4-wintest: reliability and usability improvements | Andrew Tridgell | 2010-11-18 | 3 | -116/+166 |
| | | | | | | | | | | | - 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 | ||||
* | s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replication | Andrew Tridgell | 2010-11-18 | 2 | -1/+3 |
| | | | | see the description of this flag in [MS-DRSR] | ||||
* | s4-join: initially disable the machine account | Andrew Tridgell | 2010-11-18 | 1 | -1/+8 |
| | | | | enable after a password is set | ||||
* | s4-drs: fixed a typo | Andrew Tridgell | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | s4-wintest: remove files in var/ when reprovisioning | Andrew Tridgell | 2010-11-18 | 1 | -0/+1 |
| | |||||
* | s4-test: added --rebase and --clean options | Andrew Tridgell | 2010-11-18 | 1 | -1/+13 |
| | |||||
* | s4-test: use --fail-immediately for samba_dnsupdate testing | Andrew Tridgell | 2010-11-18 | 1 | -2/+2 |
| | |||||
* | s4-spnupdate: only enable NDR print at log level above 5 | Andrew Tridgell | 2010-11-18 | 1 | -1/+4 |
| | |||||
* | s4-dns: added support for --fail-immediately for RODC netlogon dns updates | Andrew Tridgell | 2010-11-18 | 1 | -0/+7 |
| | |||||
* | s4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary directory for testing | Kamen Mazdrashki | 2010-11-18 | 1 | -1/+6 |
| | | | | | | | 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 | ||||
* | s4-ldb.python: add test for ldb.Message.from_dict() method | Kamen Mazdrashki | 2010-11-18 | 1 | -0/+17 |
| | |||||
* | s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object ↵ | Kamen Mazdrashki | 2010-11-18 | 1 | -0/+44 |
| | | | | from dictionary | ||||
* | s4-pyldb: Move code to create a ldb_message from a Python Dictionary object ↵ | Kamen Mazdrashki | 2010-11-18 | 1 | -46/+73 |
| | | | | into a separate function | ||||
* | s4-samdb.py: Use ldb.get_default_basedn() to avoid RootDSE search | Kamen Mazdrashki | 2010-11-18 | 1 | -6/+1 |
| | |||||
* | s4-pyldb_util: Move ldb Type searching into separate function | Kamen Mazdrashki | 2010-11-18 | 1 | -18/+28 |
| | |||||
* | s4-pyldb: Few miss-alignments aligned | Kamen Mazdrashki | 2010-11-18 | 1 | -9/+8 |
| | |||||
* | s4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage group of functions | Kamen Mazdrashki | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | s4-pyldb: Fix wrong type of 'self' parameter | Kamen Mazdrashki | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | s4-tests: Modified descriptor tests to use pyldb api to retrieve ↵ | Nadezhda Ivanova | 2010-11-18 | 1 | -12/+2 |
| | | | | | | | configuration and schema dn. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 18 22:25:07 CET 2010 on sn-devel-104 | ||||
* | s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn. | Nadezhda Ivanova | 2010-11-18 | 1 | -3/+1 |
| | |||||
* | s4-tests: Changed descriptor tests to use existing method in samdb for ↵ | Nadezhda Ivanova | 2010-11-18 | 1 | -32/+24 |
| | | | | | | | adding users to a group. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 18 18:30:55 UTC 2010 on sn-devel-104 | ||||
* | s4-tests: Changed acl tests to use existing method in samdb for adding users ↵ | Nadezhda Ivanova | 2010-11-18 | 1 | -19/+8 |
| | | | | to a group. | ||||
* | Revert "s4:api.py - DN tests - test a bit more special DNs and merge the ↵ | Matthias Dieter Wallnöfer | 2010-11-18 | 1 | -44/+1 |
| | | | | | | | | | | comparison tests" This reverts commit 732ef9353dff56384e8bb01aa20d2a371cd995c2. Jelmer doesn't like to have these tests there. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 17:46:38 UTC 2010 on sn-devel-104 | ||||
* | s4:dsdb python tests - use "ldb.domain_dn" | Matthias Dieter Wallnöfer | 2010-11-18 | 7 | -62/+15 |
| | | | | By inspiration of Nadya's patches | ||||
* | s4/operational: Fix swapped parameters for ldb_msg_copy_attr | Anatoliy Atanasov | 2010-11-18 | 1 | -2/+2 |
| | | | | | Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Thu Nov 18 17:02:07 UTC 2010 on sn-devel-104 | ||||
* | s4/ldap: ldap_syntaxes.py cleanup | Anatoliy Atanasov | 2010-11-18 | 1 | -17/+3 |
| | | | | | Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Thu Nov 18 16:16:27 UTC 2010 on sn-devel-104 | ||||
* | ldb: error out when modules are not found | Simo Sorce | 2010-11-18 | 1 | -1/+1 |
| | | | | | | | | We shouldn't proceed without all required modules, it could cause damage to the ldb if operations are performed w/o the needed modules. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Nov 18 14:02:34 UTC 2010 on sn-devel-104 | ||||
* | s4-tests: Descriptor tests should use the existing samdb domain_dn method ↵ | Nadezhda Ivanova | 2010-11-18 | 1 | -7/+1 |
| | | | | | | | instead of defining a new one Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 18 12:52:48 UTC 2010 on sn-devel-104 | ||||
* | s4-tests: Acl tests should use the existing samdb domain_dn method instead ↵ | Nadezhda Ivanova | 2010-11-18 | 1 | -7/+1 |
| | | | | of defining a new one | ||||
* | ldb:skel.c - don't introduce trailing whitespaces by a module template | Matthias Dieter Wallnöfer | 2010-11-18 | 1 | -2/+2 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 12:08:30 UTC 2010 on sn-devel-104 |