summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
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-24tests/krb5: Check that updated NT hashes of gMSAs have the values we expectJo Sutton1-0/+19
2024-04-23tests/segfault.py: make sure samdb.connect(url) has a valid lp_ctxStefan Metzmacher1-0/+4
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-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-16python:tests: Catch failures to authenticate with gMSA managed passwordsJo Sutton1-4/+25
2024-04-16tests/krb5: Add tests for gMSAsJo Sutton1-0/+905
2024-04-16tests/gkdi: Change ‘current_gkid’ parameter to ‘current_time’Jo Sutton2-17/+22
2024-04-16tests/gkdi: Remove implicit clock skew offsetJo Sutton1-4/+0
2024-04-16tests/gkdi: Allow current time to be overriddenJo Sutton2-23/+43
2024-04-16tests/krb5: Make use of ‘expect_edata’ parameterJo Sutton1-0/+3
2024-04-16tests/krb5: Remove unused variableJo Sutton1-4/+4
2024-04-16tests/krb5: Fix code spellingJo Sutton1-2/+2
2024-04-16tests/krb5: Remove unused importJo Sutton1-1/+1
2024-04-16python:tests: Fix typoJo Sutton1-1/+1
2024-04-16python:tests: Reformat codeJo Sutton1-7/+4
2024-04-16python:tests: Fix set declarationJo Sutton1-2/+2
2024-04-16python:tests: Replace deprecated method assertRaisesRegexp()Jo Sutton1-1/+1
2024-04-16selftest: Move some KDS root key tests around to prepare for gMSA server sideAndrew Bartlett2-211/+256
2024-04-10ldb: Add more segfault tests DN handlingAndrew Bartlett1-0/+40
2024-04-10pytest:segfault: some more ldb crashesDouglas Bagnall1-0/+134
2024-04-10selftest: Add tests that demonstrate the issues with ldb use after freeAndrew Bartlett1-0/+172
2024-04-10pytest:krb5/lockout: associate user DN with the ldb it is used withDouglas Bagnall1-7/+6
2024-04-09auth/credentials: Read managed_password.passwords.query_interval only after p...Andrew Bartlett1-1/+1
2024-04-09python/samba/tests: Fix gMSA blackbox test to expect failure to get password ...Andrew Bartlett1-4/+8
2024-04-09python: Implement CreateTrustedDomainFallback()Andreas Schneider1-1/+97
2024-04-09python:tests: Clean lsa_utils.py code according to Python standardsAndreas Schneider1-12/+26
2024-04-09python:tests: Rename createtrustrelax.py to lsa_utils.pyAndreas Schneider1-0/+0
2024-04-09python: Implement OpenPolicyFallback()Andreas Schneider1-7/+15
2024-04-09python:samba: Rename trust_utils.py to lsa_utils.pyAndreas Schneider1-1/+1
2024-04-08python: tests: type check should always use "is" or "is not"Rob van der Linde1-1/+1
2024-04-08python: tests: fix closing quote in docstring exampleRob van der Linde1-1/+1
2024-04-08selftest: Add new test for testing non-chunk transfer encodingNoel Power1-1/+14
2024-04-08selftest: fix potential reference before assigned errorNoel Power2-2/+2
2024-04-08python:tests: Improve keytab comparison of dckeytabAndreas Schneider1-3/+20