summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/fast_tests.py
AgeCommit message (Expand)AuthorFilesLines
2025-11-13s4:kdc:tests: support "kdc always generate pac"Gary Lockyer1-1/+2
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider1-1/+1
2023-06-21tests/krb5: Test that FX-COOKIE matches cookie returned by WindowsJoseph Sutton1-0/+87
2023-05-05tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton1-0/+2
2023-03-20tests/krb5: Add tests for RODC-issued armor ticketsJoseph Sutton1-0/+44
2023-03-08tests/krb5: Allow creating accounts supporting claims or compound identity se...Joseph Sutton1-0/+2
2023-03-03tests/krb5: Remove client_as_etypes parameterJoseph Sutton1-1/+0
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher1-5/+6
2022-12-13CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since E...Joseph Sutton1-2/+8
2022-10-05tests/krb5: Make use of client_opts for TGS-REQsJoseph Sutton1-49/+33
2022-01-17tests/krb5: Add AS-REQ PAC testsJoseph Sutton1-4/+97
2022-01-17tests/krb5: Add FAST enc-pa-rep testsJoseph Sutton1-0/+114
2022-01-17tests/krb5: Adjust expected error codesJoseph Sutton1-4/+8
2021-12-15tests/krb5: Add tests for AS-REQ to self with FASTJoseph Sutton1-5/+61
2021-12-07tests/krb5: Adjust unknown critical FAST option testJoseph Sutton1-0/+8
2021-12-07tests/krb5: Add test for FAST with invalid ticket checksumJoseph Sutton1-2/+38
2021-12-07tests/krb5: Remove magic flag constantsJoseph Sutton1-3/+6
2021-12-07tests/krb5: Make edata checking less strictJoseph Sutton1-6/+16
2021-12-07tests/krb5: Add tests for FAST with use-session-key flag and armor ticketJoseph Sutton1-0/+40
2021-12-07tests/krb5: Add test for AD-fx-fast-armor in enc-authorization-dataJoseph Sutton1-5/+52
2021-12-07tests/krb5: Don't request renewable ticketsJoseph Sutton1-3/+1
2021-12-07tests/krb5: Adjust expected error codes for FAST testsJoseph Sutton1-38/+42
2021-10-14tests/krb5: Use correct principal name typeJoseph Sutton1-1/+2
2021-10-14tests/krb5: Fix checking for presence of error dataJoseph Sutton1-11/+28
2021-10-14tests/krb5: Fix assertElementFlags()Joseph Sutton1-2/+2
2021-10-14tests/krb5: Make expected_sname checking more explicitJoseph Sutton1-25/+24
2021-09-23tests/krb5: Correctly check PA-SUPPORTED-ENCTYPESJoseph Sutton1-0/+4
2021-09-23tests/krb5: Simplify adding authdata to ticket by using modified_ticket()Joseph Sutton1-39/+10
2021-09-21tests/krb5: Return encpart from get_tgt() as part of KerberosTicketCredsJoseph Sutton1-6/+2
2021-09-21tests/krb5: Move get_tgt() and get_service_ticket() to kdc_base_testJoseph Sutton1-141/+0
2021-09-21tests/krb5: Allow get_tgt() to specify expected and unexpected flagsJoseph Sutton1-1/+4
2021-09-21tests/krb5: Allow get_tgt() to specify different kdc-optionsJoseph Sutton1-3/+5
2021-09-21tests/krb5: Allow get_tgt() to get tickets from the RODCJoseph Sutton1-4/+9
2021-09-21tests/krb5: Allow get_service_ticket() to get tickets from the RODCJoseph Sutton1-2/+2
2021-09-21tests/krb5: Don't manually create PAC request and options in fast_testsJoseph Sutton1-8/+9
2021-09-15tests/krb5: Generate padata for FAST testsJoseph Sutton1-40/+61
2021-09-15tests/krb5: Add get_cached_creds() method to create persistent accounts for t...Joseph Sutton1-1/+1
2021-09-15tests/krb5: Get encpart decryption key from kdc_exchange_dictJoseph Sutton1-17/+1
2021-09-15tests/krb5: Get expected cname from TGT for TGS-REQ messagesJoseph Sutton1-8/+7
2021-09-13tests/krb5: Allow specifying ticket flags expected to be set or resetJoseph Sutton1-0/+11
2021-09-13tests/krb5: Remove magic constantsJoseph Sutton1-1/+1
2021-09-13tests/krb5: Don't create PAC request or options manually in fast_testsJoseph Sutton1-13/+9
2021-09-13tests/krb5: Move padata generation methods to base classJoseph Sutton1-14/+0
2021-09-13tests/krb5: Replace expected_cname_private with expected_anon parameterJoseph Sutton1-26/+7
2021-09-02tests/krb5: Allow KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN for a missing snameAndrew Bartlett1-8/+15
2021-09-02tests/krb5: Add tests for omitting sname in inner requestJoseph Sutton1-0/+28
2021-09-02tests/krb5: Allow specifying parameters specific to the inner FAST request bodyJoseph Sutton1-0/+4
2021-09-02tests/krb5: Add tests for omitting sname in requestJoseph Sutton1-2/+81
2021-09-02CVE-2021-3671 tests/krb5: Add tests for omitting sname in outer requestJoseph Sutton1-0/+39
2021-09-02tests/krb5: Add test for sending PA-ENCRYPTED-CHALLENGE without FASTJoseph Sutton1-0/+15