summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2023-12-21s4:auth: Clarify comment about requiring FAST armorJoseph Sutton1-3/+3
2023-12-08s4:auth: Fix code spellingJoseph Sutton1-1/+1
2023-11-29s4-auth/kerberos: Use FAST credentials for armor if specified in cli_credentialsAndrew Bartlett2-0/+48
2023-11-20Use python.h from libreplaceAndreas Schneider2-2/+2
2023-11-07s4:auth: Add comment about claims going ignored for SamLogonJoseph Sutton1-0/+5
2023-11-07s4:auth: Remove trailing whitespaceJoseph Sutton1-19/+19
2023-11-01s4:auth: Comment about claims in the security tokenJoseph Sutton1-0/+5
2023-11-01s4:auth: Remove trailing whitespaceJoseph Sutton2-30/+30
2023-11-01s4:auth: Check that the PAC is not NULL before dereferencing itJoseph Sutton1-0/+5
2023-10-25s4:auth: Fix code spellingJoseph Sutton1-1/+1
2023-10-24s4:kdc: Add a flag indicating that the device should be added to Authenticate...Joseph Sutton1-0/+16
2023-10-24s4:kdc: Add a flag indicating that the device should be added to the default ...Joseph Sutton1-4/+23
2023-10-24s4:kdc: Make a copy of the device SIDs to be placed in the security tokenJoseph Sutton1-7/+17
2023-10-13s4:auth: Remove event context on failureJoseph Sutton1-0/+3
2023-10-13s4:auth: Fix resource leak (CID 1107222)Joseph Sutton1-0/+2
2023-10-12s4:auth: Explicitly initialize claims structuresJoseph Sutton1-7/+13
2023-10-12s4:auth: Have claims_data_encoded_claims_set() return a reference to the enco...Joseph Sutton2-3/+16
2023-10-01s4:kdc: Add parameters for claims and device info to authn_policy_authenticat...Joseph Sutton1-0/+3
2023-10-01s4:auth: Add parameters for claims and device info to auth_generate_security_...Joseph Sutton2-3/+21
2023-10-01s4:auth: Reformat function callsJoseph Sutton3-12/+31
2023-10-01s4:auth: Rename parameter to match function implementationJoseph Sutton1-1/+1
2023-10-01s4:dsdb: Add parameters for claims and device SIDs to security_token_create()Joseph Sutton1-0/+3
2023-10-01s4:auth: Ensure that some parameters are not NULLJoseph Sutton1-0/+12
2023-09-27s4:auth: Add functions to convert between different claims formatsJoseph Sutton2-0/+292
2023-09-27s4:auth: Include missing headersJoseph Sutton1-0/+4
2023-09-27s4:kdc: Move encode_claims_set() into the auth_session subsystemJoseph Sutton2-0/+62
2023-09-27s4:auth: Fix ‘user_info_dc_out’ leakJoseph Sutton1-2/+2
2023-09-27s4:auth: Return a talloc‐allocated resource groups structureJoseph Sutton1-7/+19
2023-09-27s4:auth: Introduce helper variable ‘resource_groups_in’Joseph Sutton1-4/+4
2023-09-27s4:auth: Make returning resource groups the last thing we doJoseph Sutton1-10/+10
2023-09-27s4:auth: Correct error messageJoseph Sutton1-1/+1
2023-09-27s4:auth: Use Anonymous and System SID constantsJoseph Sutton1-16/+2
2023-09-26s4-auth: pass lp_ctx to auth_generate_session_info() where possibleAndrew Bartlett1-3/+3
2023-09-14lib:krb5_wrap: Remove Heimdal‐only krb5_princ_component() implementationJoseph Sutton1-4/+0
2023-09-14lib:krb5_wrap: Add Heimdal‐specific smb_krb5_princ_component() implementationJoseph Sutton1-1/+1
2023-09-14lib:krb5_wrap: Add smb_krb5_princ_component()Joseph Sutton1-0/+5
2023-09-14s4:auth: Fix leaksJoseph Sutton1-0/+6
2023-09-14s4:auth: Check return values of talloc functionsJoseph Sutton1-0/+6
2023-09-11s4:auth: Fix code spellingJoseph Sutton1-3/+3
2023-08-14s4:auth: Check return value of talloc_new()Joseph Sutton1-0/+4
2023-08-14s4:auth: Fix leaksJoseph Sutton1-0/+4
2023-08-14s4:auth: Add missing space to error messageJoseph Sutton1-1/+1
2023-08-14s4:auth: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s4:auth: Correct condition and remove redundant checkJoseph Sutton1-5/+3
2023-08-08s4:auth: Check return value of talloc_reference()Joseph Sutton1-0/+4
2023-08-08s4:auth: Fix leaksJoseph Sutton1-35/+140
2023-08-08s4:auth: Add missing newlines to logging messagesJoseph Sutton2-4/+4
2023-08-03s4:auth: Fix code spellingAndreas Schneider14-32/+32
2023-07-31auth:kerberos: Fix resource leak in smb_krb5_update_keytab()Pavel Filipenský1-5/+6
2023-07-31auth:kerberos: Fix resource leak in smb_krb5_get_keytab_container()Pavel Filipenský1-6/+16