uid_wrapper.git
2015-10-27 Andreas Schneidertests: Move setegid test to own executable
2015-10-27 Andreas Schneidertests: Move setgid test to own executable
2015-10-27 Andreas Schneidertests: Add new test_setuid_euid1 and test_setuid_euid2
2015-10-27 Andreas Schneidertests: Create a test for threaded SYS_setuid
2015-10-27 Andreas Schneidertests: Fix test_syscall_setuid to work with privilege...
2015-10-27 Andreas Schneidertests: Create a test for threaded sync SYS_setreuid
2015-10-27 Andreas Schneidertests: Create a test for threaded SYS_setreuid
2015-10-27 Andreas Schneidertests: Fix test_syscall_setreuid to work with privilege...
2015-10-27 Andreas Schneidertests: Make syscall setresuid test from test_syscall_uid
2015-10-27 Andreas Schneidertests: Move syscall setreuid test to own executable
2015-10-27 Andreas Schneidertests: Add test_getresuid out of test_uid
2015-10-27 Andreas Schneidertests: Move setresuid test to own executable
2015-10-27 Andreas Schneidertests: Move setreuid test to own executable
2015-10-27 Andreas Schneidertests: Move seteuid test to own executable
2015-10-27 Andreas Schneidertests: Move setuid test to own executable
2015-10-27 Andreas Schneidercmake: Always set UID_WRAPPER_ROOT=1 for tests
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-20 Andreas SchneiderBump version to 1.1.1 uid_wrapper-1.1.1
2015-08-18 Andreas Schneiderdoc: Make the manpage reproducible
2015-08-18 Andreas Schneidertests: Fix tests on Solaris
2015-08-17 Andreas Schneideruwrap: Removed double newline
2015-08-17 Andreas Schneidertests: Add 32bit syscall gid tests
2015-08-17 Andreas Schneidertests: Improve syscall gid tests
2015-08-17 Andreas Schneidertests: Add 32bit syscall uid tests
2015-08-17 Andreas Schneidertests: Improve syscall uid tests
2015-08-17 Andreas Schneidertests: Rename testsuite to test_syscall_gid
2015-08-17 Andreas Schneidertests: Move syscall uid tests to own test
2015-08-17 Andreas Schneidertests: Move syscall test to own test
2015-08-17 Andreas Schneidertests: Move set(re)gid function to own test
2015-08-17 Andreas Schneidertests: Move set(re)uid function to own test
2015-08-12 Andreas Schneidercmake: Do not optimize the code by default
2015-07-31 Andreas Schneidertests: Add test_uwrap_syscall_setresuid()
2015-07-31 Andreas Schneidertests: Fix syscall detection
2015-07-31 Andreas Schneidertests: Add test for syscall SYS_setresgid
2015-07-31 Andreas Schneidertests: Update to new cmocka test runner
2015-07-31 Andreas Schneideruwrap: Fix build if getres(uid|gid) are not available.
2015-02-25 Andreas Schneidercmake: Drop test results via https.
2015-01-20 Andreas SchneiderBump version to 1.1.0. uid_wrapper-1.1.0
2015-01-08 Andreas Schneideruwrap: Make sure we leave if the id is NULL.
2015-01-07 Robin Hacktests: Add new test_thread_create_thread_setgid.
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 Hacktests: Add new test_uwrap_getresuid().
2015-01-07 Robin Hackuwrap: Add support for getresuid() and getresgid()...
2015-01-07 Robin Hacktests: Add new test test_sync_setgroups().
2015-01-07 Robin Hackuwrap: Extend support for (set|get)groups libc function...
2015-01-07 Robin Hacktests: Fix test_uwrap_getgroups.
2015-01-07 Robin Hacktests: Add test_real_sync_setuid().
2015-01-07 Robin Hackuwrap: Extend support for syscalls called from threads...
2015-01-07 Robin Hackuwrap: Small uwrap_init optimalization.
2015-01-07 Robin Hackuwrap: Add more authors to AUTHORS file.
2015-01-07 Robin Hacktests: Enable test_glibc_thread_support.c on MacOSX.
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 Hacktests: Extend test_sync_setgid in test_glibc_thread_sup...
2014-10-06 Robin Hackuwrap: Small optimalization of uwrap_init().
2014-10-06 Robin Hacktests: test_glibc_thread_support: Add bigger load.
2014-10-06 Robin Hacktests: Added two new tests aimed to setgid() and getgid...
2014-10-06 Robin Hacktests: Small phtread_attr cleanup.
2014-10-06 Robin Hacktests: Get rid of malloc calls in test_glibc_thread_sup...
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.
next