index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
tests
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
tests/passwords: Add tests for password history with simple binds
Joseph Sutton
1
-8
/
+243
2022-05-05
tests/passwords: Remove unused imports
Joseph Sutton
1
-2
/
+0
2022-05-05
selftest: Rework password_lockout_base.py to allow logon_basics test to be ru...
Andrew Bartlett
2
-17
/
+31
2022-04-13
s4:dsdb:tests: Also pass tests if asserted identity is present
Andreas Schneider
1
-17
/
+96
2022-03-18
tests/sam: Ensure that Protected Users group cannot be deleted
Joseph Sutton
1
-0
/
+1
2022-03-18
tests/passwords: Test that LDAP password changes work for Protected Users
Joseph Sutton
1
-0
/
+77
2022-03-18
tests/password_lockout: Test NTLM and SAMR password changes with Protected Users
Joseph Sutton
1
-0
/
+277
2022-03-17
selftest: Cope with LM hash not being stored in the tombstone_reanimation test
Andrew Bartlett
1
-2
/
+2
2022-03-10
rodc: Add tests for simple BIND alongside NTLMSSP binds
Garming Sam
1
-22
/
+37
2022-03-10
dsdb/tests: add test_login_basics_simple()
Stefan Metzmacher
1
-7
/
+19
2022-03-10
dsdb/tests: prepare BasePasswordTestCase for simple bind tests
Stefan Metzmacher
1
-3
/
+17
2022-03-10
dsdb/tests: introduce assertLoginSuccess
Stefan Metzmacher
2
-5
/
+15
2022-03-10
dsdb/tests: make use of assertLoginFailure helper
Stefan Metzmacher
1
-6
/
+1
2022-03-10
dsdb/tests: let all BasePasswordTestCase tests provide self.host_url[_ldaps]
Stefan Metzmacher
3
-7
/
+9
2022-03-10
dsdb/tests: passwords.py don't need to import BasePasswordTestCase
Stefan Metzmacher
1
-1
/
+0
2022-03-06
s4:kdc: redirect pre-authentication failures to an RWDC
Stefan Metzmacher
1
-2
/
+1
2021-11-30
selftest: Check received LDB error code when STRICT_CHECKING=0
Joseph Sutton
1
-1
/
+1
2021-11-25
CVE-2021-3670 tests/krb5/test_ldap.py: Add test for LDAP timeouts
Joseph Sutton
1
-0
/
+63
2021-11-09
CVE-2020-25722 selftest: Add test for duplicate servicePrincipalNames on an a...
Joseph Sutton
1
-0
/
+21
2021-11-09
CVE-2020-25722 selftest: Adapt ldap.py tests to new objectClass restrictions
Joseph Sutton
1
-14
/
+22
2021-11-09
CVE-2020-25722: s4-acl: test Control Access Rights honor the Applies-to attri...
Nadezhda Ivanova
1
-0
/
+17
2021-11-09
CVE-2020-25722 s4:dsdb:tests: Add missing self.fail() calls
Joseph Sutton
1
-0
/
+32
2021-11-09
CVE-2020-25722 Add test for SPN deletion followed by addition
Joseph Sutton
1
-0
/
+48
2021-11-09
CVE-2020-25722 selftest/user_account_control: more work to cope with UAC/obje...
Andrew Bartlett
1
-17
/
+29
2021-11-09
CVE-2020-25722 selftest/user_account_control: Allow a broader set of possible...
Andrew Bartlett
1
-4
/
+8
2021-11-09
CVE-2020-25722 selftest: Allow self.assertRaisesLdbError() to take a list of ...
Andrew Bartlett
1
-0
/
+5
2021-11-09
CVE-2020-25722 selftest: adapt ldap.py/sam.py test_all tests to new default c...
Andrew Bartlett
2
-7
/
+10
2021-11-09
CVE-2020-25722 selftest: Adapt sam.py test to userAccountControl/objectclass ...
Andrew Bartlett
1
-3
/
+3
2021-11-09
CVE-2020-25722 selftest: New objects of objectclass=computer are workstations...
Andrew Bartlett
1
-2
/
+2
2021-11-09
CVE-2020-25722 selftest: Adjust sam.py test_userAccountControl_computer_add_t...
Andrew Bartlett
1
-1
/
+1
2021-11-09
CVE-2020-25722 selftest: Split test_userAccountControl into unit tests
Andrew Bartlett
1
-1
/
+20
2021-11-09
CVE-2020-25722 selftest: Adapt sam.py test_isCriticalSystemObject to new UF_W...
Andrew Bartlett
1
-1
/
+35
2021-11-09
CVE-2020-25722 selftest: Adapt selftest to restriction on swapping account types
Andrew Bartlett
1
-16
/
+38
2021-11-09
CVE-2020-25722 dsdb: Add tests for modifying objectClass, userAccountControl ...
Joseph Sutton
1
-0
/
+150
2021-11-09
CVE-2020-25722 dsdb: Improve privileged and unprivileged tests for objectclas...
Andrew Bartlett
1
-47
/
+125
2021-11-09
CVE-2020-25722 selftest: Catch errors from samdb.modify() in user_account_con...
Andrew Bartlett
1
-5
/
+26
2021-11-09
CVE-2020-25722 selftest: Catch possible errors in PasswordSettingsTestCase.te...
Andrew Bartlett
1
-11
/
+19
2021-11-09
CVE-2020-25722 selftest: Test combinations of account type and objectclass fo...
Andrew Bartlett
1
-0
/
+165
2021-11-09
CVE-2020-25722 selftest: Extend priv_attrs test - work around UF_NORMAL_ACCOU...
Andrew Bartlett
1
-15
/
+25
2021-11-09
CVE-2020-25722 dsdb: Tests for our known set of privileged attributes
Andrew Bartlett
1
-0
/
+388
2021-10-20
selftest: Increase account lockout windows to make test more realiable
Joseph Sutton
1
-2
/
+2
2021-10-20
pytest/rodc_rwdc: try to avoid race.
Douglas Bagnall
1
-0
/
+4
2021-10-04
selftest: Use self.assertRaisesLdbError() in user_account_control.py test
Andrew Bartlett
1
-63
/
+37
2021-10-04
selftest: Move self.assertRaisesLdbError() to samba.tests.TestCase
Andrew Bartlett
2
-46
/
+0
2021-09-15
selftest: Update user_account_control tests to pass against Windows 2019
Andrew Bartlett
1
-12
/
+102
2021-09-04
python: Fix usage strings
Joseph Sutton
6
-6
/
+6
2021-09-02
selftest: Replace internal loop in test_uac_bits_set() using @DynamicTestClass
Andrew Bartlett
1
-20
/
+25
2021-09-02
selftest: Replace internal loop in test_uac_bits_add() using @DynamicTestClass
Andrew Bartlett
1
-19
/
+35
2021-09-02
selftest: Use @DynamicTestCase in user_account_control test_uac_bits_unrelate...
Andrew Bartlett
1
-8
/
+11
2021-09-02
selftest: Use addCleanup rather than tearDown in user_account_control.py
Andrew Bartlett
1
-8
/
+2
[next]