summaryrefslogtreecommitdiff
path: root/source3/smbd/sec_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01vfs: Significantly simplify vfs_ChDir_shareroot()Volker Lendecke1-1/+1
2023-09-26libcli/security: Rename dup_nt_token() -> security_token_duplicate()Andrew Bartlett1-3/+3
2021-10-13sec_ctx.c: Fix -Wunused-function warning on macOSAlex Richardson1-11/+9
2021-10-08s3: smbd: Ensure when we change security context we delete any $cwd cache.Jeremy Allison1-0/+8
2021-09-09Don't use sysconf(_SC_NGROUPS_MAX) on macOS for getgroups()Alex Richardson1-1/+1
2017-04-18s3:smbd: Fix incorrect use of sys_getgroups()Jeremy Allison1-2/+1
2014-11-19s3:smbprofile: improve profiling for the security context switching.Stefan Metzmacher1-3/+21
2014-04-16s3: use smb_xmemdup instead of smb_memdup and smb_panicBjörn Baumbach1-5/+2
2014-04-16lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach1-2/+2
2012-10-29Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison1-0/+25
2012-09-10uid_t is a synonym for int on osXMatthieu Patou1-1/+1
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-1/+2
2012-04-04First part of fix for bug 8837 - smbd crashes when deleting directory and vet...Jeremy Allison1-1/+1
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-1/+1
2011-10-06s3: Use the uid_wrapperVolker Lendecke1-0/+1
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-09s3-smbd: Increase debug level von context messages.Andreas Schneider1-6/+6
2011-03-01s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett1-1/+1
2011-02-28Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ...Jeremy Allison1-1/+1
2011-02-20s3: Fix some nonempty blank linesVolker Lendecke1-6/+6
2010-10-14s3-auth Use security_token_debug() from common codeAndrew Bartlett1-1/+2
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett1-1/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-19/+5
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-1/+1
2008-01-10Don't switch user contexts unless you have to. SavesJeremy Allison1-0/+17
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r25161: Don't panic if setgroups fails in non-root mode.James Peach1-2/+2
2007-10-10r25142: Panic if setting the group list fails while switching securityJames Peach1-1/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-2/+2
2007-10-10r23398: Support membership of >16 groups on Darwin by making sure we opt in t...James Peach1-0/+49
2007-10-10r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach1-1/+1
2007-10-10r23391: Second part of the patch for Apple.Jeremy Allison1-14/+22
2007-10-10r23390: First part of the patch to make Apple's life easier.Jeremy Allison1-6/+6
2007-10-10r17348: Some C++ warningsVolker Lendecke1-1/+2
2007-10-10r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison1-3/+19
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-3/+3
2007-10-10r13316: Let the carnage begin....Gerald Carter1-51/+7
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-43/+40
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2003-08-09fix for BUG #267 (problem with supplementary groups).Gerald Carter1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-11/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-12/+27
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett1-1/+1
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-40/+0
2001-10-29Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter1-1/+1