summaryrefslogtreecommitdiff
path: root/source4/auth/system_session.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-19s4: fix wrong index usage PRIMARY_USER_SID_INDEX when it should have been PRI...Matthieu Patou1-1/+1
2011-03-22s4:auth/system_session.c - check for OOMMatthias Dieter Wallnöfer1-0/+2
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-151/+163
2011-01-20s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett1-30/+26
2010-12-21s4-auth Remove duplicate copies of session_info creation codeAndrew Bartlett1-145/+11
2010-12-21s4-auth rework session_info handling not to require an auth contextAndrew Bartlett1-2/+2
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett1-11/+15
2010-08-18s4:auth Change {anonymous,system}_session to use common session_info generationAndrew Bartlett1-4/+4
2010-08-18s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett1-28/+3
2010-08-18s4:auth Remove the system:anonymous parameter used for the LDAP backendAndrew Bartlett1-10/+4
2010-08-18s4:auth Remove special case constructor for admin_session()Andrew Bartlett1-63/+13
2010-08-18s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett1-10/+5
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-7/+7
2010-07-14Fixed system_session_anon to actually make an anonymous sessionNadezhda Ivanova1-1/+1
2010-05-21s4:auth Remove un-needed headers.Andrew Bartlett1-1/+0
2010-05-20s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett1-6/+6
2010-04-14s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett1-5/+5
2010-04-14s4:auth Allow the simple 'struct auth_session_info' generator for all usersAndrew Bartlett1-3/+3
2010-04-11s4:auth Remove event context from anonymous_session()Andrew Bartlett1-5/+114
2010-02-25s4:auth - make some parts "signed-safe"Matthias Dieter Wallnöfer1-4/+4
2009-10-23s4-dsdb: create a static system_session contextAndrew Tridgell1-5/+20
2009-09-09Added "admin_session" method.Nadezhda Ivanova1-0/+191
2008-11-02Fix the build.Jelmer Vernooij1-0/+1
2008-04-24Add documentation to session token functions.Andrew Bartlett1-3/+4
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-5/+7
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij1-3/+5
2007-12-21r26234: More global_loadparm fixes.Jelmer Vernooij1-4/+4
2007-12-21r26134: Avoid using samdb-dependent functions in auth_system_session.Jelmer Vernooij1-2/+118
2007-12-21r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij1-0/+183