summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/as_req_tests.py
AgeCommit message (Expand)AuthorFilesLines
2026-03-30tests:krb5 expired password handlingGary Lockyer1-2/+1
2026-01-15pytest:krb5:as_req: adjust for 'require canonicalization'Douglas Bagnall1-10/+62
2024-06-13python/samba/tests/krb5: Add tests for password expiry with krb5 ENC-TSAndrew Bartlett1-1/+79
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-11-09tests/krb5: Test Kerberos principal names containing non–BMP Unicode charac...Joseph Sutton1-0/+6
2023-10-26tests/krb5: Add tests for single‐component krbtgt principalsJoseph Sutton1-0/+17
2023-06-26tests/krb5: Add test for authenticating with disabled account and wrong passwordJoseph Sutton1-2/+45
2023-05-05tests/krb5: Handle NT hashes being disabledJoseph Sutton1-2/+2
2023-05-05tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton1-0/+2
2023-03-03tests/krb5: Remove client_as_etypes parameterJoseph Sutton1-10/+3
2023-02-08tests/krb5: Use consistent ordering for etypesJoseph Sutton1-10/+10
2022-12-13CVE-2022-37966 python:tests/krb5: fix some tests running against Windows 2022Stefan Metzmacher1-4/+15
2022-10-20tests/krb5: Add test requesting a TGT expiring post-2038Joseph Sutton1-2/+11
2022-07-27CVE-2022-2031 tests/krb5: Test truncated forms of server principalsJoseph Sutton1-3/+27
2022-01-17tests/krb5: Generate unique UPNs for AS-REQ enterprise testsJoseph Sutton1-8/+16
2021-12-06tests/krb5: Add tests for enterprise principals with canonicalizationJoseph Sutton1-0/+140
2021-12-06tests/krb5: Add tests for AS-REQ with an SPNJoseph Sutton1-28/+123
2021-12-06tests/krb5: Add more AS-REQ ENC-TIMESTAMP tests with different encryption typesJoseph Sutton1-0/+40
2021-11-30tests/krb5: Deduplicate AS-REQ testsJoseph Sutton1-80/+83
2021-10-20tests/krb5: Add tests for account salt calculationJoseph Sutton1-0/+10
2021-10-14tests/krb5: Disable debugging output for testsJoseph Sutton1-2/+2
2021-09-23tests/krb5: Get supported enctypes for credentials from databaseJoseph Sutton1-2/+2
2021-09-13tests/krb5: Don't create PAC request manually in as_req_testsJoseph Sutton1-24/+11
2021-09-13tests/krb5: Calculate expected salt if not given explicitlyJoseph Sutton1-2/+2
2021-09-02tests/krb5: Remove harmful and a-typical return in as_req testcaseAndrew Bartlett1-8/+6
2021-08-18tests/krb5: Rename generic_check_as_error() to generic_check_kdc_error()Joseph Sutton1-1/+1
2021-08-18tests/krb5: Ensure generated padata is not NoneJoseph Sutton1-1/+5
2021-08-18tests/krb5: Only allow specifying one of check_rep_fn and check_error_fnJoseph Sutton1-1/+1
2021-08-18tests/krb5: Include kdc_options in kdc_exchange_dictJoseph Sutton1-2/+2
2021-08-18tests/krb5: Always specify expected error codeJoseph Sutton1-1/+10
2021-08-18tests/krb5: Make _test_as_exchange() return value more consistentJoseph Sutton1-30/+32
2021-08-18tests/krb5: Remove unneeded statementsJoseph Sutton1-2/+0
2021-08-18tests/krb5: formattingJoseph Sutton1-10/+10
2021-07-01tests/krb5/as_req_tests.py: Check the client kvnoJoseph Sutton1-1/+4
2021-07-01tests/krb5/as_req_tests.py: add simple test_as_req_enc_timestamp testStefan Metzmacher1-1/+84
2021-07-01tests/krb5/as_req_tests.py: Automatically obtain credentialsJoseph Sutton1-2/+2
2021-07-01tests/krb5/raw_testcase.py: Add allow_missing_keys parameter for getting credsJoseph Sutton1-1/+1
2021-07-01tests/krb5/as_req_tests.py: add new tests to cover more of the AS-REQ protocolStefan Metzmacher1-0/+121