Age | Commit message (Expand) | Author | Files | Lines |
2010-10-16 | s4:objectclass LDB module - implement the "isCriticalSystemObject" subtree de... | Matthias Dieter Wallnöfer | 1 | -2/+11 |
2010-10-13 | s4:sam.py - tests for "userAccountControl" attribute | Matthias Dieter Wallnöfer | 1 | -3/+448 |
2010-10-13 | s4:sam.py - add a test for the group type changing behaviour | Matthias Dieter Wallnöfer | 1 | -0/+595 |
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 | 2 | -552/+664 |
2010-10-03 | s4:ldap.py - test allowed system flags restriction | Matthias Dieter Wallnöfer | 1 | -1/+16 |
2010-10-03 | s4:urgent_replication.py - fix up the system flags handling | Matthias Dieter Wallnöfer | 1 | -4/+3 |
2010-10-03 | s4:deletetest.py - enhance the tests | Matthias Dieter Wallnöfer | 1 | -21/+216 |
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-10-03 | s4-test-dsdb_schema_info.py: Get rid of global module variables | Kamen Mazdrashki | 1 | -17/+19 |
2010-10-03 | s4-test-dsdb_schema_info.py: Simplify connection SamDB | Kamen Mazdrashki | 1 | -19/+3 |
2010-09-26 | s4-tests: Added tests for search checks on attributes | Nadezhda Ivanova | 1 | -5/+100 |
2010-09-26 | s4-sec_descriptor.py: Fix usage of 'paged_search' module for remote LDB conne... | Kamen Mazdrashki | 1 | -1/+9 |
2010-09-26 | s4-ldap_schema.py: Remove unused LDB connection to GC port | Kamen Mazdrashki | 1 | -5/+0 |
2010-09-26 | s4-dsdb_schema_info.py: Fix usage of 'paged_search' module for remote LDB con... | Kamen Mazdrashki | 1 | -6/+7 |
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-18 | s4:auth Remove system_session_anon() from python bindings | Andrew Bartlett | 1 | -2/+1 |
2010-08-17 | s4-tests: Added tests for acl checks on search requests | Nadezhda Ivanova | 1 | -0/+218 |
2010-08-15 | s4:passwords.py - proof the most important extended error codes | Matthias Dieter Wallnöfer | 1 | -8/+17 |
2010-08-15 | s4:passwords.py - another special password test | Matthias Dieter Wallnöfer | 1 | -3/+23 |
2010-08-14 | s4:passwords.py - test the error code when there doesn't exist any password yet | Matthias Dieter Wallnöfer | 1 | -4/+24 |
2010-08-14 | s4:passwords.py - perform testing of wrong old passwords on change operations | Matthias Dieter Wallnöfer | 1 | -0/+44 |
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 |
2010-08-07 | s4:urgent_replication.py - relax also here the add of a secrets object | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2010-08-01 | s4:ldap.py - remove superflous spaces | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2010-08-01 | s4:ldap.py - additional "instanceType" checks | Matthias Dieter Wallnöfer | 1 | -0/+23 |
2010-08-01 | s4:urgent_replication.py test - adapt the test for the harder delete restrict... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-08-01 | s4:ldap.py - perform tests on the additional delete constraint checks | Matthias Dieter Wallnöfer | 1 | -4/+38 |
2010-08-01 | s4:ldap.py - add a test for "CN=System" object rename behaviour | Matthias Dieter Wallnöfer | 1 | -0/+8 |
2010-08-01 | s4:ldap.py - performs some "systemFlags" testing | Matthias Dieter Wallnöfer | 1 | -0/+56 |
2010-07-14 | s4: Added acl search tests for anonymous connection. | Nadezhda Ivanova | 1 | -83/+68 |
2010-07-13 | s4: Reorganized dsHeuristics reset so the code can be reused | Nadezhda Ivanova | 1 | -53/+38 |
2010-07-08 | Added a test to prove by default users can change each other's pass if the ol... | Nadezhda Ivanova | 1 | -0/+25 |
2010-07-05 | Changed passwords.py to use the correct account as acl checks now pass. | Nadezhda Ivanova | 1 | -14/+6 |
2010-07-05 | s4-dsdb: Implementation of User-Change-Password and User-Force-Password-Change | Nadezhda Ivanova | 1 | -6/+64 |
2010-07-03 | s4:dsdb/tests/python/ldap_schema.py - remove a now useless "schemaUpdateNow" ... | Matthias Dieter Wallnöfer | 1 | -10/+0 |
2010-07-03 | s4:urgent_replication.py test - remove unneeded "relax" control parameters | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-07-03 | s4:dsdb/tests/passwords.py - set and reset the "minPwdAge" properly | Matthias Dieter Wallnöfer | 1 | -2/+21 |
2010-07-02 | Tests for user-change-password and force-password-change access rights | Nadezhda Ivanova | 1 | -4/+242 |
2010-07-01 | s4:dsdb/tests/python/passwords.py - add the right result codes for user passw... | Matthias Dieter Wallnöfer | 1 | -1/+5 |