s4-auth: use TALLOC_FREE() shortcut
[sfrench/samba-autobuild/.git] / source4 / auth / system_session.c
2018-10-11 Björn Baumbachs4-auth: use TALLOC_FREE() shortcut
2018-10-11 Björn Baumbachs4-auth: fix a typo in a comment
2018-05-22 Andrew Bartlettauth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth sessio...
2017-05-11 Jeremy Allisons4: auth: Remove a talloc_autofree_context() use.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-19 Matthieu Patous4: fix wrong index usage PRIMARY_USER_SID_INDEX when...
2011-03-22 Matthias Dieter... s4:auth/system_session.c - check for OOM
2011-02-09 Andrew Bartletts4-auth Rework auth subsystem to remove struct auth_ser...
2011-01-20 Andrew Bartletts4-auth Remove special case for account_sid from auth_s...
2010-12-21 Andrew Bartletts4-auth Remove duplicate copies of session_info creatio...
2010-12-21 Andrew Bartletts4-auth rework session_info handling not to require...
2010-08-22 Andrew Bartletts4:security Change struct security_token->sids from...
2010-08-17 Andrew Bartletts4:auth Change {anonymous,system}_session to use common...
2010-08-17 Andrew Bartletts4:auth Remove system_session_anon() from python bindings
2010-08-17 Andrew Bartletts4:auth Remove the system:anonymous parameter used...
2010-08-17 Andrew Bartletts4:auth Remove special case constructor for admin_session()
2010-08-17 Andrew Bartletts4:security Remove use of user_sid and group_sid from...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-14 Nadezhda IvanovaFixed system_session_anon to actually make an anonymous...
2010-05-21 Andrew Bartletts4:auth Remove un-needed headers.
2010-05-20 Andrew Bartletts4:auth Change auth_generate_session_info to take flags
2010-04-14 Andrew Bartletts4:auth Change auth_generate_session_info to take an...
2010-04-14 Andrew Bartletts4:auth Allow the simple 'struct auth_session_info...
2010-04-11 Andrew Bartletts4:auth Remove event context from anonymous_session()
2010-02-24 Matthias Dieter... s4:auth - make some parts "signed-safe"
2009-10-23 Andrew Tridgells4-dsdb: create a static system_session context
2009-09-09 Nadezhda IvanovaAdded "admin_session" method.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijFix the build.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-10 Jelmer VernooijMerge branch 'v4-0-test' into v4-0-gmake3
2008-05-01 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-25 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-24 Andrew BartlettAdd documentation to session token functions.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26430: require explicit specification of loadparm...
2007-12-21 Jelmer Vernooijr26252: Specify loadparm_context explicitly when creati...
2007-12-21 Jelmer Vernooijr26235: Avoid global_loadparm.
2007-12-21 Jelmer Vernooijr26234: More global_loadparm fixes.
2007-12-21 Jelmer Vernooijr26134: Avoid using samdb-dependent functions in auth_s...
2007-12-21 Jelmer Vernooijr26127: Move session code out of auth_util.c. No longer...