index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
uid_wrapper
Commit message (
Expand
)
Author
Age
Files
Lines
*
uwrap: Bump version to 1.2.0
Andreas Schneider
2015-11-05
1
-1
/
+1
*
uwrap: Fix build warning with release build
Andreas Schneider
2015-11-05
1
-0
/
+8
*
uwrap: Add the EINVAL check to setegid()
Andreas Schneider
2015-11-05
1
-0
/
+6
*
uwrap: Allow setgid calls only for privileged users
Andreas Schneider
2015-11-05
1
-2
/
+57
*
uwrap: Allow setregid calls only for privileged users
Andreas Schneider
2015-11-05
1
-2
/
+85
*
uwrap: Allow setresgid calls only for privileged users
Andreas Schneider
2015-11-05
1
-55
/
+107
*
uwrap: Move the EINVAL check down in seteuid()
Andreas Schneider
2015-11-05
1
-4
/
+5
*
uwrap: Allow setuid calls only for privileged users
Andreas Schneider
2015-11-05
1
-2
/
+57
*
uwrap: Allow setreuid calls only for privileged users
Andreas Schneider
2015-11-05
1
-7
/
+84
*
uwrap: Allow setresuid calls only for privileged users
Andreas Schneider
2015-11-05
1
-33
/
+89
*
uwrap: Fix a possible null pointer dereference
Andreas Schneider
2015-11-05
1
-0
/
+16
*
uwrap: Improve debug output
Andreas Schneider
2015-11-05
1
-15
/
+15
*
uwrap: Fix debug line in uwrap_init()
Andreas Schneider
2015-11-05
1
-2
/
+3
*
build: Build *_wrapper without -DNDEBUG for in-tree use
Andrew Bartlett
2015-10-16
1
-1
/
+0
*
build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsamba
Andrew Bartlett
2015-10-09
1
-34
/
+0
*
uwrap: Bump version to 1.1.1
Andreas Schneider
2015-08-21
1
-1
/
+1
*
uwrap: Removed double newline
Andreas Schneider
2015-08-21
1
-1
/
+1
*
uwrap: Fix build if getres(uid|gid) are not available.
Andreas Schneider
2015-08-21
1
-4
/
+4
*
waf: Check for Linux has 32-bit credential calls
Andreas Schneider
2015-08-14
1
-1
/
+37
*
uwrap: Bump version to 1.1.0.
Andreas Schneider
2015-01-28
1
-1
/
+1
*
uwrap: Make sure we leave if the id is NULL.
Andreas Schneider
2015-01-28
1
-0
/
+1
*
uwrap: Support scenario where threads fork or creates threads.
Robin Hack
2015-01-28
1
-221
/
+177
*
uwrap: Prepare for overload of libpthread functions.
Robin Hack
2015-01-28
1
-19
/
+140
*
uwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL macros
Robin Hack
2015-01-28
1
-8
/
+14
*
uwrap: Rewrite uwrap_libc_fns struct to pass strict aliasing rules.
Robin Hack
2015-01-28
1
-59
/
+116
*
uwrap: Fix wrong data types in syscalls switch.
Robin Hack
2015-01-28
1
-12
/
+12
*
uwrap: Add support for getresuid() and getresgid() glibc/syscall.
Robin Hack
2015-01-28
2
-0
/
+111
*
uwrap: Extend support for (set|get)groups libc functions and syscalls.
Robin Hack
2015-01-28
1
-11
/
+82
*
uwrap: Extend support for syscalls called from threads or main process.
Robin Hack
2015-01-28
1
-0
/
+36
*
uwrap: Small uwrap_init optimalization.
Robin Hack
2015-01-28
1
-2
/
+2
*
uwrap: Add support for running with address sanitizer.
Andreas Schneider
2015-01-28
2
-0
/
+27
*
uwrap: Reflect changes of uid/gid in threads to main process.
Robin Hack
2015-01-28
1
-7
/
+50
*
uwrap: Small optimalization of uwrap_init().
Robin Hack
2015-01-28
1
-1
/
+2
*
uwrap: Optimalization of uid_wrapper_enabled() function.
Robin Hack
2015-01-28
2
-4
/
+42
*
uid_wrapper: Fix race condition - uwrap_init.
Robin Hack
2015-01-28
1
-5
/
+2
*
uwrap: Fix race condition - glibc lookups.
Robin Hack
2015-01-28
1
-3
/
+14
*
uwrap: Add library constructor and move pthread_atfork inside.
Robin Hack
2015-01-28
2
-9
/
+39
*
uwrap: Use UWRAP_LOCK/UNLOCK macros instead of pthread_mutex_lock/unlock calls.
Robin Hack
2015-01-28
1
-31
/
+40
*
uwrap: Fix the handle loop for older gcc versions.
Andreas Schneider
2015-01-28
1
-1
/
+4
*
lib: uid_wrapper: Fix setgroups and syscall detection on a system without nat...
Jeremy Allison
2014-10-06
1
-0
/
+7
*
uwrap: Support dropping all supplemetary groups with setgroups()
Jakub Hrozek
2014-07-31
1
-2
/
+12
*
uwrap: Add logging if uwrap is enabled correctly.
Andreas Schneider
2014-07-31
1
-0
/
+8
*
uwrap: Log error if we are out of memory.
Andreas Schneider
2014-07-31
1
-0
/
+2
*
uwrap: Add a better logging function.
Andreas Schneider
2014-07-31
1
-8
/
+67
*
uwrap: Check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.
Andreas Schneider
2014-07-31
2
-0
/
+19
*
uwrap: Fall back to RTLD_NEXT if we can't find libc.
Andreas Schneider
2014-07-31
1
-4
/
+4
*
uwrap: Add mutex in uwrap_destructor().
Andreas Schneider
2014-07-31
1
-0
/
+2
*
uwrap: Fix memory leak on error.
Andreas Schneider
2014-07-31
1
-0
/
+1
*
lib: Change uid_wrapper to preloadable version.
Andreas Schneider
2014-04-17
4
-269
/
+1121
*
build: Remove autoconf build system
Andrew Bartlett
2013-05-28
1
-19
/
+0
[next]