summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-09CVE-2020-25722 selftest: Adapt sam.py test_isCriticalSystemObject to new UF_W...Andrew Bartlett1-1/+35
2021-11-09CVE-2020-25722 selftest: Adapt selftest to restriction on swapping account typesAndrew Bartlett1-16/+38
2021-11-09CVE-2020-25722 dsdb: Add tests for modifying objectClass, userAccountControl ...Joseph Sutton1-0/+150
2021-11-09CVE-2020-25722 dsdb: Improve privileged and unprivileged tests for objectclas...Andrew Bartlett1-47/+125
2021-11-09CVE-2020-25722 selftest: Catch errors from samdb.modify() in user_account_con...Andrew Bartlett1-5/+26
2021-11-09CVE-2020-25722 selftest: Catch possible errors in PasswordSettingsTestCase.te...Andrew Bartlett1-11/+19
2021-11-09CVE-2020-25722 selftest: Test combinations of account type and objectclass fo...Andrew Bartlett1-0/+165
2021-11-09CVE-2020-25722 selftest: Extend priv_attrs test - work around UF_NORMAL_ACCOU...Andrew Bartlett1-15/+25
2021-11-09CVE-2020-25722 dsdb: Tests for our known set of privileged attributesAndrew Bartlett1-0/+388
2021-10-20selftest: Increase account lockout windows to make test more realiableJoseph Sutton1-2/+2
2021-10-20pytest/rodc_rwdc: try to avoid race.Douglas Bagnall1-0/+4
2021-10-04selftest: Use self.assertRaisesLdbError() in user_account_control.py testAndrew Bartlett1-63/+37
2021-10-04selftest: Move self.assertRaisesLdbError() to samba.tests.TestCaseAndrew Bartlett2-46/+0
2021-09-15selftest: Update user_account_control tests to pass against Windows 2019Andrew Bartlett1-12/+102
2021-09-04python: Fix usage stringsJoseph Sutton6-6/+6
2021-09-02selftest: Replace internal loop in test_uac_bits_set() using @DynamicTestClassAndrew Bartlett1-20/+25
2021-09-02selftest: Replace internal loop in test_uac_bits_add() using @DynamicTestClassAndrew Bartlett1-19/+35
2021-09-02selftest: Use @DynamicTestCase in user_account_control test_uac_bits_unrelate...Andrew Bartlett1-8/+11
2021-09-02selftest: Use addCleanup rather than tearDown in user_account_control.pyAndrew Bartlett1-8/+2