uid_wrapper.git
2019-07-15 Andreas SchneiderBump version to 1.2.7 uid_wrapper-1.2.7
2019-07-15 Andreas Schneideruwrap: Fix unsetting the the envname of initial XIDs
2019-07-15 Andreas SchneiderBump version to 1.2.6 uid_wrapper-1.2.6
2019-07-15 Andreas Schneidergitlab-ci: Also test installation
2019-07-15 Andreas Schneidercmake: Fix cmake config files install
2019-07-15 Andreas Schneiderdoc: Fix manpage installation
2019-07-15 Andreas SchneiderBump version to 1.2.5 uid_wrapper-1.2.5
2019-07-15 Andreas Schneiderdoc: Document UID_WRAPPER_DISABLE_DEEPBIND
2019-06-03 Andreas Schneidergitlab-ci: Setup CI for uid_wrapper
2019-06-03 Andreas Schneidercmake: Use GNUInstallDirs
2019-06-03 Andreas Schneidertests: Don't run test_uwrap_disabled with sanitizers
2019-06-03 Andreas Schneidercmake: Correctly set _GNU_SOURCE
2019-06-03 Andreas Schneidercmake: Fix configure check for libdl
2019-06-03 Andreas Schneidercmake: Use target_include_directories()
2019-06-03 Andreas Schneidercmake: Update AddCMockaTest.cmake
2019-06-03 Andreas Schneidercmake: Update cmocka requirement
2019-06-03 Andreas Schneidercmake: Support running the tests with AddressSanitizer
2019-06-03 Andreas Schneidercmake: Add AddressSanitizer and UndefinedSanitizer
2019-06-03 Andreas Schneidercmake: Move Compiler flags to new file
2019-06-03 Andreas Schneidercmake: Remove obsolete DefineCompilerFlags.cmake
2019-06-03 Andreas Schneidercmake: Improve checks for compiler flags
2019-06-03 Andreas Schneidercmake: Update CMake defaults
2019-06-03 Andreas Schneidercmake: Do not misuse CMAKE_REQUIRED_LIBRARIES
2019-06-03 Andreas Schneidercmake: Require at least cmake 3.5.0
2019-06-03 Andreas Schneidercpack: Fix description and vendor
2019-06-03 Andreas SchneiderREADME: Rename to a markdown file
2019-06-03 Andreas Schneideruwrap: Remove problematic FALL_THROUGH in uwrap_load_li...
2019-06-03 Andreas Schneideruwrap: Don't do a deep bind if we run with libasan
2018-08-13 Andreas Schneiderctest: Move to new dashboard
2018-08-13 Andreas SchneiderRename COPYING to LICENSE
2018-08-13 Andreas Schneideruwrap: Suppress fall through warnings
2018-08-13 Andreas Schneidercpack: Do not package build dirs in source tarball
2018-08-13 Andreas Schneidercmake: Replace deprecated get_target_property()
2017-08-01 Andreas Schneideruwrap: Improve parsing IDs from env variables
2017-08-01 Andreas Schneideruwrap: Fix integer overflowed argument
2017-07-31 Andreas Schneideruwrap: Use calloc to allocate groups array
2017-07-31 Volker Lendeckeuwrap: Fix integer overflowed argument
2017-07-24 Andreas SchneiderBump version to 1.2.4 uid_wrapper-1.2.4
2017-07-21 Andreas Schneideruwrap: Add a workaround for glibc malloc mutex deadlock bug
2017-07-21 Andreas Schneideruwrap: First do garbage collection before exporting ids
2017-07-21 Andreas Schneidertests: Add setgroups to test_fork_exec
2017-07-21 Andreas Schneideruwrap: Improve groups string creation
2017-07-21 Andreas Schneideruwrap: Make the unsigned_str smaller
2017-07-21 Andreas Schneideruwrap: Fix type of len value
2017-07-21 Andreas Schneideruwrap: Fix two error messages
2017-07-21 Andreas Schneideruwrap: Fix a typo
2017-07-21 Andreas Schneideruwrap: Fix a deadlock if uid_wrapper is not enabled
2017-07-21 Andreas Schneideruwrap: Fix logging on optimized build
2017-07-14 Andreas SchneiderBump version to 1.2.3 uid_wrapper-1.2.3
2017-07-14 Andreas Schneideruwrap: Do an early return if log level doesn't match
2017-07-14 Andreas Schneideruwrap: Always enable logging
2017-07-14 Andreas Schneideruwrap: Add log message before exit
2017-07-14 Andreas Schneideruwrap: Add mamximum for groups we can handle while...
2017-07-14 Andreas Schneideruwrap: Do not leak groups_str
2017-07-13 Andreas SchneiderBump version to 1.2.2 uid_wrapper-1.2.2
2017-07-13 Andreas Schneidertests: Add a fork and exec test
2017-07-13 Andreas Schneideruwrap: Add support to initialize groups while forking
2016-09-22 Michael Adamtests: fix a comment typo
2016-06-02 Matt Turnertests: Use alpha-specific syscalls.
2016-06-02 Matt Turneruwrap: Use alpha-specific syscalls.
2016-06-02 Matt Turneruwrap: Attempt to dlopen libc.so.*.1 as a fallback.
2016-03-16 Andreas SchneiderBump version to 1.2.1 uid_wrapper-1.2.1
2015-11-13 Andreas Schneideruwrap: Make sure prefix is not used uninitialized
2015-11-03 Andreas Schneiderdoc: Document missing options
2015-10-29 Andreas SchneiderBump version to 1.2.0 uid_wrapper-1.2.0
2015-10-29 Andreas Schneidertests: Add checks for return values in test_thread_setreuid
2015-10-28 Andreas Schneidertests: Rename test_syscall_gid32 to test_syscall_setgro...
2015-10-28 Andreas Schneidertests: Move syscall setregid32 test to own executable
2015-10-28 Andreas Schneidertests: Move syscall setregid32 test to own executable
2015-10-28 Andreas Schneidertests: Move syscall setgid32 test to own executable
2015-10-28 Andreas Schneidertests: Rename syscall setresuid32 test and improve it
2015-10-28 Andreas Schneidertests: Move syscall setreuid32 test to own executable
2015-10-28 Andreas Schneidertests: Move syscall setuid32 test to own executable
2015-10-28 Andreas Schneideruwrap: Fix build warning with release build
2015-10-28 Andreas SchneiderIgnore build and all obj* directories
2015-10-27 Andreas Schneidercmake: Run threaded tests also on BSD and Solaris
2015-10-27 Andreas Schneidertests: Get the tests working on BSD
2015-10-27 Andreas Schneidertests: Rename test_gid to test_setgroups
2015-10-27 Andreas Schneidertests: Add setresgid unprivileged user test
2015-10-27 Andreas Schneidertests: Move setresgid test to own executable
2015-10-27 Andreas Schneidertests: Move setregid test to own executable
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
next