summaryrefslogtreecommitdiff
path: root/lib/uid_wrapper/uid_wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-7/+8
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-2/+2
2011-10-27uid_wrapper: Add uwrap_setresgid().Andreas Schneider1-0/+18
2011-10-27uid_wrapper: Fix build on UNIX platforms.Andreas Schneider1-0/+10
2011-10-27uid_wrapper: Handle euid and egid 0.Andreas Schneider1-7/+29
2011-10-27uid_wrapper: Make sure we have initialized the wrapper.Andreas Schneider1-0/+2
2011-10-07uid_wrapper: Add uwrap_setresuid().Andreas Schneider1-0/+11
2011-10-07uid_wrapper: Add uwrap_setregid().Andreas Schneider1-0/+11
2011-10-07uid_wrapper: Add uwrap_setreuid().Andreas Schneider1-0/+11
2011-10-06uid_wrapper: We have talloc_array_length, no need for an explicit lengthVolker Lendecke1-9/+9
2010-10-20uid_wrapper: The gid wrapper does not require a destructorVolker Lendecke1-2/+2
2010-02-05s4:UID wrapper - Make it work on older distributionsMatthias Dieter Wallnöfer1-2/+10
2009-08-05fixed a uid_wrapper bug that caused a segv in the RAW-ACLS testAndrew Tridgell1-8/+15
2009-08-05make the UID_WRAPPER skip checks at runtimeAndrew Tridgell1-0/+7
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-0/+147