s3:smbd: add smbd_smb2_fake_smb_request()
[ira/wip.git] / source3 / smbd / sec_ctx.c
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonDon't switch user contexts unless you have to. Saves
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 James Peachr25161: Don't panic if setgroups fails in non-root...
2007-10-10 James Peachr25142: Panic if setting the group list fails while...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 James Peachr23398: Support membership of >16 groups on Darwin...
2007-10-10 James Peachr23393: Support BSD group semantics by making sure...
2007-10-10 Jeremy Allisonr23391: Second part of the patch for Apple.
2007-10-10 Jeremy Allisonr23390: First part of the patch to make Apple's life...
2007-10-10 Volker Lendecker17348: Some C++ warnings
2007-10-10 Jeremy Allisonr16582: Fix Klocwork #1997 and all generic class of...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-08 Simo Sorce2 fixes to enhance readability of source code and debug...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-09 Gerald Carterfix for BUG #267 (problem with supplementary groups).
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-25 Andrew BartlettMove to common user token debugging, and ensure we...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-15 Andrew Tridgellfixed a problem with getgroups() where it could include...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-27 Andrew BartlettSome more 'winbind default domain' support patches...
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-10-29 Tim PotterFixed confusing debug message - it was always printing...
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-19 Andrew Tridgelldon't try to initgroups in non root mode
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-07-25 Jeremy AllisonExcellent patch from Anselm Kruis <A.Kruis@science...
2001-06-26 Andrew BartlettRemove warning about trapdoor systems for non-root...
2001-04-28 Jeremy Allisonrpcclient/rpcclient.c: Non-void return in void function.
2001-04-27 Jeremy AllisonTidy up args to DEBUG Statements - found by gcc on...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-08 Jeremy AllisonAdded OLD_NTDOMAIN to remove warnings about undefined...
2000-11-14 Jeremy AllisonMerge from appliance head of JR's changes for driver...
2000-10-28 Jeremy AllisonDavid Lee's utmp patch (finally). Thanks David !
2000-10-26 Jeremy AllisonSorry JF - no billable hours :-). I fixed the "stream...
2000-10-12 Herb Lewisuse macros for incrementing profile counters
2000-10-05 Tim PotterAdded uid and gid to push_sec_ctx() debug.
2000-08-28 Tim PotterOops - missed a file.
2000-08-09 Jeremy AllisonFixed memory leak with NT tokens.
2000-08-03 Jeremy AllisonAdded an NT_USER_TOKEN structure that is copied/passed...
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-06-23 Jeremy AllisonFix a malloc of zero problem.
2000-06-23 Jeremy Allisonlib/util_unistr.c: Off-by-one fix for dos_PutUniStr...
2000-06-23 Tim PotterI've been working on refactoring some of the mess that...