summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/kdc_base_test.py
AgeCommit message (Expand)AuthorFilesLines
2026-02-18CVE-2026-20833: s4:kdc: Make default domain supported enctypes AES by defaultJennifer Sutton1-6/+18
2025-11-20pytest:krb5: print error names on errorDouglas Bagnall1-5/+11
2025-09-16tests:krb5 Add key trust testsGary Lockyer1-1/+6
2025-08-07pytest:krb5_base: use BinaryDn not dsdb_dnDouglas Bagnall1-4/+2
2025-04-03python:tests/krb5: allow set_pac_sids() to take upn_dns_sidStefan Metzmacher1-2/+6
2025-04-03python:tests/krb5: allow create_account_opts() to take selective_auth_allowed...Stefan Metzmacher1-0/+27
2025-04-03python:tests/krb5: create_account_opts() can't handle self.AccountType.TRUSTStefan Metzmacher1-0/+1
2025-02-24python:tests/krb5: let create_trust() take {ingress,egress}_claims_tf_rulesStefan Metzmacher1-0/+99
2025-02-24python:tests/krb5: let create_trust() take forest_infoStefan Metzmacher1-0/+17
2025-02-24python:tests/krb5: add remove_pac_buffers()Stefan Metzmacher1-0/+13
2025-02-24python:tests/krb5: set_pac_claims with claims=[] should be an empty blobStefan Metzmacher1-16/+21
2025-02-24python:tests/krb5: let set_pac_sids() replace the requester_sidStefan Metzmacher1-2/+4
2025-02-24python:tests/krb5: add set_pac_names() to modify the names in a pacStefan Metzmacher1-0/+49
2025-02-24python:tests/krb5: let create_ccache[_with_ticket] use the correct crealmStefan Metzmacher1-3/+3
2025-02-24python:tests/krb5: allow get_service_ticket() to fail with expected_statusStefan Metzmacher1-2/+19
2025-02-17python:lsa_utils: Fix fallback to OpenPolicy2Stefan Metzmacher1-9/+20
2025-02-17python:lsa_utils: Don't use optional arguments for OpenPolicyFallback()Andreas Schneider1-1/+2
2025-01-08python:tests/krb5: allow get_service_ticket to accept a trust referral ticket...Stefan Metzmacher1-0/+2
2025-01-08python:tests/krb5: add a create_trust() helper function to test trusted domainsStefan Metzmacher1-2/+292
2025-01-08python:tests/krb5: allow exporting a keytab file of the accounts used by the ...Stefan Metzmacher1-0/+23
2025-01-08python:tests/krb5: allow get_mock_rodc_krbtgt_creds(preserve=False) to create...Stefan Metzmacher1-18/+79
2024-12-05python:tests/krb5: remember the objectGUID of created accountsStefan Metzmacher1-1/+6
2024-12-05tests/krb5: make use of conn.auth_info() in _test_samlogon()Stefan Metzmacher1-2/+1
2024-10-30python/tests: use encrypt_netr_PasswordInfo in KDCBaseTest._test_samlogon()Stefan Metzmacher1-2/+8
2024-06-27tests/krb5: Allow creation of disabled accounts for testingJo Sutton1-2/+7
2024-06-10python/test/krb5: Use assertAlmostEqual in check_ticket_times()Andrew Bartlett1-3/+4
2024-06-10python/tests/krb5: Move check_ticket_times() to kdc_base_test.pyAndrew Bartlett1-0/+30
2024-06-10python/tests/krb5: Remove unused utf16pw variableAndrew Bartlett1-1/+0
2024-06-10python/tests/krb5: Expect AES keys for UF_SMARTCARD_REQUIREDAndrew Bartlett1-1/+1
2024-04-21tests/krb5: Extract method to unpack supplementalCredentials blobJo Sutton1-16/+26
2024-04-21tests/krb5: Skip loop iteration if attribute has no valuesJo Sutton1-5/+5
2024-04-16tests/krb5: Make use of ‘expect_edata’ parameterJo Sutton1-0/+3
2024-03-28python/tests/krb5: Prepare for PKINIT tests with UF_SMARTCARD_REQUIREDAndrew Bartlett1-2/+17
2024-03-21tests/krb5: Allow specifying SamDB to use when creating an accountJo Sutton1-3/+9
2024-03-20python: pep8: fix import sorting after moveRob van der Linde1-18/+15
2024-03-20python: move models out of the netcmd packageRob van der Linde1-1/+1
2024-02-27tests/krb5: type hintingJo Sutton1-6/+8
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-18/+18
2023-11-16tests/krb5: Allow creating Group Managed Service AccountsJoseph Sutton1-6/+19
2023-11-02tests/krb5: Add tests for PACs containing extraneous buffersJoseph Sutton1-0/+23
2023-11-01tests/krb5: Rename ‘krbtgt_creds’ to ‘rodc_krbtgt_creds’Joseph Sutton1-4/+5
2023-11-01tests/krb5: Use __slots__ to indicate which attributes are used by classesJoseph Sutton1-0/+2
2023-10-26tests/krb5: Add tests for single‐component krbtgt principalsJoseph Sutton1-2/+12
2023-09-28tests/krb5: Add method to replace client or device claims in a PACJoseph Sutton1-0/+102
2023-09-28tests/krb5: Add method to replace the device SIDs in a PACJoseph Sutton1-0/+139
2023-09-28tests/krb5: Have set_pac_sids() accept lone RIDs as well as full SIDsJoseph Sutton1-3/+12
2023-09-28tests/krb5: Make optional ‘domain_sid’ parameter to set_pac_sids()Joseph Sutton1-1/+4
2023-09-28tests/krb5: Make optional ‘user_rid’ parameter to set_pac_sids()Joseph Sutton1-4/+6
2023-09-28tests/krb5: Make set_pac_sids() parameters keyword‐onlyJoseph Sutton1-0/+1
2023-09-28tests/krb5: Allow passing mapping=None to map_to_sid()Joseph Sutton1-1/+1