summaryrefslogtreecommitdiff
path: root/source4/auth/session.c
Commit message (Expand)AuthorAgeFilesLines
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-271-0/+9
* CVE-2014-8143:auth: Force talloc type of session_info pointer to matchAndrew Bartlett2015-01-151-0/+5
* Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam2014-03-051-1/+4
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-9/+36
* auth4: Remove an unused variableVolker Lendecke2013-10-151-1/+0
* dsdb: Ensure "authenticated users" is processed for group membershipsAndrew Bartlett2013-01-211-5/+39
* auth-session: MIT doesn't have import/export cred yetSimo Sorce2012-05-041-3/+5
* s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett2011-07-291-1/+1
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-051-27/+13
* s4-auth: Always talloc_zero() the struct auth_session_infoAndrew Bartlett2011-04-051-1/+1
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-101-0/+147
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-17/+26
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-201-83/+29
* s4-auth: fixed status return Andrew Tridgell2011-01-141-1/+1
* s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett2011-01-141-0/+39
* s4-auth use new dsdb_expand_nested_groups()Andrew Bartlett2011-01-141-6/+6
* s4-auth Ensure that we always copy across domain groupsAndrew Bartlett2010-12-211-13/+13
* s4-auth rework session_info handling not to require an auth contextAndrew Bartlett2010-12-211-6/+7
* s4-auth Remove event context from privilage database handlingAndrew Bartlett2010-12-211-1/+0
* s4-auth Remove obsolete commentAndrew Bartlett2010-12-211-7/+0
* libcli/security Add debug class to security_token_debug() et alAndrew Bartlett2010-10-121-1/+1
* s4-auth: removed unused variable dom_sidAndrew Tridgell2010-09-271-1/+1
* s4-auth: fixed the SID list for DCs in the PACAndrew Tridgell2010-09-261-18/+0
* s4:auth Avoid doing database lookups for NT AUTHORITY usersAndrew Bartlett2010-08-181-108/+116
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:auth/session.c - suppress a warning when freeing "group_string"Matthias Dieter Wallnöfer2010-06-301-3/+5
* s4:auth/session.c - free "group_string" when not neededAnatoliy Atanasov2010-06-301-1/+1
* Revert "Add old functionality back which was removed in commit 589a42e2."Wilco Baan Hofman2010-06-201-15/+2
* Add old functionality back which was removed in commit 589a42e2.Wilco Baan Hofman2010-06-201-2/+15
* s4:auth Remove un-needed headers.Andrew Bartlett2010-05-211-2/+0
* s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett2010-05-201-4/+3
* s4:auth Move BUILTIN group addition into session.cAndrew Bartlett2010-05-201-5/+142
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-7/+6
* s4:auth Remove event context from anonymous_session()Andrew Bartlett2010-04-111-112/+2
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-211-140/+0
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-3/+3
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-0/+3
* Clarify commentAndrew Bartlett2008-08-081-2/+2
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+6
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-5/+6
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-2/+3
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-2/+3
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-4/+8
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-211-0/+1
* r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij2007-12-211-0/+328