summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/s4u_tests.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-11-02tests/krb5: Fix commentsJoseph Sutton1-1/+1
2023-10-25tests/krb5: Sort importsJoseph Sutton1-2/+2
2023-10-19tests/krb5: Make ‘services’ parameter requiredJoseph Sutton1-1/+1
2023-06-27tests/krb5: Be less strict regarding acceptable delegation error codesJoseph Sutton1-12/+24
2023-06-21tests/krb5/s4u_tests.py: add test_constrained_delegation_authtimeStefan Metzmacher1-2/+32
2023-06-21tests/krb5/s4u_tests.py: add test_constrained_delegation_with_enc_auth_data_[...Stefan Metzmacher1-3/+89
2023-06-14tests/krb5: Make use of KerberosCredentials.get_sid()Joseph Sutton1-8/+2
2023-05-18tests/krb5: Be less particular about expected status codes for S4U testsJoseph Sutton1-4/+63
2023-05-18tests/krb5: Improve edata checkingJoseph Sutton1-0/+6
2023-03-31tests/krb5: Don't expect client claims to be missingJoseph Sutton1-2/+0
2023-03-20tests/krb5: Add tests for constrained delegation with RODC-issued ticketsJoseph Sutton1-0/+43
2023-03-20tests/krb5: Add simple resource-based constrained delegation testJoseph Sutton1-0/+11
2023-03-03tests/krb5: Fix typoJoseph Sutton1-1/+1
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-3/+1
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher1-1/+2
2022-12-13CVE-2022-37966 selftest: Run S4U tests against FL2003 DCJoseph Sutton1-4/+57
2022-12-13CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since E...Joseph Sutton1-1/+2
2022-12-13CVE-2022-37967 Add new PAC checksumJoseph Sutton1-4/+57
2022-11-08tests/krb5: Overhaul PAC logon info group checkingJoseph Sutton1-6/+34
2022-11-08tests/krb5: Remember to pass in expected_groups parameterJoseph Sutton1-0/+1
2022-09-09tests/krb5: Check claims buffersJoseph Sutton1-2/+2
2022-04-13python:tests: Add krb5 tests for asserted identityAndreas Schneider1-9/+106
2022-04-13python:tests: Reorder variablesStefan Metzmacher1-15/+12
2022-04-13python:tests: Add support for unexpected groups in krb5 testsAndreas Schneider1-1/+4
2022-04-13python:tests: Add support for expected groups in krb5 testsAndreas Schneider1-0/+5
2022-03-18tests/krb5: Add helper function to modify ticket flagsJoseph Sutton1-14/+3
2021-11-30tests/krb5: Add a test for S4U2Self with no authorization data requiredJoseph Sutton1-0/+34
2021-11-30tests/krb5: Add test for S4U2Self with wrong snameJoseph Sutton1-1/+31
2021-11-30tests/krb5: Adjust error codes to better match Windows with PacRequestorEnfor...Joseph Sutton1-28/+29
2021-11-09CVE-2020-25721 auth: Fill in the new HAS_SAM_NAME_AND_SID valuesAndrew Bartlett1-2/+0
2021-11-09CVE-2020-25721 tests/krb5: Add tests for extended PAC_UPN_DNS_INFO PAC bufferJoseph Sutton1-0/+2
2021-11-09CVE-2020-25719 tests/krb5: Add a test for making an S4U2Self request without ...Joseph Sutton1-2/+35
2021-10-25tests/krb5: Check account name and SID in PAC for S4U testsJoseph Sutton1-0/+12
2021-10-20selftest: krb5 account creation: clarify account type as an enumJoseph Sutton1-14/+21
2021-10-20tests/krb5: Add tests for constrained delegation to NO_AUTH_DATA_REQUIRED ser...Joseph Sutton1-1/+106
2021-10-14tests/krb5: Add constrained delegation testsJoseph Sutton1-5/+953
2021-10-14tests/krb5: Disable debugging output for testsJoseph Sutton1-2/+2
2021-08-18tests/krb5: Fix including enc-authorization-dataJoseph Sutton1-4/+0
2020-12-21tests python krb5: PEP8 cleanupsGary Lockyer1-6/+13
2020-12-21tests python krb5: use key usage constantsGary Lockyer1-6/+9
2020-05-15selftest: add python S4U2Self tests including unkeyed checksumsIsaac Boukris1-0/+197