summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2022-03-03python: Reformat shell scriptsAndreas Schneider8-171/+222
2022-02-23upgradehelpers.py: add a comment to update_krbtgt_account_password()Stefan Metzmacher1-3/+6
2022-02-23provision: add a comment that the value of krbtgtpass is ignored in the backendStefan Metzmacher1-0/+3
2022-02-23upgradehelpers.py: let update_machine_account_password() use 120 character pa...Stefan Metzmacher1-1/+1
2022-02-23provision: use 120 characters for the dns account passwordStefan Metzmacher1-1/+1
2022-02-23samba-tool/join_member: let py_net_join_member() choose the passwordStefan Metzmacher1-2/+0
2022-01-31CVE-2022-0336: pytest: Add a test for an SPN conflict with a re-added SPNJoseph Sutton1-0/+7
2022-01-26pytest:auth_log: expect TLS connections when using ldapsDouglas Bagnall1-4/+4
2022-01-24blackbox.ndrdump: fix test_ndrdump_fuzzed_NULL_struct_ntlmssp_CHALLENGE_MESSA...Stefan Metzmacher1-3/+2
2022-01-24blackbox.ndrdump: adjust example files to the usage of dump_data_diff output.Stefan Metzmacher1-0/+4
2022-01-24blackbox.ndrdump: adjust example files to changed dump_data() output.Stefan Metzmacher1-5/+5
2022-01-19HEIMDAL: move code from source4/heimdal* to third_party/heimdal*Stefan Metzmacher1-7/+7
2022-01-19selftest: Update SimpleKerberosTests now that Samba supports FASTAndrew Bartlett1-3/+3
2022-01-19tests/krb5: Add option to check reply padataJoseph Sutton1-0/+58
2022-01-19tests/auth_log: adjust expected authDescription for test_smb_bad_userStefan Metzmacher1-1/+1
2022-01-19tests: Update latin1 list and ignored file list for new Heimdal importAndrew Bartlett1-7/+27
2022-01-17tests/krb5: Update supported enctype checkingJoseph Sutton2-7/+41
2022-01-17tests/krb5: Add AS-REQ PAC testsJoseph Sutton1-4/+97
2022-01-17tests/krb5: Check encrypted-pa-data if presentJoseph Sutton2-18/+64
2022-01-17tests/krb5: Add FAST enc-pa-rep testsJoseph Sutton5-10/+130
2022-01-17tests/krb5: Adjust expected error codesJoseph Sutton3-7/+14
2022-01-17tests/krb5: Generate unique UPNs for AS-REQ enterprise testsJoseph Sutton1-8/+16
2021-12-20python:tests: Don't require an emtpy 'authorization-data' to be presentAndreas Schneider1-2/+15
2021-12-20Revert "python:tests: Don't require an emtpy 'authorization-data' to be present"Stefan Metzmacher1-13/+2
2021-12-20python:tests: Don't require an emtpy 'authorization-data' to be presentAndreas Schneider1-2/+13
2021-12-15tests/krb5: Add tests for AS-REQ to self with FASTJoseph Sutton1-5/+61
2021-12-15tests/krb5: Correctly determine whether tickets are service ticketsJoseph Sutton4-15/+19
2021-12-15tests/krb5: Generate unique UPNs for enterprise testsJoseph Sutton1-8/+16
2021-12-15tests/krb5: Add tests for PAC buffer alignmentJoseph Sutton2-0/+94
2021-12-07tests/krb5: Allow PADATA-ENCRYPTED-CHALLENGE to be missing for skew errorsJoseph Sutton1-1/+2
2021-12-07tests/krb5: Allow 'renew-till' element to be present if STRICT_CHECKING=0Joseph Sutton1-8/+8
2021-12-07tests/krb5: Don't require claims PAC buffers if STRICT_CHECKING=0Joseph Sutton1-1/+3
2021-12-07tests/krb5: Adjust unknown critical FAST option testJoseph Sutton1-0/+8
2021-12-07tests/krb5: Add test for FAST with invalid ticket checksumJoseph Sutton1-2/+38
2021-12-07tests/krb5: Remove magic flag constantsJoseph Sutton1-3/+6
2021-12-07tests/krb5: Allow additional unexpected padata typesJoseph Sutton4-3/+13
2021-12-07tests/krb5: Make edata checking less strictJoseph Sutton2-12/+33
2021-12-07tests/krb5: Add tests for FAST with use-session-key flag and armor ticketJoseph Sutton2-2/+55
2021-12-07tests/krb5: Add test for AD-fx-fast-armor in enc-authorization-dataJoseph Sutton1-5/+52
2021-12-07tests/krb5: Don't request renewable ticketsJoseph Sutton1-3/+1
2021-12-07tests/krb5: Adjust expected error codes for FAST testsJoseph Sutton1-38/+42
2021-12-06tests/krb5: Add tests for enterprise principals with canonicalizationJoseph Sutton3-10/+394
2021-12-06tests/krb5: Add tests for AS-REQ with an SPNJoseph Sutton3-28/+127
2021-12-06tests/krb5: Add more AS-REQ ENC-TIMESTAMP tests with different encryption typesJoseph Sutton1-0/+40
2021-12-06tests/krb5: Check ticket cname for HeimdalJoseph Sutton1-9/+16
2021-12-06tests/krb5: Check logon name in PAC for canonicalization testsJoseph Sutton1-0/+35
2021-12-06tests/krb5: Only create testing accounts once per test runJoseph Sutton1-5/+8
2021-12-06samba-tool: Test DNS record creation on member joinDavid Mulder1-0/+71
2021-12-06samba-tool: Create DNS entries on member joinDavid Mulder1-3/+7
2021-12-03pytest/source_char: check for mixed direction textDouglas Bagnall1-0/+29