aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-27uwrap: Allow setgid calls only for privileged usersAndreas Schneider1-2/+57
2015-10-27uwrap: Allow setregid calls only for privileged usersAndreas Schneider1-2/+85
2015-10-27uwrap: Allow setresgid calls only for privileged usersAndreas Schneider1-55/+107
2015-10-27uwrap: Move the EINVAL check down in seteuid()Andreas Schneider1-4/+5
2015-10-27uwrap: Allow setuid calls only for privileged usersAndreas Schneider1-2/+57
2015-10-27uwrap: Allow setreuid calls only for privileged usersAndreas Schneider1-7/+84
2015-10-27uwrap: Allow setresuid calls only for privileged usersAndreas Schneider1-33/+89
2015-10-27uwrap: Fix a possible null pointer dereferenceAndreas Schneider1-0/+16
2015-10-27uwrap: Improve debug outputAndreas Schneider1-15/+15
2015-10-27uwrap: Fix debug line in uwrap_init()Andreas Schneider1-2/+3
2015-08-20Bump version to 1.1.1Andreas Schneider2-2/+7
2015-08-18doc: Make the manpage reproducibleAndreas Schneider2-2/+3
2015-08-18tests: Fix tests on SolarisAndreas Schneider2-7/+16
2015-08-17uwrap: Removed double newlineAndreas Schneider1-1/+1
2015-08-17tests: Add 32bit syscall gid testsAndreas Schneider2-1/+129
2015-08-17tests: Improve syscall gid testsAndreas Schneider1-31/+26
2015-08-17tests: Add 32bit syscall uid testsAndreas Schneider2-0/+107
2015-08-17tests: Improve syscall uid testsAndreas Schneider1-29/+34
2015-08-17tests: Rename testsuite to test_syscall_gidAndreas Schneider2-2/+2
2015-08-17tests: Move syscall uid tests to own testAndreas Schneider3-78/+103
2015-08-17tests: Move syscall test to own testAndreas Schneider3-33/+64
2015-08-17tests: Move set(re)gid function to own testAndreas Schneider3-133/+160
2015-08-17tests: Move set(re)uid function to own testAndreas Schneider3-134/+168
2015-08-12cmake: Do not optimize the code by defaultAndreas Schneider1-1/+1
2015-07-31tests: Add test_uwrap_syscall_setresuid()Andreas Schneider1-0/+38
2015-07-31tests: Fix syscall detectionAndreas Schneider1-6/+26
2015-07-31tests: Add test for syscall SYS_setresgidAndreas Schneider1-0/+34
2015-07-31tests: Update to new cmocka test runnerAndreas Schneider4-42/+46
2015-07-31uwrap: Fix build if getres(uid|gid) are not available.Andreas Schneider1-4/+4
2015-02-25cmake: Drop test results via https.Andreas Schneider1-1/+1
2015-01-20Bump version to 1.1.0.Andreas Schneider2-3/+11
2015-01-08uwrap: Make sure we leave if the id is NULL.Andreas Schneider1-0/+1
2015-01-07tests: Add new test_thread_create_thread_setgid.Robin Hack1-0/+61
2015-01-07uwrap: Support scenario where threads fork or creates threads.Robin Hack1-221/+177
2015-01-07uwrap: Prepare for overload of libpthread functions.Robin Hack1-19/+140
2015-01-07uwrap: Introduce UWRAP_LOCK_ALL and UWRAP_UNLOCK_ALL macrosRobin Hack1-8/+14
2015-01-07uwrap: Rewrite uwrap_libc_fns struct to pass strict aliasing rules.Robin Hack2-59/+117
2015-01-07uwrap: Fix wrong data types in syscalls switch.Robin Hack1-12/+12
2015-01-07tests: Add new test_uwrap_getresuid().Robin Hack1-0/+26
2015-01-07uwrap: Add support for getresuid() and getresgid() glibc/syscall.Robin Hack3-0/+117
2015-01-07tests: Add new test test_sync_setgroups().Robin Hack1-0/+69
2015-01-07uwrap: Extend support for (set|get)groups libc functions and syscalls.Robin Hack1-11/+82
2015-01-07tests: Fix test_uwrap_getgroups.Robin Hack1-2/+5
2015-01-07tests: Add test_real_sync_setuid().Robin Hack1-0/+76
2015-01-07uwrap: Extend support for syscalls called from threads or main process.Robin Hack1-0/+36
2015-01-07uwrap: Small uwrap_init optimalization.Robin Hack1-2/+2
2015-01-07uwrap: Add more authors to AUTHORS file.Robin Hack1-0/+2
2015-01-07tests: Enable test_glibc_thread_support.c on MacOSX.Robin Hack1-2/+2
2015-01-07src: Add support for running with address sanitizer.Andreas Schneider3-0/+23
2014-10-06uwrap: Reflect changes of uid/gid in threads to main process.Robin Hack2-16/+53