summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/protected_users_tests.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-1/+2
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde1-3/+1
2023-10-19tests/krb5: Fix RC4‐only Protected Users testsJoseph Sutton1-0/+2
2023-05-05tests/krb5: Improve _test_samr_change_password() methodJoseph Sutton1-1/+12
2023-05-05tests/krb5: Generify protected users test methodsJoseph Sutton1-16/+24
2023-05-05tests/krb5: Handle NT hashes being disabledJoseph Sutton1-4/+9
2023-05-05tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton1-0/+4
2023-05-05tests/krb5: Split out functions for testing logons and password changesJoseph Sutton1-103/+2
2023-04-12tests/krb5: Fix comment indentationJoseph Sutton1-3/+3
2023-03-20tests/krb5: Cache drsuapi connectionJoseph Sutton1-1/+1
2023-03-03tests/krb5: Remove client_as_etypes parameterJoseph Sutton1-4/+0
2023-02-08tests/krb5: Move _test_samlogon() to base classJoseph Sutton1-90/+2
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher1-4/+4
2022-12-13CVE-2022-37966 tests/krb5: Test different preauth etypes with Protected Users...Joseph Sutton1-9/+38
2022-11-08tests/krb5: Remove unused copy-and-paste remnantJoseph Sutton1-6/+0
2022-05-05tests/krb5: Allow passing expected etypes to get_keys()Joseph Sutton1-5/+4
2022-03-18tests/krb5: Add tests for the Protected Users groupJoseph Sutton1-0/+1195