summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-08-18tests/krb5: Check version number of obtained ticketJoseph Sutton1-1/+1
2021-08-18tests/krb5: Assert that more variables are not NoneJoseph Sutton1-0/+9
2021-08-18tests/krb5: Ensure in assertElementPresent() that container elements are not ...Joseph Sutton1-0/+5
2021-08-18tests/krb5: Only allow specifying one of check_rep_fn and check_error_fnJoseph Sutton2-7/+20
2021-08-18tests/krb5: Include kdc_options in kdc_exchange_dictJoseph Sutton2-7/+12
2021-08-18tests/krb5: Always specify expected error codeJoseph Sutton2-8/+16
2021-08-18tests/krb5: Add check_reply() method to check for AS or TGS replyJoseph Sutton1-21/+5
2021-08-18tests/krb5: Add method to calculate account saltJoseph Sutton2-4/+17
2021-08-18tests/krb5: Add more methods for obtaining machine and service credentialsJoseph Sutton1-0/+74
2021-08-18tests/krb5: Allow specifying additional details when creating an accountJoseph Sutton1-1/+3
2021-08-18tests/krb5: Use encryption with admin credentialsJoseph Sutton1-0/+2
2021-08-18tests/krb5: Add get_EpochFromKerberosTime()Joseph Sutton2-9/+14
2021-08-18tests/krb5: Make _test_as_exchange() return value more consistentJoseph Sutton2-34/+33
2021-08-18tests/krb5: Add method to return dict containing padata elementsJoseph Sutton1-0/+12
2021-08-18tests/krb5: Add get_enc_timestamp_pa_data_from_key()Joseph Sutton1-0/+4
2021-08-18tests/krb5: Refactor get_pa_data()Joseph Sutton4-43/+42
2021-08-18tests/krb5: Allow cf2 to automatically use the enctype of the first keyJoseph Sutton1-5/+7
2021-08-18tests/krb5: Use credentials kvno when creating password keyJoseph Sutton1-1/+2
2021-08-18tests/krb5: Check Kerberos protocol version numberJoseph Sutton1-0/+1
2021-08-18tests/krb5: Expect e-data except when the error code is KDC_ERR_GENERICJoseph Sutton2-1/+3
2021-08-18tests/krb5: Fix encpart_decryption_key with MIT KDCJoseph Sutton1-3/+10
2021-08-18tests/krb5: Fix callback_dict parameterJoseph Sutton1-2/+8
2021-08-18tests/krb5: Fix including enc-authorization-dataJoseph Sutton8-34/+21
2021-08-18tests/krb5: Remove magic constantsJoseph Sutton2-13/+24
2021-08-18tests/krb5: Simplify Python syntaxJoseph Sutton1-7/+5
2021-08-18tests/krb5: Use more compact dict lookupJoseph Sutton2-18/+5
2021-08-18tests/krb5: Remove unneeded statementsJoseph Sutton2-68/+33
2021-08-18tests/krb5: formattingJoseph Sutton3-156/+209
2021-08-18tests/krb5: Fix method name typoJoseph Sutton3-15/+15
2021-08-18tests/krb5: Fix comment typoJoseph Sutton1-1/+1
2021-08-18tests/krb5: Fix ms_kile_client_principal_lookup_test errorsJoseph Sutton1-5/+6
2021-08-13gpo: Print getcert message to debugDavid Mulder1-6/+16
2021-08-13gpo: Decode the bytes for cepces-submit failureDavid Mulder1-2/+2
2021-08-13gpo: Ignore symlink failure on sscep renewDavid Mulder1-0/+5
2021-08-13gpo: Apply Group Policy User ScriptsDavid Mulder1-2/+77
2021-08-13gpo: Test Group Policy User ScriptsDavid Mulder3-3/+103
2021-08-13gpo: Enable user policy applicationDavid Mulder3-35/+107
2021-07-21python:waf: Correctly check for python-dateutilAndreas Schneider1-3/+20
2021-07-20gpo: Improve debug when extension fails to applyDavid Mulder1-1/+3
2021-07-20gpo: Warn when fetching the supported templates failsDavid Mulder1-5/+11
2021-07-20gpo: Ensure Network Device Enrollment Service if sscep failsDavid Mulder1-0/+2
2021-07-19examples: Make winreg.py sample work with python3 in current masterVolker Lendecke1-29/+33
2021-07-15gpo: Test Certificate Auto Enrollment PolicyDavid Mulder5-0/+243
2021-07-15gpo: Fix up rsop output of ca certificateDavid Mulder1-3/+3
2021-07-15gpo: Add Certificate Auto Enrollment PolicyDavid Mulder1-0/+244
2021-07-05samba-tool: dns update rejects malformed addressesDouglas Bagnall1-2/+11
2021-07-05py/dnsserver: TXTRecord copes with single stringsDouglas Bagnall1-0/+2
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