summaryrefslogtreecommitdiff
path: root/source3/lib/util_sec.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-11Move set_thread_credentials_permanently() to set_thread_credentials()Jeremy Allison1-12/+12
2012-07-10Fix typo we've had for a long time in set_re_uid() in the USE_SETRESUID case.Jeremy Allison1-1/+1
2012-07-03Add function set_thread_credentials_permanently(). Panic if fail.Jeremy Allison1-0/+48
2012-06-30Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison1-3/+0
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison1-9/+9
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-61/+66
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-1/+1
2011-10-06s3: Use the uid_wrapperVolker Lendecke1-0/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
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-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison1-23/+1
2007-10-10r21005: Add a debug message for EAGAIN error of setresuid.Volker Lendecke1-1/+7
2007-10-10r17294: Make the code a little cleaner. Instead of using the twoJeremy Allison1-3/+29
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-2/+8
2004-01-27Clarify comment on set_effective_uid()Andrew Bartlett1-2/+10
2003-10-23After a phonecall with jra finally commit this.Volker Lendecke1-5/+2
2003-09-23Add a descriptive comment to our usage of setresuid. lib/afs.c needsVolker Lendecke1-0/+4
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+36
2002-03-24Spelling fixes.Tim Potter1-1/+1
2002-02-18reverted tims patch that broke configureAndrew Tridgell1-13/+0
2002-02-17Whoops, typo.Tim Potter1-4/+4
2002-02-17Do a smb_panic() if sec_initial_[ug]id() or non_root_mode() is calledTim Potter1-0/+13
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-0/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-15Restore the profiling data shmem parinoia. This whole area needs to beAndrew Bartlett1-0/+10
2001-07-08added sec_initial_uid() function so we can ask if a file is owned byAndrew Tridgell1-0/+8
2001-07-06fixed inetd operation as non-rootAndrew Tridgell1-4/+0
2001-06-25make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell1-0/+1
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-15/+40
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-0/+4
2000-12-06Fixed compiler warning.Tim Potter1-1/+1
2000-02-08Moved over lib/util_sec (with added fixes) as the HEAD sourceJeremy Allison1-4/+50
1999-12-17util_sec.c from 2.0.6Andrew Tridgell1-0/+326