summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/lockout_tests.py
AgeCommit message (Expand)AuthorFilesLines
2025-12-09python:tests: Fix ProcessPoolExecutor with Python 3.14Andreas Schneider1-4/+13
2024-06-27tests/krb5: Add tests for errors produced when logging in with unusable accountsJo Sutton1-2/+208
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-10pytest:krb5/lockout: associate user DN with the ldb it is used withDouglas Bagnall1-7/+6
2024-02-27tests/krb5: Move assertLocalSamDB() into RawKerberosTestJo Sutton1-8/+0
2023-10-19tests/krb5: Remove unnecessary f‐stringsJoseph Sutton1-2/+2
2023-06-30crypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()Andrew Bartlett1-10/+0
2023-05-18tests/krb5: Set expected_status even if expect_status is not trueJoseph Sutton1-2/+3
2023-05-18tests/krb5: Test that NT_STATUS_ACCOUNT_LOCKED_OUT is returned in KDC reply e...Joseph Sutton1-24/+81
2023-05-05tests/krb5: Handle NT hashes being disabledJoseph Sutton1-1/+1
2023-05-05tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton1-0/+1
2023-03-03tests/krb5: Remove client_as_etypes parameterJoseph Sutton1-1/+0
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher1-5/+6
2022-09-12CVE-2021-20251 tests/krb5: Add tests for password lockout raceJoseph Sutton1-0/+1088