uwrap: Move the EINVAL check down in seteuid()
[uid_wrapper.git] / tests /
2015-08-18 Andreas Schneidertests: Fix tests on Solaris
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-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-01-07 Robin Hacktests: Add new test_thread_create_thread_setgid.
2015-01-07 Robin Hacktests: Add new test_uwrap_getresuid().
2015-01-07 Robin Hacktests: Add new test test_sync_setgroups().
2015-01-07 Robin Hacktests: Fix test_uwrap_getgroups.
2015-01-07 Robin Hacktests: Add test_real_sync_setuid().
2015-01-07 Robin Hacktests: Enable test_glibc_thread_support.c on MacOSX.
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 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-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-30 Jakub Hrozekuwrap: Support dropping all supplemetary groups with...
2014-02-04 Andreas Schneidercmake: Use UID_WRAPPER_LOCATION.
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-01-17 Andreas Schneideruwrap: Rename uwrap_enabled() to uid_wrapper_enabled().
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-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-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 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-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-11 Andreas Schneidertests: Test the threading support of the syscalls.
2013-11-09 Andreas Schneidertests: Add test for setuid().
2013-11-09 Andreas Schneidertests: Fix the testsuite to correctly work.
2013-11-09 Andreas Schneidertests: Add a getuids helper.
2013-11-09 Andreas Schneideruwrap: Add error handling for seteuid().
2013-06-07 Andreas Schneidertests: Fix the test after setting the correct initial...
2013-06-07 Andreas Schneidertests: Add as syscall stat test.
2013-06-06 Andreas Schneidersrc: Get the libc syscall() working.
2013-06-06 Andreas Schneidertests: Add test_uwrap_syscall().
2013-06-06 Andreas Schneidertests: Add test_uwrap_syscall_setregid().
2013-06-06 Andreas Schneidertests: Add test_uwrap_syscall().
2013-06-06 Andreas Schneidertests: Add test_uwrap_setegid().
2013-06-06 Andreas Schneidertests: Fix 'make test'.
2013-06-06 Andreas Schneidertests: Add a testsuite.