summaryrefslogtreecommitdiff
path: root/source4/auth/session.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-14s4-auth: fixed status return Andrew Tridgell1-1/+1
2011-01-14s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett1-0/+39
2011-01-14s4-auth use new dsdb_expand_nested_groups()Andrew Bartlett1-6/+6
2010-12-21s4-auth Ensure that we always copy across domain groupsAndrew Bartlett1-13/+13
2010-12-21s4-auth rework session_info handling not to require an auth contextAndrew Bartlett1-6/+7
2010-12-21s4-auth Remove event context from privilage database handlingAndrew Bartlett1-1/+0
2010-12-21s4-auth Remove obsolete commentAndrew Bartlett1-7/+0
2010-10-12libcli/security Add debug class to security_token_debug() et alAndrew Bartlett1-1/+1
2010-09-27s4-auth: removed unused variable dom_sidAndrew Tridgell1-1/+1
2010-09-26s4-auth: fixed the SID list for DCs in the PACAndrew Tridgell1-18/+0
2010-08-18s4:auth Avoid doing database lookups for NT AUTHORITY usersAndrew Bartlett1-108/+116
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-06-30s4:auth/session.c - suppress a warning when freeing "group_string"Matthias Dieter Wallnöfer1-3/+5
2010-06-30s4:auth/session.c - free "group_string" when not neededAnatoliy Atanasov1-1/+1
2010-06-20Revert "Add old functionality back which was removed in commit 589a42e2."Wilco Baan Hofman1-15/+2
2010-06-20Add old functionality back which was removed in commit 589a42e2.Wilco Baan Hofman1-2/+15
2010-05-21s4:auth Remove un-needed headers.Andrew Bartlett1-2/+0
2010-05-20s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett1-4/+3
2010-05-20s4:auth Move BUILTIN group addition into session.cAndrew Bartlett1-5/+142
2010-04-14s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett1-7/+6
2010-04-11s4:auth Remove event context from anonymous_session()Andrew Bartlett1-112/+2
2009-01-21s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher1-140/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-3/+3
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett1-0/+3
2008-08-08Clarify commentAndrew Bartlett1-2/+2
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+6
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-5/+6
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij1-2/+3
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-2/+3
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-4/+8
2007-12-21r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij1-0/+1
2007-12-21r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij1-0/+328