summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2024-06-10python/samba/tests/krb5: Extend PKINIT tests to show kpasswd still worksAndrew Bartlett1-11/+53
2024-06-10python/samba/tests/krb5: Move get_kpasswd_sname() into raw_testcase() to allo...Andrew Bartlett2-4/+4
2024-06-06python: Add test for checking the SHA256SUMAndreas Schneider1-5/+24
2024-06-06python:netcmd: Create a SHA256SUM file with checksumsAndreas Schneider1-0/+25
2024-06-06python:netcmd: Only put regular files into the tarballAndreas Schneider1-1/+1
2024-06-06python:tests/dns_tkey: add test_update_tsig_record_access_denied()Stefan Metzmacher1-0/+55
2024-06-06python:tests/dns_base: add get_unpriv_creds() helperStefan Metzmacher1-0/+15
2024-06-06python:tests/dns_tkey: let test_update_tsig_windows() actually pass against w...Stefan Metzmacher1-14/+18
2024-06-06python:tests/dns_base: let verify_packet() work against WindowsStefan Metzmacher1-1/+10
2024-06-06python:tests/dns_tkey: test bad and changing tsig algorithmsStefan Metzmacher1-0/+104
2024-06-06python:tests/dns_tkey: add gss.microsoft.com tsig updatesStefan Metzmacher1-0/+59
2024-06-06python:tests/dns_tkey: let us have test_update_gss_tsig_tkey_req_{additional,...Stefan Metzmacher2-2/+36
2024-06-06python:tests/dns_tkey: test TKEY with gss-tsig, gss.microsoft.com and invalid...Stefan Metzmacher1-2/+19
2024-06-06python:tests/dns_base: maintain a dict with tkey related stateStefan Metzmacher3-20/+32
2024-06-06python:tests/dns_base: let dns_transaction_udp() take allow_{remaining,trunca...Stefan Metzmacher1-1/+13
2024-06-06python:tests/dns_base: pass tkey_trans(expected_rcode)Stefan Metzmacher1-1/+5
2024-06-06python:tests/dns_base: let tkey_trans() take tkey_req_in_answersStefan Metzmacher1-3/+8
2024-06-06python:tests/dns_base: let tkey_trans() and sign_packet() take algorithm_name...Stefan Metzmacher1-5/+7
2024-06-06python:tests/dns_tkey: make use of self.assert_echoed_dns_error()Stefan Metzmacher1-10/+4
2024-06-06python:tests/dns_base: add self.assert_echoed_dns_error()Stefan Metzmacher1-0/+18
2024-06-06python:tests/dns_base: let dns_transaction_tcp() handle short receivesStefan Metzmacher1-1/+12
2024-06-06python:tests/dns_base: use ndr_deepcopy() and ndr_pack() in verify_packet()Stefan Metzmacher1-13/+10
2024-06-06python:tests/dns_base: generate a real signature in bad_sign_packet()Stefan Metzmacher1-27/+21
2024-06-04tests/krb5: Calculate correct gMSA password to fix flapping testJo Sutton1-1/+11
2024-06-04tests/krb5: Reset local database time in a cleaner (and nearly equivalent) fa...Jo Sutton1-4/+2
2024-06-04tests/krb5: Make use of update_password() methodJo Sutton1-2/+2
2024-06-04tests: Check that query_directory lists the reparse tagVolker Lendecke1-0/+20
2024-05-31python:smb tests: remove py2 compatibility codeDouglas Bagnall1-11/+7
2024-05-31python/common: remove verbiage about old python versionsDouglas Bagnall1-13/+2
2024-05-22tests/krb5: Test that previous keys are counted as current keys following a g...Jo Sutton2-1/+97
2024-05-22python:tests: Extract keytab_as_set() function to be usable by other testsJo Sutton1-41/+42
2024-05-22python:tests: Manually raise AssertionErrorJo Sutton1-1/+2
2024-05-22python:tests: Rename ‘keytab_as_set’ variable to be distinct from keytab_...Jo Sutton1-19/+19
2024-05-22python:tests: Ignore case for group_name comparisonAndreas Schneider1-1/+2
2024-05-22docs-xml: Add smb.conf option 'dns hostname'Andreas Schneider1-0/+1
2024-05-22samba-tool: let 'samba-tool domain exportkeytab' take an --only-current-keys ...Stefan Metzmacher1-2/+7
2024-05-22samba.tests.dckeytab: add test_export_keytab_change3_update_only_current_keep()Stefan Metzmacher1-0/+49
2024-05-22s4:libnet_export_keytab: add only_current_keys optionStefan Metzmacher1-2/+2
2024-05-16tests/krb5: Adjust tests to pass against newer Windows versions that include ...Jo Sutton1-6/+4
2024-05-16tests/krb5: Add more tests for gMSAsJo Sutton1-3/+209
2024-05-16tests/krb5: Test viewing gMSA passwords after performing simple bindsJo Sutton1-0/+33
2024-05-16tests/krb5: Test that computers (and, by extension, gMSAs) cannot perform int...Jo Sutton1-0/+16
2024-05-16tests/krb5: Don’t pass gMSA as ‘domain_joined_mach_creds’ parameterJo Sutton1-3/+1
2024-05-16tests/krb5: Test performing NTLMSSP logons at different timesJo Sutton1-0/+375
2024-05-16tests/krb5: Test that gMSA passwords cannot be viewed over an unsealed connec...Jo Sutton1-0/+41
2024-05-16tests/krb5: Add ‘expect_success’ parameter to gensec_ntlmssp_logon()Jo Sutton1-6/+14
2024-05-16tests/krb5: Make use of gmsa_series_for_account() methodJo Sutton1-2/+28
2024-05-16tests/krb5: Add quantized_time() methodJo Sutton1-4/+13
2024-05-16tests/krb5: Read current time from correct SamDBJo Sutton1-2/+2
2024-05-16python:tests: Pass ServerPasswordSet2() parameters in correct orderJo Sutton1-2/+2