aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-01uwrap: Improve parsing IDs from env variablesHEADmasterAndreas Schneider1-30/+47
2017-08-01uwrap: Fix integer overflowed argumentAndreas Schneider1-2/+10
2017-07-31uwrap: Use calloc to allocate groups arrayAndreas Schneider1-1/+1
2017-07-31uwrap: Fix integer overflowed argumentVolker Lendecke1-1/+1
2017-07-24Bump version to 1.2.4Andreas Schneider2-1/+5
2017-07-21uwrap: Add a workaround for glibc malloc mutex deadlock bugAndreas Schneider1-0/+24
2017-07-21uwrap: First do garbage collection before exporting idsAndreas Schneider1-2/+2
2017-07-21tests: Add setgroups to test_fork_execAndreas Schneider1-0/+7
2017-07-21uwrap: Improve groups string creationAndreas Schneider1-11/+27
2017-07-21uwrap: Make the unsigned_str smallerAndreas Schneider1-1/+1
2017-07-21uwrap: Fix type of len valueAndreas Schneider1-2/+2
2017-07-21uwrap: Fix two error messagesAndreas Schneider1-3/+3
2017-07-21uwrap: Fix a typoAndreas Schneider1-1/+1
2017-07-21uwrap: Fix a deadlock if uid_wrapper is not enabledAndreas Schneider1-2/+4
2017-07-21uwrap: Fix logging on optimized buildAndreas Schneider1-8/+0
2017-07-14Bump version to 1.2.3Andreas Schneider2-2/+7
2017-07-14uwrap: Do an early return if log level doesn't matchAndreas Schneider1-23/+25
2017-07-14uwrap: Always enable loggingAndreas Schneider1-4/+0
2017-07-14uwrap: Add log message before exitAndreas Schneider1-0/+6
2017-07-14uwrap: Add mamximum for groups we can handle while forkingAndreas Schneider1-1/+11
2017-07-14uwrap: Do not leak groups_strAndreas Schneider1-0/+1
2017-07-13Bump version to 1.2.2Andreas Schneider2-1/+5
2017-07-13tests: Add a fork and exec testAndreas Schneider3-1/+248
2017-07-13uwrap: Add support to initialize groups while forkingAndreas Schneider1-0/+163
2016-09-22tests: fix a comment typoMichael Adam1-1/+1
2016-06-02tests: Use alpha-specific syscalls.Matt Turner3-0/+12
2016-06-02uwrap: Use alpha-specific syscalls.Matt Turner1-0/+8
2016-06-02uwrap: Attempt to dlopen libc.so.*.1 as a fallback.Matt Turner1-0/+7
2016-03-16Bump version to 1.2.1Andreas Schneider2-2/+6
2015-11-13uwrap: Make sure prefix is not used uninitializedAndreas Schneider1-1/+1
2015-11-03doc: Document missing optionsAndreas Schneider2-5/+74
2015-10-29Bump version to 1.2.0Andreas Schneider2-3/+8
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-28uwrap: Fix build warning with release buildAndreas Schneider1-0/+8
2015-10-28Ignore build and all obj* directoriesAndreas Schneider2-3/+3
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