uid_wrapper.git
2023-08-07 Andreas Schneidertests: Fix fake socket_wrapper_syscall_valid() master
2023-02-17 Andreas Schneidercmake: Fix cmocka >= 1.1.6 find_package() in CONFIG...
2023-01-24 Andreas Schneidercmake: Print a message that uid_wrapper was found with...
2023-01-24 Andreas Schneidercmake: Improve version detection to support ranges
2023-01-17 Andreas SchneiderBump version to 1.3.0 uid_wrapper-1.3.0
2023-01-17 Andreas SchneiderRename to CHANGELOG
2023-01-17 Stefan Metzmachergitlab-ci: run .gitlab-ci.yml also on branches@metze...
2023-01-17 Andreas Schneidergitlab-ci: Add runner with ThreadSanitizer
2023-01-17 Andreas Schneidergitlab-ci: Introduce stages
2023-01-17 Andreas Schneidergitlab-ci: Format yml correctly that ymllint is happy
2023-01-17 Andreas Schneidercmake: Disable deepbind if we run with sanitizers
2023-01-17 Andreas Schneidercmake: Add -DCMAKE_BUILD_TYPE=ThreadSanitizer
2023-01-17 Stefan Metzmachertests: test socket_wrapper_syscall_{valid,va} interacti...
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: make use of socket_wrapper_syscall_...
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: export uid_wrapper_syscall_{valid...
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: fix mutex fork handling
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: check for uid_wrapper related syscal...
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: force RTLD_NEXT for pthread_create...
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: fix RTLD_NEXT handling for libpthread
2023-01-17 Samuel Thibaultsrc/uid_wrapper.c: Avoid dclose(RTLD_NEXT)
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: always go through uwrap_bind_symbol_...
2023-01-17 Stefan Metzmachertests: fix data race in test_thread_sync_setreuid.c
2023-01-17 Stefan Metzmachertests: fix locking in test_thread_setuid.c
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: also log the process name
2023-01-17 Andreas Schneidercmake: Check for getprogname()
2023-01-17 Stefan Metzmachersrc/uid_wrapper.c: remove unused UWRAP_LIBSOCKET and...
2023-01-17 Andreas SchneiderAdd clang-format config file
2023-01-17 Andreas SchneiderAdd editorconfig
2021-12-02 Andreas SchneiderBump version to 1.2.9 uid_wrapper-1.2.9
2021-11-24 Andreas Schneideruwrap: Add support for getgroups_chk()
2021-11-24 Andreas Schneiderconfig: Add missing define for HAVE_GETGROUPS
2021-11-08 Andreas SchneiderUpdate README.install
2021-11-08 Andreas SchneiderUpdate README
2021-11-08 Björn Jacketests: fix unused-result error in tests/test_uwrap_disa...
2021-11-08 Björn Jacketests: fix unused-result error in tests/test_setresgid_...
2021-11-08 Björn Jackeuid_wrapper.c: fall back to pragma init/fini for constr...
2021-11-08 Björn Jackeconfigure: check for pragma init/fini for constructors...
2020-03-24 Andreas Schneidergitlab-ci: Add Ubuntu runner
2020-03-24 Andreas Schneidergitlab-ci: Remove debian cross mips build
2020-03-05 Andreas SchneiderBump version to 1.2.8 uid_wrapper-1.2.8
2020-03-03 Andreas Schneidercmake: Fix path in cmake config
2020-02-12 Andreas Schneiderpkg-config: Fix installation path
2019-10-20 Andreas Schneidercmake: Remove unsed dir definitions
2019-10-20 Andreas Schneidercmake: Fix BINARYDIR and SOURCEDIR
2019-10-20 Andreas Schneidercmake: Remove unused variable
2019-10-20 Andreas Schneidercmake: Add missing PICKY_DEVELOPER option
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
next