tests/krb5: Allow tgs_req() to send requests to the RODC
[linkinjeon/samba-autobuild/.git] / python / samba / tests / krb5 / kdc_base_test.py
2021-09-21 Joseph Suttontests/krb5: Allow tgs_req() to send requests to the...
2021-09-21 Joseph Suttontests/krb5: Allow tgs_req() to specify different kdc...
2021-09-21 Joseph Suttontests/krb5: Allow tgs_req() to send additional padata
2021-09-21 Joseph Suttontests/krb5: Refactor tgs_req() to use _generic_kdc_exchange
2021-09-15 Joseph Suttontests/krb5: Allow replicating accounts to the created...
2021-09-15 Joseph Suttontests/krb5: Create RODC account for testing
2021-09-15 Joseph Suttontests/krb5: Allow replicating accounts to the RODC
2021-09-15 Joseph Suttontests/krb5: Add get_secrets() method to get the secret...
2021-09-15 Joseph Suttontests/krb5: Add method to get RODC krbtgt credentials
2021-09-15 Joseph Suttontests/krb5: Add get_cached_creds() method to create...
2021-09-14 Joseph Suttontests/krb5: Create testing accounts in appropriate...
2021-09-13 Joseph Suttontests/krb5: Allow Kerberos requests to be sent to DC...
2021-09-13 Joseph Suttontests/krb5: Remove magic constants
2021-09-13 Joseph Suttontests/krb5: Keep track of account DN in credentials...
2021-09-13 Joseph Suttontests/krb5: Allow specifying additional User Account...
2021-09-13 Joseph Suttontests/krb5: Allow specifying an OU to create accounts in
2021-09-02 Andrew Bartletttests/krb5: Allow KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN for...
2021-08-18 Joseph Suttontests/krb5: Remove unused variables
2021-08-18 Joseph Suttontests/krb5: Add method to generate FAST encrypted chall...
2021-08-18 Joseph Suttontests/krb5: Add check_reply() method to check for AS...
2021-08-18 Joseph Suttontests/krb5: Add method to calculate account salt
2021-08-18 Joseph Suttontests/krb5: Add more methods for obtaining machine...
2021-08-18 Joseph Suttontests/krb5: Allow specifying additional details when...
2021-08-18 Joseph Suttontests/krb5: Add get_EpochFromKerberosTime()
2021-08-18 Joseph Suttontests/krb5: Add get_enc_timestamp_pa_data_from_key()
2021-08-18 Joseph Suttontests/krb5: Refactor get_pa_data()
2021-08-18 Joseph Suttontests/krb5: Use credentials kvno when creating password key
2021-08-18 Joseph Suttontests/krb5: Fix including enc-authorization-data
2021-08-18 Joseph Suttontests/krb5: Use more compact dict lookup
2021-08-18 Joseph Suttontests/krb5: formatting
2021-08-18 Joseph Suttontests/krb5: Fix method name typo
2021-07-01 Joseph Suttontests/krb5: Use admin creds for SamDB rather than user...
2021-07-01 Joseph Suttontests/krb5: Deduplicate 'host' attribute initialisation
2021-07-01 Joseph Suttontests/krb5/kdc_base_test.py: Add fallback methods to...
2021-07-01 Joseph Suttontests/krb5/raw_testcase.py: Cache obtained credentials
2021-07-01 Joseph Suttontests/krb5/raw_testcase.py: Add method to obtain Kerber...
2021-07-01 Joseph Suttontests/krb5/kdc_base_test.py: Add methods to determine...
2021-07-01 Joseph Suttontests/krb5/kdc_base_test.py: Create loadparm only when...
2021-07-01 Joseph Suttontests/krb5/kdc_base_test.py: Remove 'credentials' class...
2021-07-01 Joseph Suttontests/krb5/kdc_base_test.py: Create database connection...
2021-07-01 Joseph Suttontests/krb5/kdc_base_test.py: Defer account deletion...
2021-05-19 Joseph Suttonpython: Fix ticket timestamp conversion when local...
2021-05-19 Joseph Suttonkrb5: Add Python functions to create a credentials...
2021-04-12 Gary Lockyertests python krb5: MS-KILE client principal look-up
2020-12-21 Gary Lockyertests python krb5: PEP8 cleanups
2020-12-21 Gary Lockyertests python krb5: use key usage constants
2020-12-16 Gary Lockyertests python krb5: initial TGS tests
2020-12-16 Gary Lockyertests python krb5: add test base class