Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-25 | s4-tests: Modified deletetest.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -18/+14 | |
2010-11-25 | s4-tests: Modified bind.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -7/+2 | |
2010-11-25 | s4-tests: Modified acly.py to use common delete_force instead of defining ↵ | Nadezhda Ivanova | 1 | -60/+55 | |
its own. | |||||
2010-11-25 | s4-tests: Added a common definition of delete_force. | Nadezhda Ivanova | 1 | -0/+6 | |
2010-11-24 | s4-smbtorture: pick a better printer in RPC-SPOOLSS-ACCESS. | Günther Deschner | 1 | -1/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 24 22:07:33 CET 2010 on sn-devel-104 | |||||
2010-11-24 | s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control ↵ | Matthias Dieter Wallnöfer | 2 | -5/+9 | |
is specified This fits better than the RELAX one. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Nov 24 18:23:01 CET 2010 on sn-devel-104 | |||||
2010-11-24 | s4:objectclass LDB module - move one checks into the "objectclass derivation ↵ | Matthias Dieter Wallnöfer | 1 | -11/+17 | |
loop" This denies objects created from possible derivated classes from the prohibited ones. Also small cosmetic improvements for another check. | |||||
2010-11-24 | s4:objectclass LDB module - some more or less cosmetic return value macro ↵ | Matthias Dieter Wallnöfer | 1 | -14/+22 | |
changes Sometimes "ldb_module_oom" fits better than "ldb_operr" or "ldb_oom". | |||||
2010-11-24 | s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally ↵ | Nadezhda Ivanova | 1 | -48/+50 | |
defined method. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Nov 24 17:38:28 CET 2010 on sn-devel-104 | |||||
2010-11-24 | s4-dsdb: Extended samdb.newgroup to set the group's security descriptor. | Nadezhda Ivanova | 1 | -1/+5 | |
2010-11-24 | s4-setup correct the require BIND version for Dynamic DNS | Andrew Bartlett | 1 | -1/+1 | |
2010-11-24 | s4-devel: we don't need to override these scripts now | Andrew Tridgell | 1 | -2/+0 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 01:02:43 CET 2010 on sn-devel-104 | |||||
2010-11-24 | s4-dynconfig: override more paths when running from the build directory | Andrew Tridgell | 4 | -9/+16 | |
this ensures consistency between binaries and scripts when testing as a developer | |||||
2010-11-24 | s4-kcc: disable the NDR printing of DRS getinfo requests | Andrew Tridgell | 1 | -0/+4 | |
2010-11-23 | pyldb: Fix broken test. | Jelmer Vernooij | 2 | -1/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 23 23:20:38 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods. | Nadezhda Ivanova | 1 | -43/+15 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Tue Nov 23 21:46:07 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-dsdb: Changed filter to find the account of a user by samAccountName | Nadezhda Ivanova | 1 | -2/+1 | |
In newuser, a filter by dn was given to setpassword to find the account whose password is to be reset. It appears however that if given filter of type (dn=CN=smth) Windows fails to return the entry, and the tests that use newuser fail against it. Changed to use samAccountName instead. | |||||
2010-11-23 | s4-test/repl_schema: Refactor the test a little bit to | Kamen Mazdrashki | 1 | -31/+59 | |
- Cleanup imports - make sure we have testtools and subunit imported - use dictionaries instead of LDIFs for schema modification so now callers for _make_class can easily add new attributes for created class - simplify a little bit classSchema creation - test attributeSchema replication Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Nov 23 18:44:46 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-tests: Make all DRS python tests to start with samba4.drs.* prefix | Kamen Mazdrashki | 1 | -3/+3 | |
2010-11-23 | s4-pfm_verify: 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-23 | s4-tests: Modified sec_descriptor.py to use samdb.newuser instead of custom ↵ | Nadezhda Ivanova | 1 | -47/+22 | |
methods. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Tue Nov 23 17:58:38 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-tests: Modified acl.py to use samdb.newuser instead of custom methods. | Nadezhda Ivanova | 1 | -86/+68 | |
2010-11-23 | s4-dsdb: Extended samdb.newuser to accept security descriptor for the object ↵ | Nadezhda Ivanova | 1 | -3/+9 | |
and optionally skip password reset Sometimes for testing purposes we create users without any permissions on their objects and password reset cannot be performed at that point, and is not necessary. For this purpose we can now optionally skip this step. The default is still to reset the user password. Also, a security.descriptor object can be specified during the user creation to override using the default one. defaultSecurityDescriptor is still used by default. | |||||
2010-11-23 | s4-tests: Modified sec_descriptor.py to use SamDB.create_ou() | Nadezhda Ivanova | 1 | -35/+20 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Tue Nov 23 14:19:34 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-tests: Modified acl.py to use SamDB.create_ou() | Nadezhda Ivanova | 1 | -84/+70 | |
2010-11-23 | s4-dsdb: Added a python method to SamDB for creating organizationalUnits | Nadezhda Ivanova | 1 | -1/+29 | |
2010-11-23 | s4-ldb: added an environment varibale LDB_WARN_UNINDEXED | Andrew Tridgell | 6 | -10/+16 | |
when LDB_WARN_UNINDEXED is set, we produce warnings about unindexed searches. This makes it easier to find performance problems caused by unindexed searches. | |||||
2010-11-23 | s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from ↵ | Nadezhda Ivanova | 1 | -25/+6 | |
SamDB. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Tue Nov 23 11:08:37 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-tests: Password tests now use the get_dsheuristics and set_dsheuristics ↵ | Nadezhda Ivanova | 1 | -44/+9 | |
from SamDB. | |||||
2010-11-23 | s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from ↵ | Nadezhda Ivanova | 1 | -23/+7 | |
SamDB. | |||||
2010-11-23 | s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDB | Nadezhda Ivanova | 1 | -0/+24 | |
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 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 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 | |||||
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: 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 | s4-rpc: make rpc connect less verbose | Andrew Tridgell | 1 | -1/+1 | |
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 | |