summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/claims_tests.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-12tests/krb5: Correctly test services that do not support Compound IdentityJoseph Sutton1-15/+5
2023-09-27tests/krb5: Match filter after transforming test nameJoseph Sutton1-2/+2
2023-08-15tests/krb5: Remove incorrect commentsJoseph Sutton1-4/+0
2023-06-25tests/krb5: Improve authentication policy creationJoseph Sutton1-5/+4
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider1-1/+1
2023-06-14tests/krb5: Make use of KerberosCredentials.get_sid()Joseph Sutton1-3/+3
2023-06-14tests/krb5: Cache created authentication policiesJoseph Sutton1-4/+0
2023-05-05tests/krb5: Rename ‘auth_silo’ to ‘authn_silo’Joseph Sutton1-2/+2
2023-05-05tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton1-0/+3
2023-04-12tests/krb5: Remove unused variableJoseph Sutton1-2/+0
2023-04-05tests/krb5: Add tests for constructed (authentication silo) claimsJoseph Sutton1-0/+84
2023-04-05tests/krb5: Check only for the canonical representation of a security descriptorJoseph Sutton1-39/+3
2023-03-20tests/krb5: Test that denied attributes are still issued in claimsJoseph Sutton1-0/+42
2023-03-20tests/krb5: Check that test parameters are not going unseenJoseph Sutton1-1/+3
2023-03-20tests/krb5: Test that claims are generated even if PAC-OPTIONS are not setJoseph Sutton1-1/+98
2023-03-20tests/krb5: Test that RODC-issued claims are regeneratedJoseph Sutton1-0/+248
2023-03-20tests/krb5: Add remove_client_claims_tgt_from_rodc()Joseph Sutton1-14/+29
2023-03-20tests/krb5: Fix additional_details account creation cachingJoseph Sutton1-45/+51
2023-03-08tests/krb5: Remove old device info and device claims testsJoseph Sutton1-191/+0
2023-03-08tests/krb5: Add tests for device claimsJoseph Sutton1-2/+396
2023-03-08tests/krb5: Don't specify extra enctypes for the krbtgtJoseph Sutton1-2/+10
2023-03-08tests/krb5: Add test for compressed claimJoseph Sutton1-0/+19
2023-03-08tests/krb5: Test we get correct values for integer syntax claimsJoseph Sutton1-5/+21
2023-03-08tests/krb5: Test more descriptive security descriptorJoseph Sutton1-5/+7
2023-03-08tests/krb5: Document and tidy up existing claims testsJoseph Sutton1-24/+33
2023-03-08tests/krb5: Move some claims tests aroundJoseph Sutton1-80/+80
2023-03-08tests/krb5: Add type to expect a value is one of a set of possible typesJoseph Sutton1-0/+36
2023-03-08tests/krb5: Allow comparing UnorderedLists only with one anotherJoseph Sutton1-5/+3
2023-03-08tests/krb5: Remove unused importJoseph Sutton1-1/+0
2023-03-03tests/krb5: Permit modifying claim attributes mid-testJoseph Sutton1-2/+11
2023-03-03tests/krb5: Split out setup_claims()Joseph Sutton1-67/+74
2023-03-03tests/krb5: Refactor claims tests to use get_target()Joseph Sutton1-42/+9
2022-12-13CVE-2022-37966 python:/tests/krb5: call sys.path.insert(0, "bin/python") befo...Stefan Metzmacher1-5/+5
2022-09-09tests/krb5: Add claims testsJoseph Sutton1-0/+1319