index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
uid_wrapper
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-28
uwrap: Bump version to 1.1.0.
Andreas Schneider
1
-1
/
+1
2015-01-28
uwrap: Make sure we leave if the id is NULL.
Andreas Schneider
1
-0
/
+1
2015-01-28
uwrap: Support scenario where threads fork or creates threads.
Robin Hack
1
-221
/
+177
2015-01-28
uwrap: Prepare for overload of libpthread functions.
Robin Hack
1
-19
/
+140
2015-01-28
uwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL macros
Robin Hack
1
-8
/
+14
2015-01-28
uwrap: Rewrite uwrap_libc_fns struct to pass strict aliasing rules.
Robin Hack
1
-59
/
+116
2015-01-28
uwrap: Fix wrong data types in syscalls switch.
Robin Hack
1
-12
/
+12
2015-01-28
uwrap: Add support for getresuid() and getresgid() glibc/syscall.
Robin Hack
2
-0
/
+111
2015-01-28
uwrap: Extend support for (set|get)groups libc functions and syscalls.
Robin Hack
1
-11
/
+82
2015-01-28
uwrap: Extend support for syscalls called from threads or main process.
Robin Hack
1
-0
/
+36
2015-01-28
uwrap: Small uwrap_init optimalization.
Robin Hack
1
-2
/
+2
2015-01-28
uwrap: Add support for running with address sanitizer.
Andreas Schneider
2
-0
/
+27
2015-01-28
uwrap: Reflect changes of uid/gid in threads to main process.
Robin Hack
1
-7
/
+50
2015-01-28
uwrap: Small optimalization of uwrap_init().
Robin Hack
1
-1
/
+2
2015-01-28
uwrap: Optimalization of uid_wrapper_enabled() function.
Robin Hack
2
-4
/
+42
2015-01-28
uid_wrapper: Fix race condition - uwrap_init.
Robin Hack
1
-5
/
+2
2015-01-28
uwrap: Fix race condition - glibc lookups.
Robin Hack
1
-3
/
+14
2015-01-28
uwrap: Add library constructor and move pthread_atfork inside.
Robin Hack
2
-9
/
+39
2015-01-28
uwrap: Use UWRAP_LOCK/UNLOCK macros instead of pthread_mutex_lock/unlock calls.
Robin Hack
1
-31
/
+40
2015-01-28
uwrap: Fix the handle loop for older gcc versions.
Andreas Schneider
1
-1
/
+4
2014-10-06
lib: uid_wrapper: Fix setgroups and syscall detection on a system without nat...
Jeremy Allison
1
-0
/
+7
2014-07-31
uwrap: Support dropping all supplemetary groups with setgroups()
Jakub Hrozek
1
-2
/
+12
2014-07-31
uwrap: Add logging if uwrap is enabled correctly.
Andreas Schneider
1
-0
/
+8
2014-07-31
uwrap: Log error if we are out of memory.
Andreas Schneider
1
-0
/
+2
2014-07-31
uwrap: Add a better logging function.
Andreas Schneider
1
-8
/
+67
2014-07-31
uwrap: Check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.
Andreas Schneider
2
-0
/
+19
2014-07-31
uwrap: Fall back to RTLD_NEXT if we can't find libc.
Andreas Schneider
1
-4
/
+4
2014-07-31
uwrap: Add mutex in uwrap_destructor().
Andreas Schneider
1
-0
/
+2
2014-07-31
uwrap: Fix memory leak on error.
Andreas Schneider
1
-0
/
+1
2014-04-17
lib: Change uid_wrapper to preloadable version.
Andreas Schneider
4
-269
/
+1121
2013-05-28
build: Remove autoconf build system
Andrew Bartlett
1
-19
/
+0
2012-08-21
build: Remove special case for the build farm
Andrew Bartlett
1
-1
/
+1
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
3
-29
/
+30
2012-06-28
Add missing setresgid() wrapper.
Jeremy Allison
1
-0
/
+1
2011-10-27
Include uid_wrapper correctly.
Andreas Schneider
2
-3
/
+6
2011-10-27
uid_wrapper: Add uwrap_setresgid().
Andreas Schneider
2
-0
/
+24
2011-10-27
uid_wrapper: Fix build on UNIX platforms.
Andreas Schneider
1
-0
/
+10
2011-10-27
uid_wrapper: Handle euid and egid 0.
Andreas Schneider
1
-7
/
+29
2011-10-27
uid_wrapper: Make sure we have initialized the wrapper.
Andreas Schneider
1
-0
/
+2
2011-10-27
uid_wrapper: Fix prototypes.
Andreas Schneider
1
-2
/
+2
2011-10-07
uid_wrapper: Add uwrap_setresuid().
Andreas Schneider
2
-0
/
+17
2011-10-07
uid_wrapper: Add uwrap_setregid().
Andreas Schneider
2
-0
/
+17
2011-10-07
uid_wrapper: Add uwrap_setreuid().
Andreas Schneider
2
-0
/
+17
2011-10-06
s3: Use the uid_wrapper
Volker Lendecke
1
-0
/
+3
2011-10-06
uid_wrapper: We have talloc_array_length, no need for an explicit length
Volker Lendecke
1
-9
/
+9
2011-02-18
uid-wrapper: handle uwrap_enabled() as a macro
Andrew Tridgell
1
-0
/
+2
2010-11-12
s4-waf: Only enable various wrappers if they're actually used.
Jelmer Vernooij
1
-1
/
+2
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
1
-9
/
+0
2010-10-23
s4: Rename UID_WRAPPER to uid_wrapper.
Jelmer Vernooij
2
-5
/
+6
2010-10-21
wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libs
Andrew Tridgell
1
-4
/
+5
[next]