summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5
AgeCommit message (Expand)AuthorFilesLines
2021-07-01tests/krb5: Use admin creds for SamDB rather than user credsJoseph Sutton1-1/+1
2021-07-01tests/krb5/as_canonicalization_tests.py: Refactor account creationJoseph Sutton1-111/+25
2021-07-01tests/krb5: Deduplicate 'host' attribute initialisationJoseph Sutton2-3/+2
2021-07-01tests/krb5/raw_testcase.py: Check for an explicit 'unspecified kvno' valueJoseph Sutton1-6/+9
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/kdc_base_test.py: Add fallback methods to obtain client and krbtgt...Joseph Sutton1-2/+84
2021-07-01tests/krb5/raw_testcase.py: Simplify conditionalsJoseph Sutton1-6/+2
2021-07-01tests/krb5/raw_testcase.py: Allow specifying a fallback credentials functionJoseph Sutton1-6/+33
2021-07-01tests/krb5/raw_testcase.py: Cache obtained credentialsJoseph Sutton2-5/+34
2021-07-01tests/krb5/raw_testcase.py: Add allow_missing_keys parameter for getting credsJoseph Sutton3-15/+42
2021-07-01tests/krb5/raw_testcase.py: Make env_get_var() a standalone methodJoseph Sutton1-39/+41
2021-07-01tests/krb5/raw_testcase.py: Add method to obtain Kerberos keys over DRSJoseph Sutton1-1/+99
2021-07-01tests/krb5/kdc_base_test.py: Add methods to determine supported encryption typesJoseph Sutton1-2/+36
2021-07-01tests/krb5/kdc_base_test.py: Create loadparm only when neededJoseph Sutton5-9/+18
2021-07-01tests/krb5/kdc_base_test.py: Remove 'credentials' class attributeJoseph Sutton2-23/+5
2021-07-01tests/krb5/kdc_base_test.py: Create database connection only when neededJoseph Sutton7-86/+116
2021-07-01tests/krb5/raw_testcase.py: Add get_admin_creds()Joseph Sutton1-0/+5
2021-07-01tests/krb5/kdc_base_test.py: Defer account deletion until tearDownClass() is ...Joseph Sutton1-9/+15
2021-07-01tests/krb5/as_req_tests.py: add new tests to cover more of the AS-REQ protocolStefan Metzmacher1-0/+121
2021-07-01tests/krb5/raw_testcase.py: introduce a _generic_kdc_exchange() infrastructureStefan Metzmacher2-0/+645
2021-07-01tests/krb5/raw_testcase.py: Add TicketDecryptionKey_from_creds()Stefan Metzmacher1-0/+29
2021-07-01tests/krb5/raw_testcase.py: add methods to iterate over etype permutationsStefan Metzmacher1-0/+58
2021-07-01tests/krb5/raw_testcase.py: add KERB_PA_PAC_REQUEST_create()Stefan Metzmacher1-0/+15
2021-07-01tests/krb5/raw_testcase.py: split KDC_REQ_BODY_create() from KDC_REQ_create()Stefan Metzmacher1-58/+23
2021-07-01tests/krb5/raw_testcase.py: Allow prettyPrint of more MS-KILE-defined valuesStefan Metzmacher1-0/+10
2021-07-01tests/krb5/raw_testcase.py: Allow prettyPrint of more RFC-defined valuesStefan Metzmacher1-0/+6
2021-07-01tests/krb5/raw_testcase.py: add assertElement*()Stefan Metzmacher1-0/+54
2021-07-01tests/krb5/raw_testcase.py: introduce STRICT_CHECKING=0 in order to relax the...Stefan Metzmacher1-0/+5
2021-07-01tests/krb5/raw_testcase.py: Add get_{client,server,krbtgt}_creds()Stefan Metzmacher2-22/+183
2021-07-01tests/krb5/rfc4120.asn1: Improve definitions to allow expanded testingStefan Metzmacher2-5/+199
2021-07-01Rename python/samba/tests/krb5/{rfc4120_pyasn1_regen.sh => pyasn1_regen.sh}Stefan Metzmacher1-0/+0
2021-05-19python: Make credentials cache test run against WindowsJoseph Sutton1-1/+4
2021-05-19python: Fix ticket timestamp conversion when local timezone is not UTCJoseph Sutton1-4/+19
2021-05-19python: Add SMB credentials cache testJoseph Sutton1-0/+108
2021-05-19python: Add RPC credentials cache testJoseph Sutton1-0/+77
2021-05-19python: Add LDAP credentials cache testJoseph Sutton1-0/+94
2021-05-19python: Add credentials cache testJoseph Sutton3-4/+132
2021-05-19krb5: Add Python functions to create a credentials cache containing a service...Joseph Sutton1-4/+163
2021-04-12tests python krb5: MS-KILE client principal look-upGary Lockyer2-1/+842
2020-12-21tests python krb5: PEP8 cleanupsGary Lockyer10-263/+413
2020-12-21tests python krb5: use key usage constantsGary Lockyer7-34/+42
2020-12-21tests python krb5: Add key usage constantsGary Lockyer1-0/+50
2020-12-16tests python krb5: initial TGS testsGary Lockyer3-1/+212
2020-12-16tests python krb5: add test base classGary Lockyer1-0/+419
2020-12-16tests python krb5: Add Authorization data ad-type constantsGary Lockyer1-0/+14
2020-11-30tests python krb5: Extra canonicalization testsGary Lockyer1-24/+50
2020-11-12tests python krb5: add arcfour salt testsGary Lockyer1-0/+20
2020-11-12tests python krb5: refactor compatability testsGary Lockyer1-6/+18