uid_wrapper.git
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.
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.
2013-11-09 Andreas SchneiderAdd .clang_complete.
2013-11-09 Andreas SchneiderAdd .gitignore
2013-07-03 Andreas Schneidersrc: Add support for 32bit linux syscalls.
2013-07-02 Andreas Schneidercmake: Fix ctest config.
2013-07-02 Andreas SchneiderAdd README, AUTHORS and ChangeLog.
2013-07-02 Andreas Schneidercmake: Fill out version numbers.
2013-07-02 Andreas SchneiderFix the license of the source code.
2013-06-28 Andreas Schneidersrc: Make sure nothing overrides libc symbols.
2013-06-07 Andreas Schneidertests: Fix the test after setting the correct initial...
2013-06-07 Andreas Schneidersrc: Fix setting the initial uid and gid.
2013-06-07 Andreas Schneidertests: Add as syscall stat test.
2013-06-07 Andreas Schneidersrc: Remove unused header.
2013-06-07 Andreas Schneidersrc: Add some debug output.
2013-06-06 Andreas Schneidersrc: Add a libc_vsyscall() function.
next