Age | Commit message (Expand) | Author | Files | Lines |
2011-04-07 | ldb: fixed --paged option in ldb tools | Andrew Tridgell | 1 | -1/+1 |
2011-03-20 | pyldb: add more tests for control manipulation | Matthieu Patou | 1 | -0/+4 |
2011-03-04 | s4:operational LDB module - fix attribute names to be right up/down-cased | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2011-03-04 | s4:ldap.py - rootdse tests should search for the rootDSE not the default DN | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-03-04 | s4:ldap.py - add a test in order to show the operational module fixed | Matthias Dieter Wallnöfer | 1 | -0/+14 |
2011-03-04 | s4:ldap.py - other important RDN check testcases | Matthias Dieter Wallnöfer | 1 | -0/+67 |
2011-03-04 | s4:ldap.py - remove a debug output | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2011-02-21 | pyldb: add tests for getting control results | Matthieu Patou | 1 | -0/+8 |
2011-02-02 | s4-dsdb Add tests to ensure we don't break the rootDSE function levels again | Andrew Bartlett | 1 | -0/+33 |
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 1 | -1/+1 |
2011-01-25 | s4:ldap.py - check the write protection on LSA objects | Matthias Dieter Wallnöfer | 1 | -5/+30 |
2010-12-22 | dsdb:ldap.py - transform a test call into the new "msg.add" syntax | Matthias Dieter Wallnöfer | 1 | -8/+5 |
2010-12-15 | s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys... | Kamen Mazdrashki | 1 | -2/+2 |
2010-11-27 | s4:dsdb tests - make use of "ldb.get_domain_sid()" | Matthias Dieter Wallnöfer | 1 | -5/+1 |
2010-11-25 | s4-tests: Modified ldap.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -93/+88 |
2010-11-23 | s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from S... | Nadezhda Ivanova | 1 | -25/+6 |
2010-11-20 | ldb:rdn_name LDB module - add more RDN name constraints | Matthias Dieter Wallnöfer | 1 | -0/+52 |
2010-11-19 | s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs | Matthias Dieter Wallnöfer | 1 | -12/+2 |
2010-11-18 | s4:dsdb python tests - use "ldb.domain_dn" | Matthias Dieter Wallnöfer | 1 | -8/+3 |
2010-11-13 | s4:objectclass LDB module - multiple "objectClass" change elements are unfort... | Matthias Dieter Wallnöfer | 1 | -12/+9 |
2010-11-12 | s4:objectclass LDB module - we should not simply ignore additional "objectCla... | Matthias Dieter Wallnöfer | 1 | -0/+13 |
2010-11-12 | s4:samldb/objectclass_attrs LDB modules - move "description" logic from "obje... | Matthias Dieter Wallnöfer | 1 | -154/+9 |
2010-11-08 | s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updates | Matthias Dieter Wallnöfer | 1 | -0/+12 |
2010-11-07 | s4:ldap.py - add more "objectGUID" related tests | Matthias Dieter Wallnöfer | 1 | -2/+76 |
2010-11-07 | s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully be... | Matthias Dieter Wallnöfer | 1 | -5/+56 |
2010-11-06 | s4:ldap.py - enhance the "distinguishedName" tests | Matthias Dieter Wallnöfer | 1 | -0/+24 |
2010-11-04 | s4:ldap.py/passwords.py - just use objectclass "user" for users | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2010-11-03 | pydsdb: Import testtools before subunit for those that don't have | Jelmer Vernooij | 1 | -7/+3 |
2010-11-03 | s4:objectclass LDB module - the structural objectclass has always to be speci... | Matthias Dieter Wallnöfer | 1 | -0/+19 |
2010-11-03 | s4-tests: Tests for the dSHeuristics attribute value restrictions | Nadezhda Ivanova | 1 | -0/+41 |
2010-11-01 | s4:ldap.py/sam.py - simplify the objectclass specifications | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2010-10-26 | s4:ldap.py - add a test for attribute ranges - still very basic | Matthias Dieter Wallnöfer | 1 | -1/+56 |
2010-10-26 | s4:ldap.py - enhance and activate the "description" attribute test | Matthias Dieter Wallnöfer | 1 | -27/+89 |
2010-10-25 | s4:ldap.py - prove the denied multi-valued replace requests | Matthias Dieter Wallnöfer | 1 | -18/+18 |
2010-10-13 | s4:ldap.py - test the "isCriticalSystemObject" behaviour | Matthias Dieter Wallnöfer | 1 | -0/+39 |
2010-10-08 | s4:ldap.py - split it up and move SAM related stuff to sam.py | Matthias Dieter Wallnöfer | 1 | -552/+1 |
2010-10-03 | s4:ldap.py - test allowed system flags restriction | Matthias Dieter Wallnöfer | 1 | -1/+16 |
2010-10-03 | s4:ldap.py - remove the delete tests | Matthias Dieter Wallnöfer | 1 | -92/+0 |
2010-10-03 | s4:ldap.py - delete the right object after test completition | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-03 | s4:ldap.py - fix "system only" test | Matthias Dieter Wallnöfer | 1 | -0/+8 |
2010-09-24 | s4:ldap.py - add tests for the "dsServiceName", "serverName", "dnsHostName" a... | Matthias Dieter Wallnöfer | 1 | -0/+34 |
2010-09-24 | s4:samldb LDB module - it isn't allowed to create user/computer accounts with... | Matthias Dieter Wallnöfer | 1 | -10/+9 |
2010-09-24 | s4:ldap.py - test default primary groups on modify operations | Matthias Dieter Wallnöfer | 1 | -0/+70 |
2010-09-24 | s4:ldap.py - enhance SAM user/groups behaviour test regarding default primary... | Matthias Dieter Wallnöfer | 1 | -5/+34 |
2010-09-21 | s4-ldap: Fixed a problem with NC's having a parentGUID attribute | Nadezhda Ivanova | 1 | -1/+21 |
2010-09-12 | s4:ldap.py - tests the primary group detection by the "userAccountControl" | Matthias Dieter Wallnöfer | 1 | -2/+47 |
2010-08-07 | s4:ldap.py - comment a test part which fails with another error code on Windows | Matthias Dieter Wallnöfer | 1 | -5/+6 |
2010-08-07 | s4:ldap.py - test the new "systemFlags" constraint | Matthias Dieter Wallnöfer | 1 | -1/+11 |
2010-08-07 | s4:ldap.py - test for an invalid "objectCategory" attribute | Matthias Dieter Wallnöfer | 1 | -0/+10 |
2010-08-07 | s4:ldap.py - proof for the impossibility to add a LSA-specific object over LDAP | Matthias Dieter Wallnöfer | 1 | -0/+11 |