summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* pytest:segfault: Add test for deleting an ldb.Control critical flagJoseph Sutton2021-10-261-0/+7
* pytest:segfault: Add test for deleting an ldb.Message dnJoseph Sutton2021-10-261-0/+5
* tests/krb5: Add tests for account salt calculationJoseph Sutton2021-10-263-0/+338
* tests/krb5: Fix account salt calculation to match WindowsJoseph Sutton2021-10-261-2/+11
* tests/krb5: Allow specifying the UPN for test accountsJoseph Sutton2021-10-262-0/+11
* tests/krb5: Allow creating machine accounts without a trailing dollarJoseph Sutton2021-10-261-4/+8
* tests/krb5: Allow specifying prefix or suffix for test account namesJoseph Sutton2021-10-261-0/+8
* tests/krb5: Decrease length of test account prefixJoseph Sutton2021-10-261-1/+1
* selftest: krb5 account creation: clarify account type as an enumJoseph Sutton2021-10-267-63/+100
* pytest: dynamic tests optionally add __doc__Douglas Bagnall2021-10-261-1/+2
* tests/krb5: Add tests for constrained delegation to NO_AUTH_DATA_REQUIRED ser...Joseph Sutton2021-10-261-1/+106
* tests/krb5: Ensure PAC is not present if expect_pac is falseJoseph Sutton2021-10-261-7/+7
* tests/krb5: Add tests for requesting a service ticket without a PACJoseph Sutton2021-10-261-0/+120
* tests/krb5: Add method to get the PAC from a ticketJoseph Sutton2021-10-261-0/+9
* tests/krb5: Allow specifying whether to expect a PAC with _test_as_exchange()Joseph Sutton2021-10-261-0/+2
* tests/krb5: Allow get_tgt() to request including or omitting a PACJoseph Sutton2021-10-261-4/+5
* tests/krb5: Fix duplicate account creationJoseph Sutton2021-10-261-8/+5
* tests/krb5: Allow bypassing cache when creating accountsJoseph Sutton2021-10-261-4/+9
* tests/krb5: Don't include empty AD-IF-RELEVANTJoseph Sutton2021-10-261-7/+12
* tests/krb5: Add constrained delegation testsJoseph Sutton2021-10-264-5/+1032
* tests/krb5: Verify tickets obtained with get_service_ticket()Joseph Sutton2021-10-261-0/+8
* tests/krb5: Require ticket checksums if decryption key is availableJoseph Sutton2021-10-261-3/+2
* tests/krb5: Add TKT_SIG_SUPPORT environment variableJoseph Sutton2021-10-261-0/+6
* tests/krb5: Fix sha1 checksum typeJoseph Sutton2021-10-261-1/+1
* tests/krb5: Provide clearer assertion messages for test failuresJoseph Sutton2021-10-261-1/+6
* tests/krb5: Disable debugging output for testsJoseph Sutton2021-10-2612-24/+24
* tests/krb5: Simplify padata checkingJoseph Sutton2021-10-261-128/+41
* tests/krb5: Check logon name in PACJoseph Sutton2021-10-261-0/+6
* tests/krb5: Check padata types when STRICT_CHECKING=0Joseph Sutton2021-10-261-4/+21
* tests/krb5: Add environment variable to specify KDC FAST supportJoseph Sutton2021-10-261-1/+5
* tests/krb5: Fix padata checking at functional level 2003Joseph Sutton2021-10-261-3/+3
* tests/krb5: Clarify checksum type assertion messageJoseph Sutton2021-10-261-1/+2
* tests/krb5: Use correct principal name typeJoseph Sutton2021-10-261-1/+2
* tests/krb5: Add compatability tests for ticket checksumsJoseph Sutton2021-10-261-2/+42
* tests/krb5: Add parameter to enforce presence of ticket checksumsJoseph Sutton2021-10-261-3/+17
* tests/krb5: Supply supported account enctypes in tgs_req()Joseph Sutton2021-10-261-0/+3
* tests/krb5: Allow specifying options and expected flags when obtaining a ticketJoseph Sutton2021-10-261-9/+22
* tests/krb5: Save account SPNJoseph Sutton2021-10-262-0/+8
* tests/krb5: Check constrained delegation PAC bufferJoseph Sutton2021-10-261-0/+21
* tests/krb5: Check buffer types in PAC with STRICT_CHECKING=1Joseph Sutton2021-10-261-0/+52
* tests/krb5: Add expect_claims parameter to kdc_exchange_dictJoseph Sutton2021-10-261-0/+4
* tests/krb5: Fix checking for presence of error dataJoseph Sutton2021-10-264-25/+48
* tests/krb5: Remove unneeded parameters from ticket cache keyJoseph Sutton2021-10-261-2/+1
* tests/krb5: Fix assertElementFlags()Joseph Sutton2021-10-262-4/+4
* tests/krb5: Make expected_sname checking more explicitJoseph Sutton2021-10-262-28/+17
* tests/krb5: Fix status code checkingJoseph Sutton2021-10-262-47/+48
* tests/krb5: Fix handling authdata with missing PACJoseph Sutton2021-10-261-5/+6
* tests/krb5: Allow excluding the PAC server checksumJoseph Sutton2021-10-261-1/+4
* tests/krb5: Fix checksum generation and verificationJoseph Sutton2021-10-261-25/+32
* tests/krb5: Fix method for creating invalid length zeroed checksumJoseph Sutton2021-10-261-0/+3