winbindd: Add retry also for ADS method calls
[obnox/samba/samba-obnox.git] / lib / uid_wrapper / uid_wrapper.c
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-08-21 Andreas Schneideruwrap: Removed double newline
2015-08-21 Andreas Schneideruwrap: Fix build if getres(uid|gid) are not available.
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-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
2012-06-29 Jeremy AllisonReplace all uses of setXX[ug]id() and setgroups with...
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-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 Lendeckeuid_wrapper: We have talloc_array_length, no need for...
2010-10-20 Volker Lendeckeuid_wrapper: The gid wrapper does not require a destructor
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