summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-05-29tests/audit_log: Correctly check for GUIDJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Pre-compile GUID regexJoseph Sutton1-2/+3
2023-05-29tests/krb5: Don’t cache accounts with an assigned policy or siloJoseph Sutton1-0/+2
2023-05-29tests/krb5: Move TestCaseInTempDir to more appropriate place in class hierarchyJoseph Sutton2-4/+4
2023-05-24pytest: dcerpc/dnsserver: Call setUpClass() method of base classJoseph Sutton1-0/+2
2023-05-24pytest: dcerpc/dnsserver: Remove unused importJoseph Sutton1-1/+1
2023-05-24tests/auth_log: Simplify isRemote()Joseph Sutton1-5/+7
2023-05-24tests/auth_log: Rename ‘self’ parameter to ‘cls’Joseph Sutton1-10/+10
2023-05-24tests/auth_log: Call setUpClass() method of base classJoseph Sutton1-0/+2
2023-05-24tests/auth_log: Don’t silently override remoteAddressJoseph Sutton1-1/+0
2023-05-24tests/auth_log_winbind: Expect an empty remote addressJoseph Sutton1-0/+2
2023-05-24tests/audit_log: Pre-compile GUID regexJoseph Sutton1-2/+3
2023-05-24pyglue: Raise an exception on errorJoseph Sutton1-9/+9
2023-05-24pyglue: Check generate_random_str() return valueJoseph Sutton1-0/+3
2023-05-24pyglue: Fix typoJoseph Sutton1-1/+1
2023-05-19gp: sshd policy correctly sort policyDavid Mulder1-5/+13
2023-05-18tests/krb5: Add tests presenting short-lived ticket in various scenariosJoseph Sutton1-0/+34
2023-05-18tests/krb5: Rename modify_requester_sid_time() to modify_lifetime()Joseph Sutton2-7/+7
2023-05-18tests/krb5: Change ‘sid’ parameter into optional ‘requester_sid’ para...Joseph Sutton2-8/+9
2023-05-18tests/krb5: Use consistent time between get_KerberosTime() callsJoseph Sutton1-2/+4
2023-05-18tests/krb5: Move modify_requester_sid_time() to RawKerberosTestJoseph Sutton2-79/+80
2023-05-18tests/krb5: Set expected_status even if expect_status is not trueJoseph Sutton1-2/+3
2023-05-18tests/krb5: Be less particular about getting NTSTATUS codes for KDC TGS testsJoseph Sutton1-2/+6
2023-05-18tests/krb5: Be less particular about expected status codes for S4U testsJoseph Sutton1-4/+63
2023-05-18tests/krb5: Add tests for authentication policiesJoseph Sutton3-0/+6591
2023-05-18tests/krb5: Allow specifying whether PA-DATA types are to be checkedJoseph Sutton2-50/+61
2023-05-18tests/krb5: Allow server and workstation accounts to perform a SamLogonJoseph Sutton1-0/+3
2023-05-18tests/krb5: Allow specifying machine credentials to _test_samlogon()Joseph Sutton1-9/+11
2023-05-18tests/krb5: Rename ‘server’ to ‘dc_server’Joseph Sutton1-3/+3
2023-05-18tests/krb5: Test that NT_STATUS_ACCOUNT_LOCKED_OUT is returned in KDC reply e...Joseph Sutton1-24/+81
2023-05-18tests/krb5: Improve edata checkingJoseph Sutton3-24/+71
2023-05-18tests/krb5: Remove unused importJoseph Sutton1-1/+0
2023-05-18samba-tool domain: Clean up codeJoseph Sutton2-3/+3
2023-05-18samba-tool domain: Remove unused variablesJoseph Sutton4-33/+24
2023-05-16samba-tool domain: Run in interactive mode if no args are suppliedJoseph Sutton1-1/+1
2023-05-16python:tests: Remove unused variablesJoseph Sutton1-6/+6
2023-05-16samba-tool domain: Remove unnecessary variableJoseph Sutton1-9/+9
2023-05-16samba-tool domain: Use result of setup_local_server() instead of object fieldJoseph Sutton1-4/+4
2023-05-16pyglue: use Py_ssize_t in random data generation functionsDmitry Antipov1-21/+22
2023-05-16samba-tool domain join: Allow "ad dc functional level" to change whichAndrew Bartlett1-2/+7
2023-05-16samba-tool domain provision: Use "ad dc functional level" to control max func...Joseph Sutton2-5/+7
2023-05-16python: Add function to get the functional level as a python intger from smb....Andrew Bartlett1-0/+21
2023-05-16samba-tool domain provision: Use common functional_level.string_to_level()Andrew Bartlett1-8/+5
2023-05-16python: Move helper functions for functional levels into a new fileAndrew Bartlett5-55/+78
2023-05-09gp: get_gpo() should re-raise the Exception, not returnDavid Mulder1-1/+1
2023-05-05tests/krb5: Improve _test_samr_change_password() methodJoseph Sutton2-17/+116
2023-05-05tests/krb5: Don’t delete silo until all tests have finishedJoseph Sutton1-2/+2
2023-05-05tests/krb5: Add remove_attribute() helper functionJoseph Sutton1-0/+8
2023-05-05tests/krb5: Have set_forced_key() also set the NT hashJoseph Sutton1-1/+9
2023-05-05tests/krb5: Make _tgs_req() more configurableJoseph Sutton1-8/+19