summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-14847 dsdb: Demonstrate the correct interaction of ranged_results st...Andrew Bartlett2019-10-241-0/+26
* CVE-2018-16857 tests: Sanity-check password lockout works with default valuesTim Beale2018-11-252-1/+35
* CVE-2018-16857 PEP8: fix E251: unexpected spaces around keyword / parameter e...Joe Guo2018-11-251-40/+20
* CVE-2018-16857 PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-11-251-18/+18
* CVE-2018-16857 selftest: Split up password_lockout into tests with and withou...Andrew Bartlett2018-11-251-142/+157
* CVE-2018-16857 PEP8: fix E305: expected 2 blank lines after class or function...Joe Guo2018-11-251-0/+1
* CVE-2018-16857 selftest: Prepare to allow override of lockout duration in pas...Andrew Bartlett2018-11-252-7/+13
* tests: Add corner-case test: fromServer points to dead serverTim Beale2018-11-051-0/+150
* CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-caseTim Beale2018-08-141-26/+131
* CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer2018-08-141-0/+9
* CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale2018-08-141-0/+68
* CVE-2018-10919 tests: Add tests for guessing confidential attributesTim Beale2018-08-141-0/+911
* selftest: Use a longer self.account_lockout_duration and self.lockout_observa...Andrew Bartlett2018-07-051-2/+2
* selftest: Use self.account_lockout_duration in self.update_lockout_settings f...Andrew Bartlett2018-07-051-2/+3
* tests: Add a sub-set of tests to show the restored DC is soundTim Beale2018-07-031-0/+184
* join: Rename dc_join() so it looks like an objectTim Beale2018-07-031-6/+7
* tests: Increase PSO test timeouts to minimise failuresTim Beale2018-06-201-1/+5
* tests: Increase minPwdAge used for PSO testsTim Beale2018-06-201-3/+3
* selftest: Make create_test_ou() return a ldb.DnAndrew Bartlett2018-05-301-2/+2
* selftest: Lock down the expected parents in BasicTreeDeleteTestsAndrew Bartlett2018-05-301-4/+150
* selftest: Rework BasicDeleteTests.test_all() into setUp() and a testAndrew Bartlett2018-05-301-75/+78
* tests: Fix intermittent error in PSO testTim Beale2018-05-301-0/+3
* tests: Add tests for domain pwdHistoryLengthTim Beale2018-05-231-0/+62
* tests: Extend PSO tests to cover password-history/length/complexityTim Beale2018-05-231-5/+0
* s4/dsdb/tests: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-128-65/+65
* Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power2018-05-121-6/+6
* s4/dsdb/tests: py2/py3 compatability replace xrange with rangeNoel Power2018-05-122-3/+3
* tests: Add test for password-lockout via SAMR RPCTim Beale2018-05-111-0/+117
* tests: Add PSO test case to existing password_lockout testsTim Beale2018-05-112-20/+64
* tests: Add comments to help explain password_lockout testsTim Beale2018-05-111-0/+11
* tests: Add tests for Password Settings ObjectsTim Beale2018-05-111-0/+802
* tests: Split out setUp code into separate function for reuseTim Beale2018-05-114-60/+17
* perftest: ad_dc_medley failing base search failed to catch exceptionDouglas Bagnall2018-05-051-4/+9
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-302-5/+5
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-2/+2
* dsdb: check for dSHeuristics more carefullyAndrew Bartlett2018-04-121-6/+25
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-2324-193/+225
* CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty deleteRalph Boehme2018-03-131-0/+49
* dsdb python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-2819-452/+904
* python/tests/sites: ensure we can't manipulate subnets as non-adminDouglas Bagnall2018-02-191-1/+87
* subnet: Avoid a segfault when renaming subnet objectsGarming Sam2018-02-191-0/+45
* dsdb python tests: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-157-19/+19
* selftest: close connections after tests in samba4.ldap.rodc_rwdc.pythonJamie McClymont2018-01-092-0/+17
* selftest: close connections after tests in samba4.ldap.secdesc.pythonJamie McClymont2018-01-081-0/+5
* selftest: close connections after tests in samba4.ldap.acl.pythonJamie McClymont2018-01-081-0/+32
* linked attribute tests: correct add_all_at_once testDouglas Bagnall2017-10-261-8/+5
* linked_attribute tests: helper assert function for expected LdbErrorDouglas Bagnall2017-10-261-20/+29
* linked attribute tests: fix logic for add testDouglas Bagnall2017-10-261-0/+2
* linked attribute tests: ensure duplicate deletes failDouglas Bagnall2017-10-261-0/+5
* linked attribute tests: test against duplicates in replaceDouglas Bagnall2017-10-261-0/+10