summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-10-14tests/krb5: Fix checksum generation and verificationJoseph Sutton1-25/+32
2021-10-14tests/krb5: Fix method for creating invalid length zeroed checksumJoseph Sutton1-0/+3
2021-10-14tests/krb5: Introduce helper method for creating invalid length checksumsJoseph Sutton1-5/+8
2021-10-14tests/krb5: Add assertion to make failures clearerJoseph Sutton1-0/+1
2021-10-14tests/krb5: Allow created accounts to use resource-based constrained delegationJoseph Sutton1-0/+33
2021-10-14tests/krb5: Rename allowed_to_delegate_to parameter for clarityJoseph Sutton1-5/+5
2021-10-14tests/krb5: Fix PA-PAC-OPTIONS checkingJoseph Sutton1-21/+23
2021-10-14tests/krb5: Fix sending PA-PAC-OPTIONS and PA-PAC-REQUESTJoseph Sutton1-2/+1
2021-10-14tests/krb5: Allow for missing msDS-KeyVersionNumber attributeJoseph Sutton1-2/+4
2021-10-14tests/krb5: Remove unused parameterJoseph Sutton1-3/+0
2021-10-14tests/krb5: Rename method parameterJoseph Sutton1-5/+5
2021-10-04selftest: Move self.assertRaisesLdbError() to samba.tests.TestCaseAndrew Bartlett1-0/+25
2021-09-28libcli/dns.c: dns forwarder port test changesMatthew Grant2-7/+20
2021-09-28pytest:segfault: Add test for deleting an ldb.Control critical flagJoseph Sutton1-0/+8
2021-09-28pytest:segfault: Add test for deleting an ldb.Message dnJoseph Sutton1-0/+6
2021-09-23tests/krb5: Add classes for testing invalid checksumsJoseph Sutton1-0/+23
2021-09-23tests/krb5: Add method to determine if principal is krbtgtJoseph Sutton1-1/+5
2021-09-23tests/krb5: Verify checksums of tickets obtained from the KDCJoseph Sutton1-10/+24
2021-09-23tests/krb5: Add get_rodc_krbtgt_creds() to RawKerberosTestJoseph Sutton1-0/+11
2021-09-23tests/krb5: Simplify account creationJoseph Sutton1-12/+4
2021-09-23tests/krb5: Provide ticket enc-part key to tgs_req()Joseph Sutton3-13/+24
2021-09-23tests/krb5: Fix checking for presence of authorization dataJoseph Sutton3-6/+19
2021-09-23tests/krb5: Add method to get DC credentialsJoseph Sutton1-0/+42
2021-09-23tests/krb5: Allow tgs_req() to check the returned ticket enc-partJoseph Sutton1-1/+8
2021-09-23tests/krb5: Set key version number for all accounts created with create_accou...Joseph Sutton1-6/+6
2021-09-23tests/krb5: Correctly check PA-SUPPORTED-ENCTYPESJoseph Sutton3-9/+22
2021-09-23tests/krb5: Get supported enctypes for credentials from databaseJoseph Sutton3-18/+43
2021-09-23tests/krb5: Add methods to convert between enctypes and bitfieldsJoseph Sutton2-14/+43
2021-09-23tests/krb5: Make get_default_enctypes() return a set of enctype constantsJoseph Sutton1-9/+4
2021-09-23tests/krb5: Simplify adding authdata to ticket by using modified_ticket()Joseph Sutton2-39/+18
2021-09-23tests/krb5: Add method for modifying a ticket and creating PAC checksumsJoseph Sutton1-0/+234
2021-09-23tests/krb5: Add method to verify ticket PAC checksumsJoseph Sutton1-1/+117
2021-09-21tests/krb5: Add RodcPacEncryptionKey type allowing for RODC PAC signaturesJoseph Sutton1-3/+42
2021-09-21tests/krb5: Add methods for creating zeroed checksums and verifying checksumsJoseph Sutton1-0/+17
2021-09-21tests/krb5: Cache obtained ticketsJoseph Sutton1-2/+27
2021-09-21tests/krb5: Return encpart from get_tgt() as part of KerberosTicketCredsJoseph Sutton2-20/+4
2021-09-21tests/krb5: Move get_tgt() and get_service_ticket() to kdc_base_testJoseph Sutton2-141/+144
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: Set DN of created accounts to ldb.Dn typeJoseph Sutton1-7/+7
2021-09-21tests/krb5: Don't manually create PAC request and options in fast_testsJoseph Sutton2-13/+9
2021-09-21tests/krb5: Use PAC buffer type constants from krb5pac.idlJoseph Sutton1-10/+3
2021-09-21tests/krb5: Allow as_req() to specify different kdc-optionsJoseph Sutton1-2/+1
2021-09-21tests/krb5: Allow tgs_req() to send requests to the RODCJoseph Sutton1-2/+4
2021-09-21tests/krb5: Allow tgs_req() to specify different kdc-optionsJoseph Sutton1-3/+1
2021-09-21tests/krb5: Allow tgs_req() to send additional padataJoseph Sutton1-1/+8
2021-09-21tests/krb5: Refactor tgs_req() to use _generic_kdc_exchangeJoseph Sutton3-36/+46
2021-09-21tests/krb5: Check correct flags elementJoseph Sutton1-1/+1