summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool domain backup: Use tdbbackup on metadata.tdbAndrew Bartlett2021-08-241-0/+3
* samba-tool: Rework transations/locks to hold a lock during mdb backupAndrew Bartlett2021-08-241-6/+32
* samba-tool domain backup offline: Use passed in samdb when backing up sam.ldbAndrew Bartlett2021-08-241-7/+8
* tests/krb5: Add FAST testsJoseph Sutton2021-08-181-166/+1483
* initial FAST testsGary Lockyer2021-08-182-0/+246
* tests/krb5: Check PADATA-FX-ERROR in replyJoseph Sutton2021-08-181-0/+14
* tests/krb5: Allow generic_check_kdc_error() to check inner FAST errorsJoseph Sutton2021-08-181-3/+9
* tests/krb5: Check PADATA-PAC-OPTIONS in replyJoseph Sutton2021-08-181-0/+9
* tests/krb5: Make generic_check_kdc_error() also work for checking TGS repliesJoseph Sutton2021-08-181-1/+11
* tests/krb5: Make check_rep_padata() also work for checking TGS repliesJoseph Sutton2021-08-181-27/+45
* tests/krb5: Check PADATA-FX-COOKIE in replyJoseph Sutton2021-08-181-0/+15
* tests/krb5: Check PADATA-ENCRYPTED-CHALLENGE in replyJoseph Sutton2021-08-181-0/+54
* tests/krb5: Adjust reply padata checking depending on whether FAST was sentJoseph Sutton2021-08-181-7/+55
* tests/krb5: Check reply FAST padata if request included FASTJoseph Sutton2021-08-181-0/+15
* tests/krb5: Check sname is krbtgt for FAST generic errorJoseph Sutton2021-08-181-1/+7
* tests/krb5: Add get_krbtgt_sname() methodJoseph Sutton2021-08-181-0/+10
* tests/krb5: Remove unused variablesJoseph Sutton2021-08-182-3/+0
* tests/krb5: Don't expect RC4 in ETYPE-INFO2 for a non-error replyJoseph Sutton2021-08-181-1/+1
* tests/krb5: Add check_rep_padata() method to check padata in replyJoseph Sutton2021-08-181-35/+48
* tests/krb5: Add generate_simple_fast() method to generate FX-FAST padataJoseph Sutton2021-08-181-0/+34
* tests/krb5: Include authdata in kdc_exchange_dictJoseph Sutton2021-08-181-1/+7
* tests/krb5: Add expected_cname_private parameter to kdc_exchange_dictJoseph Sutton2021-08-181-1/+15
* tests/krb5: Check encrypted-pa-dataJoseph Sutton2021-08-181-1/+51
* tests/krb5: Add methods to determine whether elements were included in the re...Joseph Sutton2021-08-181-0/+25
* tests/krb5: Add functions to get dicts of request padataJoseph Sutton2021-08-181-0/+11
* tests/krb5: Check FAST responseJoseph Sutton2021-08-181-2/+39
* tests/krb5: Add method to verify ticket checksum for FASTJoseph Sutton2021-08-181-0/+12
* tests/krb5: Add method to check PA-FX-FAST-REPLYJoseph Sutton2021-08-181-0/+31
* tests/krb5: Allow specifying parameters specific to the outer request bodyJoseph Sutton2021-08-181-5/+20
* tests/krb5: Add FAST armor generation to _generic_kdc_exchange()Joseph Sutton2021-08-181-7/+88
* tests/krb5: Modify generate_ap_req() to also generate FAST armor AP-REQJoseph Sutton2021-08-181-13/+32
* tests/krb5: Include authenticator_subkey in AS-REQ exchange dictJoseph Sutton2021-08-181-0/+2
* tests/krb5: Rename generic_check_as_error() to generic_check_kdc_error()Joseph Sutton2021-08-182-6/+6
* tests/krb5: Add methods to calculate keys for FASTJoseph Sutton2021-08-181-0/+37
* tests/krb5: Add method to generate FAST encrypted challenge padataJoseph Sutton2021-08-181-0/+19
* tests/krb5: Add more methods to create ASN1 objects for FASTJoseph Sutton2021-08-181-0/+70
* tests/krb5: Add more ASN1 definitions for FASTJoseph Sutton2021-08-183-3/+236
* tests/krb5: Generate AP-REQ for TGS request in _generic_kdc_exchange()Joseph Sutton2021-08-181-0/+21
* tests/krb5: Ensure generated padata is not NoneJoseph Sutton2021-08-182-2/+12
* tests/krb5: Add generate_ap_req() methodJoseph Sutton2021-08-181-4/+14
* tests/krb5: Check nonce in EncKDCRepPartJoseph Sutton2021-08-181-3/+7
* tests/krb5: Make checking less strictJoseph Sutton2021-08-181-25/+27
* tests/krb5: Check version number of obtained ticketJoseph Sutton2021-08-181-1/+1
* tests/krb5: Assert that more variables are not NoneJoseph Sutton2021-08-181-0/+9
* tests/krb5: Ensure in assertElementPresent() that container elements are not ...Joseph Sutton2021-08-181-0/+5
* tests/krb5: Only allow specifying one of check_rep_fn and check_error_fnJoseph Sutton2021-08-182-7/+20
* tests/krb5: Include kdc_options in kdc_exchange_dictJoseph Sutton2021-08-182-7/+12
* tests/krb5: Always specify expected error codeJoseph Sutton2021-08-182-8/+16
* tests/krb5: Add check_reply() method to check for AS or TGS replyJoseph Sutton2021-08-181-21/+5
* tests/krb5: Add method to calculate account saltJoseph Sutton2021-08-182-4/+17