Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-02 | s4:password_hash LDB module - allow empty ("") passwords | Matthias Dieter Wallnöfer | 1 | -0/+19 | |
This seems to have been broken some time ago - till someone on the mailing list noticed it. I've also added a testsuite (and some additional SamDB python helpers) which should prove this. | |||||
2010-11-27 | s4:dsdb tests - make use of "ldb.get_domain_sid()" | Matthias Dieter Wallnöfer | 4 | -22/+5 | |
2010-11-27 | s4:dsdb/tests/python/sam.py - we don't need the domain SID | Matthias Dieter Wallnöfer | 1 | -5/+0 | |
2010-11-25 | s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulated | Nadezhda Ivanova | 1 | -28/+25 | |
Also made password tests set dSHeuristics only once rather that once per test. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 20:48:38 CET 2010 on sn-devel-104 | |||||
2010-11-25 | s4-tests: Modified create_ou to only accept security.descriptor type for sd ↵ | Nadezhda Ivanova | 1 | -36/+28 | |
to avoid confusion It used to work with sddl as well, but this is confusing and could lead to errors. It also caused a message about tallocing a security descriptor to appear. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 19:46:42 CET 2010 on sn-devel-104 | |||||
2010-11-25 | s4-tests: Modified sec_descriptor.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -71/+66 | |
2010-11-25 | s4-tests: Modified sam.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -72/+67 | |
2010-11-25 | s4-tests: Modified passwords.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -12/+7 | |
2010-11-25 | s4-tests: delete_force was unused, removed it. | Nadezhda Ivanova | 1 | -5/+0 | |
2010-11-25 | s4-tests: Modified ldap_schema.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -8/+3 | |
2010-11-25 | s4-tests: Modified ldap.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -93/+88 | |
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 acly.py to use common delete_force instead of defining ↵ | Nadezhda Ivanova | 1 | -60/+55 | |
its own. | |||||
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-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-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-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-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-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-20 | s4:objectclass_attrs LDB module - add more delete protected attributes | Matthias Dieter Wallnöfer | 1 | -85/+46 | |
And enhance the testsuite | |||||
2010-11-20 | ldb:rdn_name LDB module - add more RDN name constraints | Matthias Dieter Wallnöfer | 1 | -0/+52 | |
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 | s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs | Matthias Dieter Wallnöfer | 5 | -39/+8 | |
2010-11-18 | s4-tests: Modified descriptor tests to use pyldb api to retrieve ↵ | Nadezhda Ivanova | 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 | |||||
2010-11-18 | s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn. | Nadezhda Ivanova | 1 | -3/+1 | |
2010-11-18 | s4-tests: Changed descriptor tests to use existing method in samdb for ↵ | Nadezhda Ivanova | 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 | |||||
2010-11-18 | s4-tests: Changed acl tests to use existing method in samdb for adding users ↵ | Nadezhda Ivanova | 1 | -19/+8 | |
to a group. | |||||
2010-11-18 | s4:dsdb python tests - use "ldb.domain_dn" | Matthias Dieter Wallnöfer | 7 | -62/+15 | |
By inspiration of Nadya's patches | |||||
2010-11-18 | s4/ldap: ldap_syntaxes.py cleanup | Anatoliy Atanasov | 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 | |||||
2010-11-18 | s4-tests: Descriptor tests should use the existing samdb domain_dn method ↵ | Nadezhda Ivanova | 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 | |||||
2010-11-18 | s4-tests: Acl tests should use the existing samdb domain_dn method instead ↵ | Nadezhda Ivanova | 1 | -7/+1 | |
of defining a new one | |||||
2010-11-18 | s4:repl_meta_data LDB module - allow also special DNs to be renamed correctly | Matthias Dieter Wallnöfer | 1 | -0/+7 | |
Do always escape RDN values - this fixes bug #7794 Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 10:43:40 UTC 2010 on sn-devel-104 | |||||
2010-11-13 | s4:objectclass LDB module - multiple "objectClass" change elements are ↵ | Matthias Dieter Wallnöfer | 1 | -12/+9 | |
unfortunately still allowed The test message has been compressed - therefore I've now used "modify_ldif". | |||||
2010-11-12 | s4:objectclass LDB module - we should not simply ignore additional ↵ | Matthias Dieter Wallnöfer | 1 | -0/+13 | |
"objectClass" attribute changes There first one we perform all other tentatives are terminated with ERR_ATTRIBUTE_OR_VALUE_EXISTS (tested against Windows). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Nov 12 19:39:07 UTC 2010 on sn-devel-104 | |||||
2010-11-12 | s4:samldb/objectclass_attrs LDB modules - move "description" logic from ↵ | Matthias Dieter Wallnöfer | 2 | -155/+164 | |
"objectclass_attrs" into "samldb" This according to an answer from dochelp is SAM specific behaviour. | |||||
2010-11-11 | Cannot create OU using custom Schema class | Zahari Zahariev | 1 | -0/+56 | |
If we define our own child class 'subClassOf' system Schema class e.g. organizationalUnit then we cannot create OU in the Dafualt Naming Context that has this custom Schama class in the objectClass attribute. | |||||
2010-11-11 | s4:passwords.py - add a test for the normal "userPassword" behaviour | Matthias Dieter Wallnöfer | 1 | -1/+97 | |
Just to make sure that this works now too | |||||
2010-11-11 | s4:acl.py - two password change tests are expected to fails on Windows 2000 ↵ | Matthias Dieter Wallnöfer | 1 | -3/+14 | |
function level | |||||
2010-11-11 | s4:python tests - fix script names in the help text | Matthias Dieter Wallnöfer | 5 | -5/+5 | |
2010-11-10 | s4/syntax: Add tests for DN+String and DN+Binary | Anatoliy Atanasov | 1 | -0/+420 | |
These tests aim to verify the behavior for 2.5.5.7 and 2.5.5.14 syntaxes. Autobuild-User: Anatoliy Atanasov <anatoliy@samba.org> Autobuild-Date: Wed Nov 10 06:57:04 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4:passwords.py - test empty password attributes behaviour | Matthias Dieter Wallnöfer | 1 | -1/+154 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 8 12:09:56 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4:passwords.py - add another two failure cases | Matthias Dieter Wallnöfer | 1 | -0/+21 | |
2010-11-08 | s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updates | Matthias Dieter Wallnöfer | 1 | -0/+12 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 8 10:36:50 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:ldap.py - add more "objectGUID" related tests | Matthias Dieter Wallnöfer | 1 | -2/+76 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 21:12:03 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully ↵ | Matthias Dieter Wallnöfer | 1 | -5/+56 | |
behave as in AD - fix crash when provided "nTSecurityDescriptor" attribute is empty - print out the correct error codes if it's provided multi-valued - simplify the "recalculate_sd" control handling | |||||
2010-11-06 | s4:ldap.py - enhance the "distinguishedName" tests | Matthias Dieter Wallnöfer | 1 | -0/+24 | |
The "dn" shortcut isn't supported by AD. |