uid_wrapper.git
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-09-02 Jakub HrozekTESTS: SYS_gettimeofday behaves differently on OS X
2014-09-02 Jakub HrozekTESTS: add -DOSX if building on OS X
2014-09-02 Jakub Hrozektestsuite: Fix comparison
2014-08-06 Marcin Juszkiewicztests: Remove test with legacy "access" system call.
2014-07-31 Andreas SchneiderBump version to 1.0.2. uid_wrapper-1.0.2
2014-07-30 Jakub Hrozekuwrap: Support dropping all supplemetary groups with...
2014-07-14 Andreas Schneiderdoc: Add a manpage for uid_wrapper.
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-05-28 Andreas Schneidercmake: Fix a typo in uid_wrapper-config.cmake.in.
2014-05-28 Michael AdamAdd README.install - instructions for building and...
2014-04-25 Andreas Schneidercmake: Fix policy check.
2014-04-16 Andreas Schneidercmake: Install cmake config into the correct directory.
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-04-07 Andreas Schneidercmake: Create the compile command database by default.
2014-02-04 Andreas SchneiderBump version to 1.0.1. uid_wrapper-1.0.1
2014-02-04 Andreas Schneidercmake: Add uid_wrapper-config.cmake.
2014-02-04 Andreas Schneidercmake: Use UID_WRAPPER_LOCATION.
2014-02-04 Andreas Schneidercmake: Add --libs output for pkg-config.
2014-02-04 Andreas Schneidercpack: Don't package the obj directory.
2014-02-04 Andreas Schneidertests: Use bool in the prototype too.
2014-02-02 Andreas Schneidertests: Use a bool for the test_uwrap_enabled test. uid_wrapper-1.0.0
2014-02-01 Andreas Schneidersrc: Use a bool for uid_wrapper_enabled().
2014-01-30 Andreas SchneiderAdd ChangeLog.
2014-01-24 Andreas SchneiderAdd TODO
2014-01-20 Andreas Schneidercmake: Add cmake version file.
2014-01-20 Andreas Schneidercmake: Add a pkg-config file.
2014-01-19 Andreas SchneiderUpdate README.
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 Schneidertests: Fix some memory leaks.
2013-12-20 Andreas Schneidercmake: Add valgrind suppression file.
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 Schneidercmake: Add check for HAVE_DESTRUCTOR_ATTRIBUTE.
2013-12-20 Andreas Schneideruwrap: Use realloc for setgroups().
2013-12-20 Andreas Schneideruwrap: Fix loading the system libraries.
2013-12-19 Andreas Schneidertests: Add test_uwrap_disabled.
2013-12-19 Andreas Schneidertestsuite: Add missing include.
2013-12-19 Andreas Schneidercmake: Fix HAVE_SETRESUID and HAVE_SETRESGID.
2013-12-18 Andreas Schneidertests: Add test_uwrap_syscall_setgroups().
2013-12-18 Andreas Schneidertests: Add test_uwrap_setresuid().
2013-12-18 Andreas Schneidertests: Add test_uwrap_setreuid().
2013-12-18 Andreas Schneidertests: Add test_uwrap_setresgid().
2013-12-18 Andreas Schneidertests: Add test_uwrap_setregid().
2013-12-18 Andreas Schneidertests: The tests should always be executed with uid_wra...
2013-12-18 Andreas Schneidernwrap: Fix prototype of libc_setresuid().
2013-12-18 Andreas Schneidercmake: Fix defines for setres(u|g)id.
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().
2013-12-17 Andreas Schneideruwrap: Add libc_getuid().
2013-12-17 Andreas Schneideruwrap: Add libc_setuid().
2013-12-17 Andreas Schneideruwrap: Add uwrap_load_lib_function().
2013-12-17 Andreas Schneideruwrap: Add uwrap_load_lib_handle().
2013-12-04 Andreas Schneidertests: Add a test for getgroups().
2013-12-04 Andreas Schneidertests: Add a test for setgroups().
2013-12-04 Andreas Schneidertests: Add a test for setgid().
2013-12-04 Andreas Schneidercmake: Set _FORTIFY_SOURCE only for optimized builds.
2013-12-04 Andreas Schneidertests: Use SYS_gettimeofday for testing.
2013-11-20 Andreas Schneidertests: Fix testsuite on Solaris.
2013-11-20 Andreas Schneideruwrap: Fix build on Solaris.
2013-11-20 Andreas Schneidercmake: Fix dashboard drop location.
2013-11-15 Andreas Schneidercmake: Detect OSX.
2013-11-15 Andreas Schneiderconfig: Add missing define for APPLE.
2013-11-15 Andreas Schneideruwrap: Move pthread_atfork() to correct position.
2013-11-15 Andreas Schneideruwarp: Load libc functions on OSX.
2013-11-15 Andreas Schneidercmake: Add environment variables for OSX.
2013-11-15 Andreas Schneidercmake: Build getuids only on Linux.
2013-11-15 Andreas Schneideruwrap: Fix build on OSX.
2013-11-15 Andreas Schneidercmake: Add check for syscall prototype.
2013-11-15 Andreas Schneidercmake: Add check for setgroups prototype.
2013-11-11 Andreas Schneideruwrap: Prevent deadlocks if the application forks.
2013-11-11 Andreas Schneidertests: Test the threading support of the syscalls.
next