summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sec_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* s3: use smb_xmemdup instead of smb_memdup and smb_panicBjörn Baumbach2014-04-161-5/+2
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-2/+2
* Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison2012-10-291-0/+25
* uid_t is a synonym for int on osXMatthieu Patou2012-09-101-1/+1
* Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2012-06-281-1/+2
* First part of fix for bug 8837 - smbd crashes when deleting directory and vet...Jeremy Allison2012-04-041-1/+1
* Include uid_wrapper correctly.Andreas Schneider2011-10-271-1/+1
* s3: Use the uid_wrapperVolker Lendecke2011-10-061-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-smbd: Increase debug level von context messages.Andreas Schneider2011-03-091-6/+6
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-011-1/+1
* Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ...Jeremy Allison2011-02-281-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-201-6/+6
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-141-1/+2
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-19/+5
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-1/+1
* Don't switch user contexts unless you have to. SavesJeremy Allison2008-01-101-0/+17
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r25161: Don't panic if setgroups fails in non-root mode.James Peach2007-10-101-2/+2
* r25142: Panic if setting the group list fails while switching securityJames Peach2007-10-101-1/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-2/+2
* r23398: Support membership of >16 groups on Darwin by making sure we opt in t...James Peach2007-10-101-0/+49
* r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach2007-10-101-1/+1
* r23391: Second part of the patch for Apple.Jeremy Allison2007-10-101-14/+22
* r23390: First part of the patch to make Apple's life easier.Jeremy Allison2007-10-101-6/+6
* r17348: Some C++ warningsVolker Lendecke2007-10-101-1/+2
* r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison2007-10-101-3/+19
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-3/+3
* r13316: Let the carnage begin....Gerald Carter2007-10-101-51/+7
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-43/+40
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-11/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-12/+27
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-271-1/+1
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-40/+0
* Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter2001-10-291-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-4/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* don't try to initgroups in non root modeAndrew Tridgell2001-09-191-0/+4
* move to SAFE_FREE()Simo Sorce2001-09-171-9/+7
* Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fixJeremy Allison2001-07-251-1/+1
* Remove warning about trapdoor systems for non-root mode.Andrew Bartlett2001-06-261-0/+4
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-281-1/+3