dbwrap: Factor out the core dbwrap lock order logic
[metze/samba/wip.git] / lib / uid_wrapper /
2017-07-25 Andreas Schneideruwrap: Update to version 1.2.4
2017-04-07 Stefan Metzmacheruid_wrapper: use conf.blddir to construct libnss_wrappe...
2016-03-21 Andreas Schneiderlib: Update uid_wrapper to version 1.2.1
2015-11-05 Andreas Schneideruwrap: Bump version to 1.2.0
2015-11-05 Andreas Schneideruwrap: Fix build warning with release build
2015-11-05 Andreas Schneideruwrap: Add the EINVAL check to setegid()
2015-11-05 Andreas Schneideruwrap: Allow setgid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setregid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setresgid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Move the EINVAL check down in seteuid()
2015-11-05 Andreas Schneideruwrap: Allow setuid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setreuid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Allow setresuid calls only for privileged users
2015-11-05 Andreas Schneideruwrap: Fix a possible null pointer dereference
2015-11-05 Andreas Schneideruwrap: Improve debug output
2015-11-05 Andreas Schneideruwrap: Fix debug line in uwrap_init()
2015-10-16 Andrew Bartlettbuild: Build *_wrapper without -DNDEBUG for in-tree use
2015-10-09 Andrew Bartlettbuild: Move __attribute__ ((destructor)) and ((construc...
2015-08-21 Andreas Schneideruwrap: Bump version to 1.1.1
2015-08-21 Andreas Schneideruwrap: Removed double newline
2015-08-21 Andreas Schneideruwrap: Fix build if getres(uid|gid) are not available.
2015-08-14 Andreas Schneiderwaf: Check for Linux has 32-bit credential calls
2015-01-28 Andreas Schneideruwrap: Bump version to 1.1.0.
2015-01-28 Andreas Schneideruwrap: Make sure we leave if the id is NULL.
2015-01-28 Robin Hackuwrap: Support scenario where threads fork or creates...
2015-01-28 Robin Hackuwrap: Prepare for overload of libpthread functions.
2015-01-28 Robin Hackuwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL...
2015-01-28 Robin Hackuwrap: Rewrite uwrap_libc_fns struct to pass strict...
2015-01-28 Robin Hackuwrap: Fix wrong data types in syscalls switch.
2015-01-28 Robin Hackuwrap: Add support for getresuid() and getresgid()...
2015-01-28 Robin Hackuwrap: Extend support for (set|get)groups libc function...
2015-01-28 Robin Hackuwrap: Extend support for syscalls called from threads...
2015-01-28 Robin Hackuwrap: Small uwrap_init optimalization.
2015-01-28 Andreas Schneideruwrap: Add support for running with address sanitizer.
2015-01-28 Robin Hackuwrap: Reflect changes of uid/gid in threads to main...
2015-01-28 Robin Hackuwrap: Small optimalization of uwrap_init().
2015-01-28 Robin Hackuwrap: Optimalization of uid_wrapper_enabled() function.
2015-01-28 Robin Hackuid_wrapper: Fix race condition - uwrap_init.
2015-01-28 Robin Hackuwrap: Fix race condition - glibc lookups.
2015-01-28 Robin Hackuwrap: Add library constructor and move pthread_atfork...
2015-01-28 Robin Hackuwrap: Use UWRAP_LOCK/UNLOCK macros instead of pthread_...
2015-01-28 Andreas Schneideruwrap: Fix the handle loop for older gcc versions.
2014-10-06 Jeremy Allisonlib: uid_wrapper: Fix setgroups and syscall detection...
2014-07-31 Jakub Hrozekuwrap: Support dropping all supplemetary groups with...
2014-07-31 Andreas Schneideruwrap: Add logging if uwrap is enabled correctly.
2014-07-31 Andreas Schneideruwrap: Log error if we are out of memory.
2014-07-31 Andreas Schneideruwrap: Add a better logging function.
2014-07-31 Andreas Schneideruwrap: Check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.
2014-07-31 Andreas Schneideruwrap: Fall back to RTLD_NEXT if we can't find libc.
2014-07-31 Andreas Schneideruwrap: Add mutex in uwrap_destructor().
2014-07-31 Andreas Schneideruwrap: Fix memory leak on error.
2014-04-17 Andreas Schneiderlib: Change uid_wrapper to preloadable version.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-28 Andrew Bartlettbuild: Remove autoconf build system
2012-08-21 Andrew Bartlettbuild: Remove special case for the build farm
2012-06-29 Jeremy AllisonReplace all uses of setXX[ug]id() and setgroups with...
2012-06-29 Jeremy AllisonAdd missing setresgid() wrapper.
2011-10-27 Andreas SchneiderInclude uid_wrapper correctly.
2011-10-27 Andreas Schneideruid_wrapper: Add uwrap_setresgid().
2011-10-27 Andreas Schneideruid_wrapper: Fix build on UNIX platforms.
2011-10-27 Andreas Schneideruid_wrapper: Handle euid and egid 0.
2011-10-27 Andreas Schneideruid_wrapper: Make sure we have initialized the wrapper.
2011-10-27 Andreas Schneideruid_wrapper: Fix prototypes.
2011-10-07 Andreas Schneideruid_wrapper: Add uwrap_setresuid().
2011-10-07 Andreas Schneideruid_wrapper: Add uwrap_setregid().
2011-10-07 Andreas Schneideruid_wrapper: Add uwrap_setreuid().
2011-10-06 Volker Lendeckes3: Use the uid_wrapper
2011-10-06 Volker Lendeckeuid_wrapper: We have talloc_array_length, no need for...
2011-02-18 Andrew Tridgelluid-wrapper: handle uwrap_enabled() as a macro
2010-11-12 Jelmer Vernooijs4-waf: Only enable various wrappers if they're actuall...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-23 Jelmer Vernooijs4: Rename UID_WRAPPER to uid_wrapper.
2010-10-21 Andrew Tridgellwrapper: make socket_wrapper, uid_wrapper and nss_wrapp...
2010-10-20 Volker Lendeckeuid_wrapper: The gid wrapper does not require a destructor
2010-04-18 Andrew Tridgells4-waf: put the --xxx-wrapper options in 'developer...
2010-04-06 Andrew Tridgells4-waf: added a --enable-selftest option as a shortcut
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-06 Andrew Tridgellbuild: added wrapper options
2010-02-05 Matthias Dieter... s4:UID wrapper - Make it work on older distributions
2009-08-05 Andrew Tridgellfixed a uid_wrapper bug that caused a segv in the RAW...
2009-08-05 Andrew Tridgellmake the UID_WRAPPER skip checks at runtime
2009-08-05 Andrew Tridgelladded a uid_wrapper library