summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-16python:tests: Remove unnecessary ‘pass’ statementJo Sutton1-1/+0
2024-05-16python:tests: Remove unused netlogon connection parameterJo Sutton1-13/+13
2024-05-14smbd: Test reparse tag in smb3_posix_cc_infoVolker Lendecke1-0/+41
2024-05-14tests: get TAG_INFORMATIONVolker Lendecke1-0/+24
2024-05-14python/tests: Fix nlink test in smb3unix on btrfs filesystemPavel Filipenský1-4/+14
2024-05-14tests/ntlm_auth: Do not set a client_passwordStefan Metzmacher1-1/+1
2024-05-14tests/ntlm_auth_krb5: don't test that a krb5ccache work with an explicit user...Stefan Metzmacher2-10/+16
2024-05-10selftest: add test for User.get_primary_group methodRob van der Linde1-0/+15
2024-05-10python: models: add get_primary_group method to User modelRob van der Linde1-0/+6
2024-05-10python: models: rename argument ldb to samdbRob van der Linde13-169/+169
2024-05-10tests/ntacls: unblock failing gitlab pipelines because test_setntacl_forcenativeStefan Metzmacher1-1/+1
2024-05-07pytest: sid_strings: Samba DN object refuses sub-auth overflowDouglas Bagnall1-2/+2
2024-05-07pytest: sid_strings: adjust to match Windows 2016Douglas Bagnall1-2/+2
2024-05-07pytest: sid_strings: Windows does allow lowercase s-1-... SIDsDouglas Bagnall1-2/+4
2024-05-07pytest: sid_strings: use more reliable well known SIDDouglas Bagnall1-6/+6
2024-05-06tests: Test FSCTL_DELETE_REPARSE_POINTVolker Lendecke1-0/+63
2024-05-06tests: Expected failures in reparse point tests should not be errorsVolker Lendecke1-4/+18
2024-05-06tests: Clean up behind ourselves in test_create_reparseVolker Lendecke1-1/+3
2024-05-06tests: Codify IO_REPARSE_TAG_MISMATCH behaviourVolker Lendecke1-2/+8
2024-05-06tests: Clarify a reparse point testVolker Lendecke1-0/+1
2024-05-06selftest: Default to "tmp" share in reparsepoints.pyVolker Lendecke1-1/+3
2024-04-29python/samba/tests/blackbox: Add tests for Inherit-only flag propagationyuzu3671-0/+108
2024-04-24python:tests: Store keys as bytes rather than as lists of intsJo Sutton1-2/+2
2024-04-24python:tests: Rewrite condition of while loopJo Sutton1-3/+1
2024-04-24python:tests: Store keys as bytes rather than as tuplesJo Sutton1-1/+1
2024-04-24python:gkdi: Add helper methods returning previous and next GKIDsJo Sutton1-0/+6
2024-04-24python: Move get_admin_sid() to SamDBJo Sutton1-0/+7
2024-04-24tests/krb5: Check that updated NT hashes of gMSAs have the values we expectJo Sutton1-0/+19
2024-04-23s4:ldap_server: add support for tls channel bindingsStefan Metzmacher1-0/+10
2024-04-23tests/segfault.py: make sure samdb.connect(url) has a valid lp_ctxStefan Metzmacher1-0/+4
2024-04-23python/samba/getopt: don't prompt for a password for --use-krb5-ccache=...Stefan Metzmacher1-0/+1
2024-04-21tests/krb5: Test retrieving a denied gMSA password over an unsealed connectionJo Sutton1-9/+59
2024-04-21tests/krb5: Note that lockout tests use password checksJo Sutton1-1/+2
2024-04-21tests/krb5: Fix malapropismJo Sutton1-1/+1
2024-04-21pyglue: Remove unnecessary declarationJo Sutton1-1/+0
2024-04-21python: Reformat codeJo Sutton1-8/+10
2024-04-21tests/krb5: Add tests that gMSA keys are updated in the database when appropr...Jo Sutton1-1/+132
2024-04-21tests/krb5: Import MAX_CLOCK_SKEW more directlyJo Sutton1-1/+2
2024-04-21tests/krb5: Extract method to unpack supplementalCredentials blobJo Sutton1-16/+26
2024-04-21tests/krb5: Skip loop iteration if attribute has no valuesJo Sutton1-5/+5
2024-04-17python: Fix NtVer check for site_dn_for_machine()Andreas Schneider1-3/+1