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
2017-11-25
build: Move uid_wrapper to third_party
Andreas Schneider
2
-2513
/
+0
2017-08-03
lib: Fix integer overflowed argument issue with strtoul()
Andreas Schneider
1
-1
/
+15
2017-07-31
lib: Fix 1415704 CID Integer overflowed argument
Volker Lendecke
1
-1
/
+1
2017-07-25
uwrap: Update to version 1.2.4
Andreas Schneider
2
-39
/
+266
2017-04-07
uid_wrapper: use conf.blddir to construct libnss_wrapper_so_path
Stefan Metzmacher
1
-2
/
+2
2016-03-22
lib: Update uid_wrapper to version 1.2.1
Andreas Schneider
2
-2
/
+2
2015-11-05
uwrap: Bump version to 1.2.0
Andreas Schneider
1
-1
/
+1
2015-11-05
uwrap: Fix build warning with release build
Andreas Schneider
1
-0
/
+8
2015-11-05
uwrap: Add the EINVAL check to setegid()
Andreas Schneider
1
-0
/
+6
2015-11-05
uwrap: Allow setgid calls only for privileged users
Andreas Schneider
1
-2
/
+57
2015-11-05
uwrap: Allow setregid calls only for privileged users
Andreas Schneider
1
-2
/
+85
2015-11-05
uwrap: Allow setresgid calls only for privileged users
Andreas Schneider
1
-55
/
+107
2015-11-05
uwrap: Move the EINVAL check down in seteuid()
Andreas Schneider
1
-4
/
+5
2015-11-05
uwrap: Allow setuid calls only for privileged users
Andreas Schneider
1
-2
/
+57
2015-11-05
uwrap: Allow setreuid calls only for privileged users
Andreas Schneider
1
-7
/
+84
2015-11-05
uwrap: Allow setresuid calls only for privileged users
Andreas Schneider
1
-33
/
+89
2015-11-05
uwrap: Fix a possible null pointer dereference
Andreas Schneider
1
-0
/
+16
2015-11-05
uwrap: Improve debug output
Andreas Schneider
1
-15
/
+15
2015-11-05
uwrap: Fix debug line in uwrap_init()
Andreas Schneider
1
-2
/
+3
2015-10-16
build: Build *_wrapper without -DNDEBUG for in-tree use
Andrew Bartlett
1
-1
/
+0
2015-10-09
build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsamba
Andrew Bartlett
1
-34
/
+0
2015-08-21
uwrap: Bump version to 1.1.1
Andreas Schneider
1
-1
/
+1
2015-08-21
uwrap: Removed double newline
Andreas Schneider
1
-1
/
+1
2015-08-21
uwrap: Fix build if getres(uid|gid) are not available.
Andreas Schneider
1
-4
/
+4
2015-08-14
waf: Check for Linux has 32-bit credential calls
Andreas Schneider
1
-1
/
+37
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
[next]