summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python
AgeCommit message (Expand)AuthorFilesLines
2022-10-21s4-dsdb: Remove unused variables in token_group python testJoseph Sutton1-2/+0
2022-10-21s4-dsdb: simplify conditional in python token_group testJoseph Sutton1-2/+2
2022-10-21s4-dsdb: Remove unused import in token_group python testJoseph Sutton1-1/+1
2022-10-21s4-dsdb: Use Python 'del' rather than assigning over with NoneJoseph Sutton1-2/+2
2022-10-21s4-dsdb: remove unused Python variablesJoseph Sutton1-7/+6
2022-10-21s4-dsdb: Use a raw python string to avoid creating and invalid escape sequenceJoseph Sutton1-3/+3
2022-09-16pytests:s4/dsdb/passwords: avoid unused importsDouglas Bagnall1-4/+2
2022-09-16pytest/password_lockout: be less verbose by defaultDouglas Bagnall2-21/+27
2022-09-16CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova1-9/+36
2022-09-16CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behaviorNadezhda Ivanova3-10/+17
2022-09-16CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova2-9/+26
2022-09-16CVE-2020-25720 s4-acl: Test Create Child permission should not allow full wri...Nadezhda Ivanova1-6/+2404
2022-09-16CVE-2020-25720 s4:tests/sec_descriptor: Add missing security descriptor modifyJoseph Sutton1-1/+3
2022-09-08pytest/password-lockout: fix using samba_tool functionDouglas Bagnall1-7/+5
2022-07-28CVE-2022-32743 s4-acl: Add tests for validated dNSHostName writeJoseph Sutton1-0/+757
2022-07-27CVE-2022-32746 s4:dsdb:tests: Add test for deleting a disallowed SPNJoseph Sutton1-0/+26
2022-06-26dsdb: Allow password history and password changes without an NT hashAndrew Bartlett1-4/+1
2022-06-14python: Don't use deprecated escape sequencesJoseph Sutton2-4/+4
2022-06-09tests/krb5/test_ldap.py: Increase maximum threshold for LDAP timeoutJoseph Sutton1-2/+2
2022-05-05tests/passwords: Add tests for password history with simple bindsJoseph Sutton1-8/+243
2022-05-05tests/passwords: Remove unused importsJoseph Sutton1-2/+0
2022-05-05selftest: Rework password_lockout_base.py to allow logon_basics test to be ru...Andrew Bartlett2-17/+31
2022-04-13s4:dsdb:tests: Also pass tests if asserted identity is presentAndreas Schneider1-17/+96
2022-03-18tests/sam: Ensure that Protected Users group cannot be deletedJoseph Sutton1-0/+1
2022-03-18tests/passwords: Test that LDAP password changes work for Protected UsersJoseph Sutton1-0/+77
2022-03-18tests/password_lockout: Test NTLM and SAMR password changes with Protected UsersJoseph Sutton1-0/+277
2022-03-17selftest: Cope with LM hash not being stored in the tombstone_reanimation testAndrew Bartlett1-2/+2
2022-03-10rodc: Add tests for simple BIND alongside NTLMSSP bindsGarming Sam1-22/+37
2022-03-10dsdb/tests: add test_login_basics_simple()Stefan Metzmacher1-7/+19
2022-03-10dsdb/tests: prepare BasePasswordTestCase for simple bind testsStefan Metzmacher1-3/+17
2022-03-10dsdb/tests: introduce assertLoginSuccessStefan Metzmacher2-5/+15
2022-03-10dsdb/tests: make use of assertLoginFailure helperStefan Metzmacher1-6/+1
2022-03-10dsdb/tests: let all BasePasswordTestCase tests provide self.host_url[_ldaps]Stefan Metzmacher3-7/+9
2022-03-10dsdb/tests: passwords.py don't need to import BasePasswordTestCaseStefan Metzmacher1-1/+0
2022-03-06s4:kdc: redirect pre-authentication failures to an RWDCStefan Metzmacher1-2/+1
2021-11-30selftest: Check received LDB error code when STRICT_CHECKING=0Joseph Sutton1-1/+1
2021-11-25CVE-2021-3670 tests/krb5/test_ldap.py: Add test for LDAP timeoutsJoseph Sutton1-0/+63
2021-11-09CVE-2020-25722 selftest: Add test for duplicate servicePrincipalNames on an a...Joseph Sutton1-0/+21
2021-11-09CVE-2020-25722 selftest: Adapt ldap.py tests to new objectClass restrictionsJoseph Sutton1-14/+22
2021-11-09CVE-2020-25722: s4-acl: test Control Access Rights honor the Applies-to attri...Nadezhda Ivanova1-0/+17
2021-11-09CVE-2020-25722 s4:dsdb:tests: Add missing self.fail() callsJoseph Sutton1-0/+32
2021-11-09CVE-2020-25722 Add test for SPN deletion followed by additionJoseph Sutton1-0/+48
2021-11-09CVE-2020-25722 selftest/user_account_control: more work to cope with UAC/obje...Andrew Bartlett1-17/+29
2021-11-09CVE-2020-25722 selftest/user_account_control: Allow a broader set of possible...Andrew Bartlett1-4/+8
2021-11-09CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...Andrew Bartlett1-0/+5
2021-11-09CVE-2020-25722 selftest: adapt ldap.py/sam.py test_all tests to new default c...Andrew Bartlett2-7/+10
2021-11-09CVE-2020-25722 selftest: Adapt sam.py test to userAccountControl/objectclass ...Andrew Bartlett1-3/+3
2021-11-09CVE-2020-25722 selftest: New objects of objectclass=computer are workstations...Andrew Bartlett1-2/+2
2021-11-09CVE-2020-25722 selftest: Adjust sam.py test_userAccountControl_computer_add_t...Andrew Bartlett1-1/+1
2021-11-09CVE-2020-25722 selftest: Split test_userAccountControl into unit testsAndrew Bartlett1-1/+20