obnox/cwrap/uid_wrapper.git
2014-05-27 Michael AdamAdd README.install - instructions for building and... master
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.
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.
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.
2013-11-09 Andreas Schneideruwrap: Add UID_WRAPPER_ROOT=2 mode.
2013-11-09 Andreas Schneideruwrap: Add a nwrap_setgroup which syncs all threads.
2013-11-09 Andreas Schneideruwrap: Make initialization check faster.
2013-11-09 Andreas Schneideruwrap: Add mutexes to make it thread safe.
2013-11-09 Andreas Schneideruwrap: Add support for thread safe functions.
2013-11-09 Andreas Schneidertests: Add test for setuid().
2013-11-09 Andreas Schneidertests: Fix the testsuite to correctly work.
2013-11-09 Andreas Schneideruwrap: Remove wrong SYS_initgroups.
2013-11-09 Andreas Schneideruwrap: Check the value of UID_WRAPPER env variable.
2013-11-09 Andreas Schneideruwrap: Fix a typo in getgid().
2013-11-09 Andreas Schneideruwrap: Add UID_WRAPPER_ROOT environment variable.
2013-11-09 Andreas Schneideruwrap: Refactor uid and gid initialization.
2013-11-09 Andreas Schneideruwrap: Add support for real/save uid/gid changing.
2013-11-09 Andreas Schneideruwrap: Add ruid, suid, rgid and sgid.
2013-11-09 Andreas Schneidertests: Add a getuids helper.
2013-11-09 Andreas Schneideruwrap: Add error handling for seteuid().
2013-11-09 Andreas Schneideruwrap: Remove unneeded gid wrappers.
2013-11-09 Andreas Schneideruwrap: Remove unneeded uid wrappers.
2013-11-09 Andreas Schneidercmake: Check for thread local storage support.
2013-11-09 Andreas Schneideruwrap: Make sure we have the id syscalls.
next