summaryrefslogtreecommitdiff
path: root/lib/util/setid.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-02include <grp.h> for setgroups in a few placesMichael Tokarev1-0/+3
2024-11-11lib/util: Include grp.h for setgroups during autoconfSamuel Thibault1-0/+3
2018-11-22lib:util: Always include unistd.h for setgroupsAndreas Schneider1-3/+3
2018-07-24lib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_LINUX_THREAD_CREDENTIALSRalph Boehme1-12/+12
2014-04-17lib: Add missing include for unistd.h in setid.Andreas Schneider1-0/+3
2014-04-17Remove uid_wrapper related code.Andreas Schneider1-44/+0
2013-02-22build: Remove unused includes.h reference to avoid build-time talloc depAndrew Bartlett1-1/+0
2012-07-02Ensure we select the correct syscall numbers on a 32-bit Linux system.Jeremy Allison1-0/+46
2012-06-30Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison1-1/+32
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison1-9/+41
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-0/+182