summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5
AgeCommit message (Expand)AuthorFilesLines
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton3-3/+4
2023-12-22tests/krb5: Test that root key data is the correct length in bytesJoseph Sutton1-0/+25
2023-12-22tests/krb5: Create root key just for implicit root key testsJoseph Sutton1-22/+22
2023-12-22tests/krb5: Check properties of current GKDI keyJoseph Sutton1-1/+5
2023-12-21tests/krb5: Add Python implementation and tests for Group Key Distribution Se...Joseph Sutton1-0/+716
2023-12-21tests/krb5: Remove redundant definitionsJoseph Sutton3-32/+5
2023-12-08tests/krb5: Remove unused parameterJoseph Sutton1-4/+3
2023-12-08tests/krb5: Fix indentationJoseph Sutton1-6/+6
2023-11-30python/samba/tests: Fix incorrect superclass in test_min_domain_uid.pyAndrew Bartlett1-2/+2
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde6-6/+6
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde2-6/+2
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde4-49/+49
2023-11-20python:tests: SHA1 is no longer supported by cryptography moduleAndreas Schneider1-23/+1
2023-11-16tests/krb5: Allow creating Group Managed Service AccountsJoseph Sutton1-6/+19
2023-11-09tests/krb5: Test Kerberos principal names containing non–BMP Unicode charac...Joseph Sutton2-0/+63
2023-11-09tests/krb5: Add ‘expected_sname’ parameter to _fast_as_req()Joseph Sutton1-6/+11
2023-11-09tests/krb5: Encode KerberosString objects as UTF‐8Joseph Sutton1-0/+74
2023-11-09tests/krb5: Move ‘rfc4120_pyasn1’ to ‘rfc4120_pyasn1_generated’Joseph Sutton2-2708/+2726
2023-11-07tests/krb5: Add tests for AllowedToAuthenticateTo with SamLogonJoseph Sutton1-1/+230
2023-11-07tests/krb5: Add test for an authentication policy that allows a specific accountJoseph Sutton1-0/+28
2023-11-07tests/krb5: Correct authentication policy SDDLJoseph Sutton1-1/+3
2023-11-07tests/krb5: Remove unused parameter ‘expected_device_groups’Joseph Sutton1-6/+0
2023-11-07tests/krb5: Remove unused parameter ‘expected_device_groups’Joseph Sutton1-5/+0
2023-11-02tests/krb5: Fix commentsJoseph Sutton2-2/+2
2023-11-02tests/krb5: Test RODC‐issued TGTs that already contain device info/claimsJoseph Sutton1-13/+114
2023-11-02tests/krb5: Don’t reuse SID S-1-2-3-4Joseph Sutton1-3/+3
2023-11-02tests/krb5: Test target authentication policies when the TGT already contains...Joseph Sutton1-8/+132
2023-11-02tests/krb5: Add tests for PACs containing extraneous buffersJoseph Sutton3-5/+71
2023-11-02tests/krb5: Pass a list of PAC modification functionsJoseph Sutton1-9/+8
2023-11-02tests/krb5: Test performing a FAST‐armored TGS‐REQ when the TGT already c...Joseph Sutton1-0/+52
2023-11-02tests/krb5: Add support to test framework for existing device info or claims ...Joseph Sutton1-8/+53
2023-11-02tests/krb5: Always expect client claimsJoseph Sutton1-1/+1
2023-11-02tests/krb5: Ensure that device SIDs and claims are present only if we expect ...Joseph Sutton1-2/+2
2023-11-02tests/krb5: No longer pass two‐component form of TGS principalJoseph Sutton1-27/+2
2023-11-02tests/krb5: Remove unused importJoseph Sutton1-1/+0
2023-11-02tests/krb5: Test conditional ACE expressions with empty composite literalsJoseph Sutton1-0/+9
2023-11-01tests/krb5: Test device info generated from RODC‐issued tickets without cer...Joseph Sutton1-0/+100
2023-11-01tests/krb5: Rename ‘krbtgt_creds’ to ‘rodc_krbtgt_creds’Joseph Sutton1-4/+5
2023-11-01tests/krb5: Don’t pass unnecessary parameterJoseph Sutton1-2/+1
2023-11-01tests/krb5: Use __slots__ to indicate which attributes are used by classesJoseph Sutton2-0/+39
2023-11-01tests/krb5: Add tests to see how SIDs are conveyed from PACsJoseph Sutton1-0/+198
2023-11-01tests/krb5: Test that the Claims Valid SID is added to RODC‐issued PACsJoseph Sutton2-20/+25
2023-11-01tests/krb5: Test that the Service Asserted Identity SID is not regarded from ...Joseph Sutton1-3/+10
2023-10-26python: move method escaped_claim_id from test to samba.sd_utilsRob van der Linde1-19/+12
2023-10-26tests/krb5: Add tests for single‐component krbtgt principalsJoseph Sutton4-2/+180
2023-10-26tests/krb5: Also consider single‐component krbtgt principals to be TGS prin...Joseph Sutton1-2/+5
2023-10-25tests/krb5: Fix code spellingJoseph Sutton1-3/+3
2023-10-25tests/krb5: Add tests for group membership with RBCDJoseph Sutton1-0/+226
2023-10-25tests/krb5: Add more tests of the device belonging to certain groupsJoseph Sutton1-0/+26
2023-10-25tests/krb5: Sort importsJoseph Sutton1-2/+2