aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-07-21tests: Add setgroups to test_fork_execAndreas Schneider1-0/+7
2017-07-13tests: Add a fork and exec testAndreas Schneider3-1/+248
2016-09-22tests: fix a comment typoMichael Adam1-1/+1
2016-06-02tests: Use alpha-specific syscalls.Matt Turner3-0/+12
2015-10-29tests: Add checks for return values in test_thread_setreuidAndreas Schneider1-0/+2
2015-10-28tests: Rename test_syscall_gid32 to test_syscall_setgroups32Andreas Schneider2-1/+1
2015-10-28tests: Move syscall setregid32 test to own executableAndreas Schneider3-26/+206
2015-10-28tests: Move syscall setregid32 test to own executableAndreas Schneider3-24/+199
2015-10-28tests: Move syscall setgid32 test to own executableAndreas Schneider3-16/+159
2015-10-28tests: Rename syscall setresuid32 test and improve itAndreas Schneider3-62/+263
2015-10-28tests: Move syscall setreuid32 test to own executableAndreas Schneider3-24/+107
2015-10-28tests: Move syscall setuid32 test to own executableAndreas Schneider3-16/+93
2015-10-27cmake: Run threaded tests also on BSD and SolarisAndreas Schneider1-30/+28
2015-10-27tests: Get the tests working on BSDAndreas Schneider5-28/+70
2015-10-27tests: Rename test_gid to test_setgroupsAndreas Schneider2-1/+1
2015-10-27tests: Add setresgid unprivileged user testAndreas Schneider2-0/+151
2015-10-27tests: Move setresgid test to own executableAndreas Schneider3-23/+202
2015-10-27tests: Move setregid test to own executableAndreas Schneider3-22/+194
2015-10-27tests: Move setegid test to own executableAndreas Schneider3-24/+169
2015-10-27tests: Move setgid test to own executableAndreas Schneider3-18/+153
2015-10-27tests: Add new test_setuid_euid1 and test_setuid_euid2Andreas Schneider3-1/+157
2015-10-27tests: Create a test for threaded SYS_setuidAndreas Schneider3-67/+109
2015-10-27tests: Fix test_syscall_setuid to work with privilege checksAndreas Schneider1-1/+44
2015-10-27tests: Create a test for threaded sync SYS_setreuidAndreas Schneider3-93/+164
2015-10-27tests: Create a test for threaded SYS_setreuidAndreas Schneider3-33/+104
2015-10-27tests: Fix test_syscall_setreuid to work with privilege checksAndreas Schneider1-0/+19
2015-10-27tests: Make syscall setresuid test from test_syscall_uidAndreas Schneider2-45/+15
2015-10-27tests: Move syscall setreuid test to own executableAndreas Schneider4-16/+133
2015-10-27tests: Add test_getresuid out of test_uidAndreas Schneider2-14/+16
2015-10-27tests: Move setresuid test to own executableAndreas Schneider3-22/+260
2015-10-27tests: Move setreuid test to own executableAndreas Schneider3-24/+108
2015-10-27tests: Move seteuid test to own executableAndreas Schneider3-24/+120
2015-10-27tests: Move setuid test to own executableAndreas Schneider3-18/+83
2015-10-27cmake: Always set UID_WRAPPER_ROOT=1 for testsAndreas Schneider1-1/+1
2015-08-18tests: Fix tests on SolarisAndreas Schneider2-7/+16
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-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-01-07tests: Add new test_thread_create_thread_setgid.Robin Hack1-0/+61
2015-01-07tests: Add new test_uwrap_getresuid().Robin Hack1-0/+26