summaryrefslogtreecommitdiff
path: root/source4/auth/session.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-06s4:auth: let auth_user_info_dc_expand_sids() add This Organization SIDStefan Metzmacher1-0/+38
2025-02-22s4:auth: avoid talloc_reference in claims_data_encoded_claims_set()Stefan Metzmacher1-8/+6
2025-02-14s4:auth: let auth_generate_security_token() use auth_user_info_dc_expand_sids...Stefan Metzmacher1-46/+14
2025-02-14s4:auth: split auth_user_info_dc_expand_sids() out of auth_generate_security_...Stefan Metzmacher1-71/+140
2024-10-02auth4: Fix CID 1034877 Resource leakVolker Lendecke1-0/+3
2023-11-01s4:auth: Remove trailing whitespaceJoseph Sutton1-6/+6
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-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 Sutton1-2/+14
2023-10-01s4:auth: Add parameters for claims and device info to auth_generate_security_...Joseph Sutton1-3/+19
2023-10-01s4:auth: Reformat function callsJoseph Sutton1-1/+2
2023-10-01s4:dsdb: Add parameters for claims and device SIDs to security_token_create()Joseph Sutton1-0/+3
2023-09-27s4:auth: Add functions to convert between different claims formatsJoseph Sutton1-0/+235
2023-09-27s4:kdc: Move encode_claims_set() into the auth_session subsystemJoseph Sutton1-0/+59
2023-09-27s4:auth: Correct error messageJoseph Sutton1-1/+1
2023-09-27s4:auth: Use Anonymous and System SID constantsJoseph Sutton1-16/+2
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-03s4:auth: Fix code spellingAndreas Schneider1-2/+2
2023-05-18s4:auth: Fix typosJoseph Sutton1-1/+1
2023-05-18s4:auth: Split out new function to generate a security tokenJoseph Sutton1-44/+76
2023-03-22s4:kdc: Don't modify cached user_info_dc SIDsJoseph Sutton1-1/+1
2023-02-08auth: Align integer typesJoseph Sutton1-1/+1
2023-02-08ldap: Make use of LDB_OID_COMPARATOR constantsJoseph Sutton1-1/+1
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-4/+4
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton1-12/+16
2022-07-27CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton1-0/+2
2021-06-29s4:auth: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+7
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+2
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-1/+1
2019-11-06auth: Simplify session generationVolker Lendecke1-12/+3
2019-05-08CID 1363286: Resource leak by failing to free tmp_ctxGarming Sam1-9/+18
2019-01-08auth4: Use dom_sid_str_bufVolker Lendecke1-10/+5
2018-05-22auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett1-1/+5
2018-05-10auth: Add unique session GUID identifierGary Lockyer1-0/+2
2017-03-27auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett1-0/+9
2015-01-15CVE-2014-8143:auth: Force talloc type of session_info pointer to matchAndrew Bartlett1-0/+5
2014-03-05Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam1-1/+4
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-9/+36
2013-10-15auth4: Remove an unused variableVolker Lendecke1-1/+0
2013-01-21dsdb: Ensure "authenticated users" is processed for group membershipsAndrew Bartlett1-5/+39
2012-05-04auth-session: MIT doesn't have import/export cred yetSimo Sorce1-3/+5
2011-07-29s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett1-1/+1
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-27/+13
2011-04-05s4-auth: Always talloc_zero() the struct auth_session_infoAndrew Bartlett1-1/+1
2011-02-10libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett1-0/+147
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-17/+26
2011-01-20s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett1-83/+29