doc: Fix manpage installation
[uid_wrapper.git] / src /
2019-06-03 Andreas Schneidercmake: Use GNUInstallDirs
2019-06-03 Andreas Schneidercmake: Correctly set _GNU_SOURCE
2019-06-03 Andreas Schneidercmake: Use target_include_directories()
2019-06-03 Andreas Schneidercmake: Improve checks for compiler flags
2019-06-03 Andreas Schneideruwrap: Remove problematic FALL_THROUGH in uwrap_load_li...
2019-06-03 Andreas Schneideruwrap: Don't do a deep bind if we run with libasan
2018-08-13 Andreas Schneideruwrap: Suppress fall through warnings
2018-08-13 Andreas Schneidercmake: Replace deprecated get_target_property()
2017-08-01 Andreas Schneideruwrap: Improve parsing IDs from env variables
2017-08-01 Andreas Schneideruwrap: Fix integer overflowed argument
2017-07-31 Andreas Schneideruwrap: Use calloc to allocate groups array
2017-07-31 Volker Lendeckeuwrap: Fix integer overflowed argument
2017-07-21 Andreas Schneideruwrap: Add a workaround for glibc malloc mutex deadlock bug
2017-07-21 Andreas Schneideruwrap: First do garbage collection before exporting ids
2017-07-21 Andreas Schneideruwrap: Improve groups string creation
2017-07-21 Andreas Schneideruwrap: Make the unsigned_str smaller
2017-07-21 Andreas Schneideruwrap: Fix type of len value
2017-07-21 Andreas Schneideruwrap: Fix two error messages
2017-07-21 Andreas Schneideruwrap: Fix a typo
2017-07-21 Andreas Schneideruwrap: Fix a deadlock if uid_wrapper is not enabled
2017-07-21 Andreas Schneideruwrap: Fix logging on optimized build
2017-07-14 Andreas Schneideruwrap: Do an early return if log level doesn't match
2017-07-14 Andreas Schneideruwrap: Always enable logging
2017-07-14 Andreas Schneideruwrap: Add log message before exit
2017-07-14 Andreas Schneideruwrap: Add mamximum for groups we can handle while...
2017-07-14 Andreas Schneideruwrap: Do not leak groups_str
2017-07-13 Andreas Schneideruwrap: Add support to initialize groups while forking
2016-06-02 Matt Turneruwrap: Use alpha-specific syscalls.
2016-06-02 Matt Turneruwrap: Attempt to dlopen libc.so.*.1 as a fallback.
2015-11-13 Andreas Schneideruwrap: Make sure prefix is not used uninitialized
2015-10-28 Andreas Schneideruwrap: Fix build warning with release build
2015-10-27 Andreas Schneideruwrap: Add the EINVAL check to setegid()
2015-10-27 Andreas Schneideruwrap: Allow setgid calls only for privileged users
2015-10-27 Andreas Schneideruwrap: Allow setregid calls only for privileged users
2015-10-27 Andreas Schneideruwrap: Allow setresgid calls only for privileged users
2015-10-27 Andreas Schneideruwrap: Move the EINVAL check down in seteuid()
2015-10-27 Andreas Schneideruwrap: Allow setuid calls only for privileged users
2015-10-27 Andreas Schneideruwrap: Allow setreuid calls only for privileged users
2015-10-27 Andreas Schneideruwrap: Allow setresuid calls only for privileged users
2015-10-27 Andreas Schneideruwrap: Fix a possible null pointer dereference
2015-10-27 Andreas Schneideruwrap: Improve debug output
2015-10-27 Andreas Schneideruwrap: Fix debug line in uwrap_init()
2015-08-17 Andreas Schneideruwrap: Removed double newline
2015-07-31 Andreas Schneideruwrap: Fix build if getres(uid|gid) are not available.
2015-01-08 Andreas Schneideruwrap: Make sure we leave if the id is NULL.
2015-01-07 Robin Hackuwrap: Support scenario where threads fork or creates...
2015-01-07 Robin Hackuwrap: Prepare for overload of libpthread functions.
2015-01-07 Robin Hackuwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL...
2015-01-07 Robin Hackuwrap: Rewrite uwrap_libc_fns struct to pass strict...
2015-01-07 Robin Hackuwrap: Fix wrong data types in syscalls switch.
2015-01-07 Robin Hackuwrap: Add support for getresuid() and getresgid()...
2015-01-07 Robin Hackuwrap: Extend support for (set|get)groups libc function...
2015-01-07 Robin Hackuwrap: Extend support for syscalls called from threads...
2015-01-07 Robin Hackuwrap: Small uwrap_init optimalization.
2015-01-07 Andreas Schneidersrc: Add support for running with address sanitizer.
2014-10-06 Robin Hackuwrap: Reflect changes of uid/gid in threads to main...
2014-10-06 Robin Hackuwrap: Small optimalization of uwrap_init().
2014-10-06 Robin Hackuwrap: Optimalization of uid_wrapper_enabled() function.
2014-10-06 Robin Hackuid_wrapper: Fix race condition - uwrap_init.
2014-10-06 Robin Hackuwrap: Fix race condition - glibc lookups.
2014-10-06 Robin Hackuwrap: Add library constructor and move pthread_atfork...
2014-10-06 Robin Hackuwrap: Use UWRAP_LOCK/UNLOCK macros instead of pthread_...
2014-10-01 Andreas Schneideruwrap: Fix the handle loop for older gcc versions.
2014-07-30 Jakub Hrozekuwrap: Support dropping all supplemetary groups with...
2014-06-02 Andreas Schneideruwrap: Add logging if uwrap is enabled correctly.
2014-06-02 Andreas Schneideruwrap: Log error if we are out of memory.
2014-06-02 Andreas Schneideruwrap: Add a better logging function.
2014-06-02 Andreas Schneidercmake: Check for HAVE_FUNCTION_ATTRIBUTE_FORMAT.
2014-05-28 Andreas Schneideruwrap: Fall back to RTLD_NEXT if we can't find libc.
2014-05-28 Andreas Schneideruwrap: Add mutex in uwrap_destructor().
2014-04-25 Andreas Schneidercmake: Fix policy check.
2014-04-09 Andreas Schneidercmake: Use 2.8.13 as version to check.
2014-04-08 Andreas Schneideruwrap: Fix memory leak on error.
2014-04-08 Andreas Schneidercmake: Only set policy in cmake 3.0.
2014-04-07 Andreas Schneidercmake: Fix configure warning with cmake 3.0.
2014-02-04 Andreas Schneidercmake: Add --libs output for pkg-config.
2014-02-01 Andreas Schneidersrc: Use a bool for uid_wrapper_enabled().
2014-01-17 Andreas Schneideruwrap: Rename uwrap_enabled() to uid_wrapper_enabled().
2014-01-07 Andreas Schneideruwrap: Rename the variable to get myuid from geteuid().
2014-01-07 Andreas Schneideruwrap: Make uwrap_enabled public so we can use it.
2013-12-20 Andreas Schneideruwrap: Pass bool values to uwrap_new_id().
2013-12-20 Andreas Schneideruwrap: Fix a memory leak when we reuse an allocated id.
2013-12-20 Andreas Schneideruwrap: Add a destructor to free resources.
2013-12-20 Andreas Schneideruwrap: Use realloc for setgroups().
2013-12-20 Andreas Schneideruwrap: Fix loading the system libraries.
2013-12-18 Andreas Schneidernwrap: Fix prototype of libc_setresuid().
2013-12-17 Andreas Schneideruwrap: Remove obsolete uwrap_libc_fn().
2013-12-17 Andreas Schneideruwrap: Load libc_syscall correctly.
2013-12-17 Andreas Schneideruwrap: Add libc_getgroups().
2013-12-17 Andreas Schneideruwrap: Add libc_getgroups().
2013-12-17 Andreas Schneideruwrap: Add libc_getegid().
2013-12-17 Andreas Schneideruwrap: Add libc_setregid().
2013-12-17 Andreas Schneideruwrap: Add libc_setregid().
2013-12-17 Andreas Schneideruwrap: Add libc_setgeid().
2013-12-17 Andreas Schneideruwarp: Add libc_getgid().
2013-12-17 Andreas Schneideruwrap: Add libc_setgid().
2013-12-17 Andreas Schneideruwrap: Add libc_geteuid().
2013-12-17 Andreas Schneideruwrap: Add libc_setresuid().
2013-12-17 Andreas Schneideruwrap: Add libc_setreuid().
2013-12-17 Andreas Schneideruwrap: Add libc_seteuid().
next