summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests
Commit message (Expand)AuthorAgeFilesLines
* dsdb python tests: fix several usage stringsDouglas Bagnall2016-03-227-7/+7
* dsdb sort test: avoid exception with fewer elementsDouglas Bagnall2016-03-221-1/+1
* ldb sort tests: point out a known fails against WindowsDouglas Bagnall2016-03-221-2/+14
* Implement Virtual List View (VLV)Douglas Bagnall2016-03-221-0/+802
* s4:dsdb/test/sort: avoid 'from collections import Counter'Stefan Metzmacher2016-03-111-2/+7
* s4:dsdb/test/notification: make test_invalid_filter more resilient against or...Stefan Metzmacher2016-03-111-4/+11
* ldb sort: allow sorting on attributes not returned in searchDouglas Bagnall2016-03-091-0/+56
* Add python server sort testsDouglas Bagnall2016-03-091-0/+307
* repl_meta_data: Correctly use msDS-IntId for custom schema, not the prefixMap...Andrew Bartlett2016-03-081-4/+27
* s4:dsdb/tests: add notification.py with some basic testsStefan Metzmacher2016-02-171-0/+352
* s4:dsdb/tests: don't use spaces in lDAPDisplayName in urgent_replication.pyStefan Metzmacher2016-02-171-4/+4
* dsdb subnets: warn when an IPv6 address is in IPv4 embedding rangeDouglas Bagnall2015-12-241-0/+32
* samldb: ensure subnets have proper net rangesDouglas Bagnall2015-12-241-0/+288
* samba-tool: add sites subnet subcommandsDouglas Bagnall2015-12-241-0/+76
* python.sites tests: remove excessive transaction managementDouglas Bagnall2015-12-241-4/+0
* selftest: Allow sites test to run against a remote ldap:// hostAndrew Bartlett2015-12-241-4/+1
* dsdb.tests.sites: don't use global database, tidy long linesDouglas Bagnall2015-12-241-22/+23
* dsdb.tests.sites: merge interdependent testsDouglas Bagnall2015-12-241-5/+2
* CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-161-9/+54
* password_lockout: test creds.get_kerberos_state()Douglas Bagnall2015-12-151-0/+1
* auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2015-12-151-41/+295
* password_lockout tests: add assertLoginFailure()Douglas Bagnall2015-12-151-10/+12
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* dsdb-tests: Give more helpful information about attribute differencesAndrew Bartlett2015-03-201-1/+3
* dsdb: fix error message in tombstone_reanimation test.Michael Adam2015-03-171-3/+3
* dsdb: fix error message in sam testMichael Adam2015-03-171-1/+1
* dsdb: fix the user_account_control test.Michael Adam2015-03-161-1/+1
* tests/sam: Remove unnecessary calls for third party module imports.Jelmer Vernooij2015-03-061-2/+0
* s4-samdb/tests: Assert on expected set of attributes for new User objectKamen Mazdrashki2015-02-031-0/+60
* s4-dsdb/tests: Assert on expected set of attributes for restored objectsKamen Mazdrashki2015-02-031-5/+104
* s4-dsdb/tests: Do not pre-create LoadParm - connect_samdb_env() will handle itKamen Mazdrashki2015-02-031-5/+1
* s4-dsdb-test: Use common base method for restoring Deleted objectsKamen Mazdrashki2015-02-031-25/+14
* s4-dsdb/test: Delete any leftover objects in the beginning of Cross-NC testKamen Mazdrashki2015-02-031-2/+4
* s4-dsdb-test/reanimate: Fix whitespaces according to PEP8Kamen Mazdrashki2015-02-031-20/+19
* s4-dsdb-tests: Move base tests for Tombstone reanimation in tombstone_reanima...Kamen Mazdrashki2015-02-032-174/+179
* s4-dsdb-test: Fix duplicated key in a dictionary in sam.pyKamen Mazdrashki2015-02-031-2/+2
* s4-dsdb-test: remove trailing ';' in ldap.pyKamen Mazdrashki2015-02-031-32/+32
* s4-dsdb-test: Fix Undelete tests after subunit upgrade workKamen Mazdrashki2015-02-031-31/+31
* s4-dsdb-test: Use case insensitive comparison for DNs in undelete testKamen Mazdrashki2015-02-031-1/+1
* s4-dsdb-test: Initial implementation for Tombstone restore test suiteKamen Mazdrashki2015-02-031-0/+285
* s4-dsdb: Tests for security checks on undelete operationNadezhda Ivanova2015-02-031-1/+131
* s4-dsdb-tests: Fix whitespace in deletetest.pyKamen Mazdrashki2015-02-031-1/+1
* s4-dsdb-tests: Make unique object names to test with in deletetestKamen Mazdrashki2015-02-031-10/+18
* s4-dsdb-tests: Remove unused method get_ldap_connection()Kamen Mazdrashki2015-02-031-13/+0
* s4-dsdb-tests: Remove trailing ';' in deletetest.pyKamen Mazdrashki2015-02-031-2/+2
* s4-dsdb-tests: Some tests for deleted objects undelete operationNadezhda Ivanova2015-02-031-5/+198
* s4:dsdb/tests: add test_timevalues1() to verify timestamp valuesStefan Metzmacher2015-01-241-0/+40
* dsdb-tests: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT if...Andrew Bartlett2015-01-221-3/+63
* dsdb-tests: Show that we can not change the primaryGroupID of a DCAndrew Bartlett2015-01-221-0/+110
* dsdb: Improve userAccountControl handlingAndrew Bartlett2015-01-221-8/+16