tests/krb5: Make use of ‘expect_edata’ parameter
[cs/samba-autobuild/.git] / python / samba / tests / krb5 / kdc_base_test.py
2024-04-16 Jo Suttontests/krb5: Make use of ‘expect_edata’ parameter
2024-03-28 Andrew Bartlettpython/tests/krb5: Prepare for PKINIT tests with UF_SMA...
2024-03-21 Jo Suttontests/krb5: Allow specifying SamDB to use when creating...
2024-03-20 Rob van der Lindepython: pep8: fix import sorting after move
2024-03-20 Rob van der Lindepython: move models out of the netcmd package
2024-02-27 Jo Suttontests/krb5: type hinting
2023-11-30 Rob van der Lindepython: PEP275: docstrings should always use double...
2023-11-16 Joseph Suttontests/krb5: Allow creating Group Managed Service Accounts
2023-11-02 Joseph Suttontests/krb5: Add tests for PACs containing extraneous...
2023-11-01 Joseph Suttontests/krb5: Rename ‘krbtgt_creds’ to ‘rodc_krbtgt_creds’
2023-11-01 Joseph Suttontests/krb5: Use __slots__ to indicate which attributes...
2023-10-26 Joseph Suttontests/krb5: Add tests for single‐component krbtgt princ...
2023-09-28 Joseph Suttontests/krb5: Add method to replace client or device...
2023-09-28 Joseph Suttontests/krb5: Add method to replace the device SIDs in...
2023-09-28 Joseph Suttontests/krb5: Have set_pac_sids() accept lone RIDs as...
2023-09-28 Joseph Suttontests/krb5: Make optional ‘domain_sid’ parameter to...
2023-09-28 Joseph Suttontests/krb5: Make optional ‘user_rid’ parameter to set_p...
2023-09-28 Joseph Suttontests/krb5: Make set_pac_sids() parameters keyword...
2023-09-28 Joseph Suttontests/krb5: Allow passing mapping=None to map_to_sid()
2023-09-28 Joseph Suttontests/krb5: Sort imports
2023-08-30 Joseph Suttontests/krb5: Re-raise any LdbError other than ERR_ENTRY_...
2023-08-30 Joseph Suttontests/krb5: Correctly assert that we found a LOGON_INFO...
2023-08-30 Joseph Suttontests/krb5: Remove local variable
2023-08-14 Joseph Suttontests/krb5: Keep claim types for subsequent tests
2023-06-26 Joseph Suttontests/krb5: Add test for authenticating with disabled...
2023-06-25 Joseph Suttontests/krb5: Improve authentication policy creation
2023-06-14 Joseph Suttontests/krb5: Make use of KerberosCredentials.get_sid()
2023-06-14 Joseph Suttontests/krb5: Keep track of account SIDs
2023-06-14 Joseph Suttontests/krb5: Cache created authentication policies
2023-06-14 Joseph Suttontests/krb5: Keep track of the type of each created...
2023-05-29 Joseph Suttontests/krb5: Move TestCaseInTempDir to more appropriate...
2023-05-18 Joseph Suttontests/krb5: Allow server and workstation accounts to...
2023-05-18 Joseph Suttontests/krb5: Allow specifying machine credentials to...
2023-05-18 Joseph Suttontests/krb5: Rename ‘server’ to ‘dc_server’
2023-05-05 Joseph Suttontests/krb5: Improve _test_samr_change_password() method
2023-05-05 Joseph Suttontests/krb5: Don’t delete silo until all tests have...
2023-05-05 Joseph Suttontests/krb5: Add remove_attribute() helper function
2023-05-05 Joseph Suttontests/krb5: Allow specifying an encoded security descriptor
2023-05-05 Joseph Suttontests/krb5: Rename ‘objectclass’ to use correct case
2023-05-05 Joseph Suttontests/krb5: Rename ‘auth_silo’ to ‘authn_silo’
2023-05-05 Joseph Suttontests/krb5: Create account cache key only if needed
2023-05-05 Joseph Suttontests/krb5: Delete non-resuable accounts as soon as...
2023-05-05 Joseph Suttontests/krb5: Refactor _test_samlogon()
2023-05-05 Joseph Suttontests/krb5: Allow setting a servicePrincipalName on...
2023-05-05 Joseph Suttontests/krb5: Fix parameter default
2023-05-05 Joseph Suttontests/krb5: Allow creating managed service accounts
2023-05-05 Joseph Suttontests/krb5: Always heed the add_dollar parameter
2023-05-05 Joseph Suttontests/krb5: Remove unneeded assertions
2023-05-05 Joseph Suttontests/krb5: Allow creating an account with an assigned...
2023-05-05 Joseph Suttontests/krb5: Add method to create an authentication...
2023-05-05 Joseph Suttontests/krb5: Generify protected users test methods
2023-05-05 Joseph Suttontests/krb5: Handle NT hashes being disabled
2023-05-05 Joseph Suttontests/krb5: Pass client credentials down into kdc_excha...
2023-05-05 Joseph Suttontests/krb5: Remove test for OemChangePasswordUser2()
2023-05-05 Joseph Suttontests/krb5: Split out functions for testing logons...
2023-04-05 Joseph Suttontests/krb5: Add method to create authentication silo...
2023-04-05 Joseph Suttontests/krb5: Add method to create an authentication...
2023-04-05 Joseph Suttontests/krb5: Add methods to get authentication policy DNs
2023-03-20 Joseph Suttontests/krb5: Add functions to fetch the schemaIDGUID...
2023-03-20 Joseph Suttontests/krb5: Test that claims are generated even if...
2023-03-20 Joseph Suttontests/krb5: Let ticket_with_sids() create RODC-issued...
2023-03-20 Joseph Suttontests/krb5: Add signed_by_rodc()
2023-03-20 Joseph Suttontests/krb5: Move issued_by_rodc() to base class
2023-03-20 Joseph Suttontests/krb5: Only add AES enctype bits at domain functio...
2023-03-20 Joseph Suttontests/krb5: Cache drsuapi connection
2023-03-08 Joseph Suttontests/krb5: Allow creating a target server account...
2023-03-08 Joseph Suttontests/krb5: Don't specify extra enctypes for the krbtgt
2023-03-08 Joseph Suttontests/krb5: Allow adding members to a group and changin...
2023-03-08 Joseph Suttontests/krb5: Require domain_sid to be non-None when...
2023-03-08 Joseph Suttontests/krb5: Allow group_setup to be None in setup_groups()
2023-03-08 Joseph Suttontests/krb5: Allow creating accounts supporting claims...
2023-03-08 Joseph Suttontests/krb5: Make arguments to get_target() keyword...
2023-03-03 Joseph Suttontests/krb5: Add map_to_dn()
2023-03-03 Joseph Suttontests/krb5: Refactor out map_to_sid()
2023-03-03 Joseph Suttontests/krb5: Avoid duplicate group members
2023-03-03 Joseph Suttontests/krb5: Move ticket_with_sids() to base class
2023-03-03 Joseph Suttontests/krb5: Support nested SID structures in map_sids()
2023-03-03 Joseph Suttontests/krb5: Move some utility functions from group_test...
2023-03-03 Joseph Suttontests/krb5: Refactor claims tests to use get_target()
2023-03-03 Joseph Suttontests/krb5: Move get_target() to base class
2023-03-03 Joseph Suttontests/krb5: Remove client_as_etypes parameter
2023-03-03 Joseph Suttontests/krb5: Request only supported encryption types...
2023-03-03 Joseph Suttontests/krb5: Lazily fetch SamDB in get_default_enctypes()
2023-03-03 Joseph Suttontests/krb5: Refactor decode_service_ticket()
2023-02-08 Joseph Suttontests/krb5: Use consistent ordering for etypes
2023-02-08 Joseph Suttontests/krb5: Return validation structure from _test_saml...
2023-02-08 Joseph Suttontests/krb5: Allow tests to set SamLogon validation...
2023-02-08 Joseph Suttontests/krb5: Move _test_samlogon() to base class
2022-12-13 Stefan MetzmacherCVE-2022-37966 python:/tests/krb5: call sys.path.insert...
2022-12-13 Stefan MetzmacherCVE-2022-37966 param: let "kdc default domain supported...
2022-12-13 Stefan MetzmacherCVE-2022-37966 python:tests/krb5: add 'force_nt4_hash...
2022-12-13 Stefan MetzmacherCVE-2022-37966 python:tests/krb5: ignore empty suppleme...
2022-12-13 Stefan MetzmacherCVE-2022-37966 python:tests/krb5: fix some tests runnin...
2022-12-13 Joseph SuttonCVE-2022-37966 selftest: Add tests for Kerberos session...
2022-12-13 Joseph SuttonCVE-2022-37967 Add new PAC checksum
2022-12-13 Andrew BartlettCVE-2022-37966 selftest: Allow krb5 tests to run agains...
2022-11-08 Joseph Suttontests/krb5: Add (un)expected group parameters to get_se...
2022-11-08 Joseph Suttontests/krb5: Allow creating accounts without Resource...
2022-11-08 Joseph Suttontests/krb5: Allow adding multiple members to a group
2022-11-08 Joseph Suttontests/krb5: Allow creating groups with a specified...
next