summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/kpasswd_tests.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-10python/samba/tests/krb5: Move get_kpasswd_sname() into raw_testcase() to allo...Andrew Bartlett1-4/+0
2023-10-26tests/krb5: Add tests for single‐component krbtgt principalsJoseph Sutton1-0/+37
2023-10-19tests/krb5: Remove unused importsJoseph Sutton1-1/+1
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider1-1/+1
2023-06-14tests/krb5: Make use of KerberosCredentials.get_sid()Joseph Sutton1-15/+3
2023-05-18tests/krb5: Rename modify_requester_sid_time() to modify_lifetime()Joseph Sutton1-6/+6
2023-05-18tests/krb5: Change ‘sid’ parameter into optional ‘requester_sid’ para...Joseph Sutton1-4/+4
2023-05-18tests/krb5: Move modify_requester_sid_time() to RawKerberosTestJoseph Sutton1-79/+1
2023-03-20tests/krb5: Move issued_by_rodc() to base classJoseph Sutton1-13/+0
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher1-4/+4
2022-07-27CVE-2022-2031 tests/krb5: Add test that we cannot provide a TGT to kpasswdJoseph Sutton1-0/+28
2022-07-27CVE-2022-2031 tests/krb5: Add tests for kpasswd serviceJoseph Sutton1-0/+1021