summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5
Commit message (Expand)AuthorAgeFilesLines
* tests/krb5: Add tests for authentication policiesJoseph Sutton2023-05-182-0/+6590
* tests/krb5: Allow specifying whether PA-DATA types are to be checkedJoseph Sutton2023-05-182-50/+61
* tests/krb5: Allow server and workstation accounts to perform a SamLogonJoseph Sutton2023-05-181-0/+3
* tests/krb5: Allow specifying machine credentials to _test_samlogon()Joseph Sutton2023-05-181-9/+11
* tests/krb5: Rename ‘server’ to ‘dc_server’Joseph Sutton2023-05-181-3/+3
* tests/krb5: Test that NT_STATUS_ACCOUNT_LOCKED_OUT is returned in KDC reply e...Joseph Sutton2023-05-181-24/+81
* tests/krb5: Improve edata checkingJoseph Sutton2023-05-183-24/+71
* tests/krb5: Remove unused importJoseph Sutton2023-05-181-1/+0
* tests/krb5: Improve _test_samr_change_password() methodJoseph Sutton2023-05-052-17/+116
* tests/krb5: Don’t delete silo until all tests have finishedJoseph Sutton2023-05-051-2/+2
* tests/krb5: Add remove_attribute() helper functionJoseph Sutton2023-05-051-0/+8
* tests/krb5: Have set_forced_key() also set the NT hashJoseph Sutton2023-05-051-1/+9
* tests/krb5: Make _tgs_req() more configurableJoseph Sutton2023-05-051-8/+19
* tests/krb5: Make use of check_tgs_reply()Joseph Sutton2023-05-051-1/+1
* tests/krb5: Allow specifying an encoded security descriptorJoseph Sutton2023-05-051-3/+4
* tests/krb5: Rename ‘objectclass’ to use correct caseJoseph Sutton2023-05-051-1/+1
* tests/krb5: Rename ‘auth_silo’ to ‘authn_silo’Joseph Sutton2023-05-052-16/+16
* tests/krb5: Create account cache key only if neededJoseph Sutton2023-05-051-2/+1
* tests/krb5: Delete non-resuable accounts as soon as possibleJoseph Sutton2023-05-051-6/+21
* tests/krb5: Refactor _test_samlogon()Joseph Sutton2023-05-051-21/+24
* tests/krb5: Allow setting a servicePrincipalName on a user accountJoseph Sutton2023-05-051-1/+0
* tests/krb5: Fix parameter defaultJoseph Sutton2023-05-051-1/+1
* tests/krb5: Remove unused parameterJoseph Sutton2023-05-051-1/+0
* tests/krb5: Test that the salt for a managed service account is computed corr...Joseph Sutton2023-05-051-0/+142
* tests/krb5: Allow creating managed service accountsJoseph Sutton2023-05-051-0/+8
* tests/krb5: Always heed the add_dollar parameterJoseph Sutton2023-05-051-3/+6
* tests/krb5: Remove unused importJoseph Sutton2023-05-051-1/+0
* tests/krb5: Remove unneeded assertionsJoseph Sutton2023-05-051-5/+5
* tests/krb5: Allow creating an account with an assigned policy or siloJoseph Sutton2023-05-051-1/+11
* tests/krb5: Add method to create an authentication policyJoseph Sutton2023-05-051-0/+103
* tests/krb5: Generify protected users test methodsJoseph Sutton2023-05-053-49/+56
* tests/krb5: Handle NT hashes being disabledJoseph Sutton2023-05-057-34/+65
* tests/krb5: Pass client credentials down into kdc_exchange_dictJoseph Sutton2023-05-0512-160/+198
* tests/krb5: Remove test for OemChangePasswordUser2()Joseph Sutton2023-05-051-20/+1
* tests/krb5: Split out functions for testing logons and password changesJoseph Sutton2023-05-052-103/+102
* tests/krb5: Fix comment indentationJoseph Sutton2023-04-121-3/+3
* tests/krb5: Remove unused variableJoseph Sutton2023-04-121-2/+0
* tests/krb5: Add tests for constructed (authentication silo) claimsJoseph Sutton2023-04-051-0/+84
* tests/krb5: Add method to create authentication silo claimJoseph Sutton2023-04-051-8/+47
* tests/krb5: Add method to create an authentication siloJoseph Sutton2023-04-051-0/+44
* tests/krb5: Add methods to get authentication policy DNsJoseph Sutton2023-04-051-0/+81
* tests/krb5: Check only for the canonical representation of a security descriptorJoseph Sutton2023-04-051-39/+3
* tests/krb5: Don't expect client claims to be missingJoseph Sutton2023-03-311-2/+0
* sefltest: Extend python NDR parsing tests to compressed and uncompressed claimsAndrew Bartlett2023-03-311-2/+270
* librpc/ndr: Use libndr compression for claimsAndrew Bartlett2023-03-311-15/+3
* selftest: Add python test that verifies that we can parse a PACAndrew Bartlett2023-03-311-0/+59
* tests/krb5: Test that denied attributes are still issued in claimsJoseph Sutton2023-03-201-0/+42
* tests/krb5: Add functions to fetch the schemaIDGUID of an attribute or classJoseph Sutton2023-03-201-4/+15
* tests/krb5: Check that test parameters are not going unseenJoseph Sutton2023-03-201-1/+3
* tests/krb5: Test that claims are generated even if PAC-OPTIONS are not setJoseph Sutton2023-03-202-3/+102