summaryrefslogtreecommitdiff
path: root/source4/auth/system_session.c
Commit message (Expand)AuthorAgeFilesLines
* s4: auth: Remove a talloc_autofree_context() use.Jeremy Allison2017-05-111-1/+6
* s4: fix wrong index usage PRIMARY_USER_SID_INDEX when it should have been PRI...Matthieu Patou2011-06-191-1/+1
* s4:auth/system_session.c - check for OOMMatthias Dieter Wallnöfer2011-03-221-0/+2
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-151/+163
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-201-30/+26
* s4-auth Remove duplicate copies of session_info creation codeAndrew Bartlett2010-12-211-145/+11
* s4-auth rework session_info handling not to require an auth contextAndrew Bartlett2010-12-211-2/+2
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-11/+15
* s4:auth Change {anonymous,system}_session to use common session_info generationAndrew Bartlett2010-08-181-4/+4
* s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett2010-08-181-28/+3
* s4:auth Remove the system:anonymous parameter used for the LDAP backendAndrew Bartlett2010-08-181-10/+4
* s4:auth Remove special case constructor for admin_session()Andrew Bartlett2010-08-181-63/+13
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-10/+5
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-7/+7
* Fixed system_session_anon to actually make an anonymous sessionNadezhda Ivanova2010-07-141-1/+1
* s4:auth Remove un-needed headers.Andrew Bartlett2010-05-211-1/+0
* s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett2010-05-201-6/+6
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-5/+5
* s4:auth Allow the simple 'struct auth_session_info' generator for all usersAndrew Bartlett2010-04-141-3/+3
* s4:auth Remove event context from anonymous_session()Andrew Bartlett2010-04-111-5/+114
* s4:auth - make some parts "signed-safe"Matthias Dieter Wallnöfer2010-02-251-4/+4
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-5/+20
* Added "admin_session" method.Nadezhda Ivanova2009-09-091-0/+191
* Fix the build.Jelmer Vernooij2008-11-021-0/+1
* Add documentation to session token functions.Andrew Bartlett2008-04-241-3/+4
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-5/+7
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-211-3/+5
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-211-4/+4
* r26134: Avoid using samdb-dependent functions in auth_system_session.Jelmer Vernooij2007-12-211-2/+118
* r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij2007-12-211-0/+183