summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc: Add support for constructed claims (for authentication silos)HEADmasterJoseph Sutton2023-05-183-2/+184
* s4:kdc: Make use of dsdb_search_one()Joseph Sutton2023-05-181-11/+12
* s4:kdc: Don’t perform unnecessary search to get account objectClassJoseph Sutton2023-05-181-17/+1
* s4:kdc: Have get_claims_for_principal() take the entire principalJoseph Sutton2023-05-183-10/+11
* s4:kdc: Enforce TGT lifetime authentication policyJoseph Sutton2023-05-183-43/+25
* s4:kdc: Look up authentication policies for Kerberos clients and serversJoseph Sutton2023-05-184-2/+51
* s4:kdc: Make maximum lifetime and renew time signedJoseph Sutton2023-05-182-4/+4
* s4:kdc: Add SDB_F_ARMOR_PRINCIPAL flagJoseph Sutton2023-05-181-1/+3
* third_party/heimdal: Import lorikeet-heimdal-202305160500 (commit 8836d64dee7...Joseph Sutton2023-05-186-18/+29
* s4:kdc: Add helper functions for authentication policiesJoseph Sutton2023-05-186-0/+1060
* s4:kdc: Make a proper shallow copy of the auth_user_info_dc structureJoseph Sutton2023-05-184-40/+32
* s4:auth: Add function to make a shallow copy of an auth_user_info_dc structureJoseph Sutton2023-05-182-0/+71
* s4:kdc: Add NTSTATUS strings to log messagesJoseph Sutton2023-05-181-4/+8
* lib:audit_logging: Fix typo in log messageJoseph Sutton2023-05-181-1/+1
* lib:audit_logging: Add function to add a formatted time value to a JSON messageJoseph Sutton2023-05-182-17/+44
* lib:audit_logging: Add function to add an optional boolean value to a JSON me...Joseph Sutton2023-05-182-0/+47
* lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton2023-05-183-14/+59
* s4:auth: Remove superfluous semicolonJoseph Sutton2023-05-181-1/+1
* s4:auth: Fix leakJoseph Sutton2023-05-181-1/+4
* auth: Fix leaksJoseph Sutton2023-05-181-13/+64
* auth: Correct parameter order in headerJoseph Sutton2023-05-181-1/+1
* s4:kdc: Fix diagnostic messagesJoseph Sutton2023-05-181-17/+17
* s4:kdc: Fix error messagesJoseph Sutton2023-05-181-2/+2
* s4:kdc: Check ldb_dn_new() return valueJoseph Sutton2023-05-181-0/+4
* s4:kdc: Remove double-freeJoseph Sutton2023-05-181-1/+0
* s4:kdc: Remove double-freeJoseph Sutton2023-05-181-1/+0
* s4:kdc: Fix leaksJoseph Sutton2023-05-181-0/+5
* s4:kdc: Make use of auth_generate_security_token()Joseph Sutton2023-05-181-9/+9
* s4:auth: Fix typosJoseph Sutton2023-05-184-5/+5
* s4:auth: Split out new function to generate a security tokenJoseph Sutton2023-05-182-44/+82
* auth: Remove unnecessary return statementsJoseph Sutton2023-05-181-4/+0
* s3:utils: Fix typoJoseph Sutton2023-05-181-1/+1
* s4:kdc: Fix debugging stringsJoseph Sutton2023-05-181-2/+2
* s4:kdc: Fix typosJoseph Sutton2023-05-183-4/+4
* s4:kdc: Factor out PAC blob functions into new source fileJoseph Sutton2023-05-184-252/+341
* s4:kdc: Add missing includes and declarationsJoseph Sutton2023-05-181-0/+10
* libcli: Add missing includeJoseph Sutton2023-05-181-0/+2
* s4:kdc: Include missing headersJoseph Sutton2023-05-181-0/+4
* s4:kdc: Make use of KDC_REQUEST_KV_PA_NAME constantJoseph Sutton2023-05-181-1/+1
* tests/krb5: Add tests for authentication policiesJoseph Sutton2023-05-186-0/+6810
* 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
* netlogon:schannel: Fix NULL pointer dereferenceJoseph Sutton2023-05-181-0/+3
* tests/krb5: Test that NT_STATUS_ACCOUNT_LOCKED_OUT is returned in KDC reply e...Joseph Sutton2023-05-183-24/+92
* tests/krb5: Improve edata checkingJoseph Sutton2023-05-184-24/+73
* tests/krb5: Remove unused importJoseph Sutton2023-05-181-1/+0
* samba-tool domain: Clean up codeJoseph Sutton2023-05-182-3/+3
* samba-tool domain: Remove unused variablesJoseph Sutton2023-05-184-33/+24