summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/group_tests.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-27tests/krb5: Match filter after transforming test nameJoseph Sutton1-1/+1
2023-06-14tests/krb5: Make use of KerberosCredentials.get_sid()Joseph Sutton1-4/+4
2023-05-05tests/krb5: Generify protected users test methodsJoseph Sutton1-3/+0
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/+2
2023-03-08tests/krb5: Make arguments to get_target() keyword argumentsJoseph Sutton1-2/+4
2023-03-03tests/krb5: Add tests adding a user to a group prior to a TGS-REQJoseph Sutton1-0/+115
2023-03-03tests/krb5: Move ticket_with_sids() to base classJoseph Sutton1-160/+1
2023-03-03tests/krb5: Move some utility functions from group_tests to base classJoseph Sutton1-177/+2
2023-03-03tests/krb5: Remove unused constantJoseph Sutton1-4/+0
2023-03-03tests/krb5: Refactor setup_groups() to admit multiple preexisting principals ...Joseph Sutton1-22/+29
2023-03-03tests/krb5: Fix typoJoseph Sutton1-1/+1
2023-03-03tests/krb5: Fix typoJoseph Sutton1-1/+1
2023-03-03tests/krb5: Move get_target() to base classJoseph Sutton1-29/+0
2023-03-03tests/krb5: Remove client_as_etypes parameterJoseph Sutton1-1/+0
2023-02-08tests/krb5: Test groups returned by SamLogonJoseph Sutton1-0/+224
2023-02-08tests/krb5: Add tests for the primary groupJoseph Sutton1-2/+582
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-3/+1
2023-02-08tests/krb5: Add tests of NETLOGON_RESOURCE_GROUPS flag handlingJoseph Sutton1-0/+47
2023-02-08tests/krb5: Allow setting or resetting PAC flagsJoseph Sutton1-4/+40
2023-02-08tests/krb5: Add group tests simulating PACs from a trusted domainJoseph Sutton1-7/+113
2023-02-08tests/krb5: Allow changing the SID of a user's PACJoseph Sutton1-12/+63
2023-02-08tests/krb5: Add some more test cases for PAC group handlingJoseph Sutton1-6/+52
2023-02-08tests/krb5: Improve assertion failure messageJoseph Sutton1-1/+1
2023-02-08tests/krb5: Remove tests of KDCs without resource SID compression supportJoseph Sutton1-87/+4
2023-02-08tests/krb5: Declare supported encryption types of service accountJoseph Sutton1-0/+3
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher1-4/+5
2022-11-08tests/krb5: Add tests of PAC group handlingJoseph Sutton1-0/+1203