aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-08uwrap: Add support for getgroups_chk()master-fixAndreas Schneider3-0/+39
2021-11-08Update READMEAndreas Schneider1-1/+1
2021-11-08tests: fix unused-result error in tests/test_uwrap_disabled.cBjörn Jacke1-4/+9
2021-11-08tests: fix unused-result error in tests/test_setresgid_unprivileged.cBjörn Jacke1-3/+6
2021-11-08uid_wrapper.c: fall back to pragma init/fini for constructor/destructor if po...Björn Jacke1-0/+7
2021-11-08configure: check for pragma init/fini for constructors/destructorsBjörn Jacke2-0/+28
2020-03-24gitlab-ci: Add Ubuntu runnerAndreas Schneider1-0/+19
2020-03-24gitlab-ci: Remove debian cross mips buildAndreas Schneider1-25/+0
2020-03-05Bump version to 1.2.8Andreas Schneider2-2/+6
2020-03-03cmake: Fix path in cmake configAndreas Schneider1-1/+1
2020-02-12pkg-config: Fix installation pathAndreas Schneider1-1/+1
2019-10-20cmake: Remove unsed dir definitionsAndreas Schneider2-9/+0
2019-10-20cmake: Fix BINARYDIR and SOURCEDIRAndreas Schneider1-2/+2
2019-10-20cmake: Remove unused variableAndreas Schneider1-2/+0
2019-10-20cmake: Add missing PICKY_DEVELOPER optionAndreas Schneider1-0/+1
2019-07-15Bump version to 1.2.7Andreas Schneider2-2/+5
2019-07-15uwrap: Fix unsetting the the envname of initial XIDsAndreas Schneider1-2/+2
2019-07-15Bump version to 1.2.6Andreas Schneider2-1/+5
2019-07-15gitlab-ci: Also test installationAndreas Schneider1-1/+2
2019-07-15cmake: Fix cmake config files installAndreas Schneider1-1/+1
2019-07-15doc: Fix manpage installationAndreas Schneider1-1/+1
2019-07-15Bump version to 1.2.5Andreas Schneider2-2/+5
2019-07-15doc: Document UID_WRAPPER_DISABLE_DEEPBINDAndreas Schneider2-2/+12
2019-06-03gitlab-ci: Setup CI for uid_wrapperAndreas Schneider2-0/+255
2019-06-03cmake: Use GNUInstallDirsAndreas Schneider5-120/+9
2019-06-03tests: Don't run test_uwrap_disabled with sanitizersAndreas Schneider1-12/+15
2019-06-03cmake: Correctly set _GNU_SOURCEAndreas Schneider3-9/+19
2019-06-03cmake: Fix configure check for libdlAndreas Schneider1-4/+8
2019-06-03cmake: Use target_include_directories()Andreas Schneider2-7/+19
2019-06-03cmake: Update AddCMockaTest.cmakeAndreas Schneider2-18/+146
2019-06-03cmake: Update cmocka requirementAndreas Schneider2-50/+1
2019-06-03cmake: Support running the tests with AddressSanitizerAndreas Schneider1-38/+46
2019-06-03cmake: Add AddressSanitizer and UndefinedSanitizerAndreas Schneider1-0/+24
2019-06-03cmake: Move Compiler flags to new fileAndreas Schneider3-13/+22
2019-06-03cmake: Remove obsolete DefineCompilerFlags.cmakeAndreas Schneider1-78/+0
2019-06-03cmake: Improve checks for compiler flagsAndreas Schneider6-8/+173
2019-06-03cmake: Update CMake defaultsAndreas Schneider1-12/+3
2019-06-03cmake: Do not misuse CMAKE_REQUIRED_LIBRARIESAndreas Schneider1-2/+2
2019-06-03cmake: Require at least cmake 3.5.0Andreas Schneider6-22/+14
2019-06-03cpack: Fix description and vendorAndreas Schneider1-2/+2
2019-06-03README: Rename to a markdown fileAndreas Schneider2-3/+3
2019-06-03uwrap: Remove problematic FALL_THROUGH in uwrap_load_lib_handle()Andreas Schneider1-2/+0
2019-06-03uwrap: Don't do a deep bind if we run with libasanAndreas Schneider1-1/+19
2018-08-13ctest: Move to new dashboardAndreas Schneider1-3/+3
2018-08-13Rename COPYING to LICENSEAndreas Schneider2-1/+1
2018-08-13uwrap: Suppress fall through warningsAndreas Schneider3-2/+38
2018-08-13cpack: Do not package build dirs in source tarballAndreas Schneider1-1/+1
2018-08-13cmake: Replace deprecated get_target_property()Andreas Schneider1-6/+1
2017-08-01uwrap: Improve parsing IDs from env variablesHEADmasterAndreas Schneider1-30/+47
2017-08-01uwrap: Fix integer overflowed argumentAndreas Schneider1-2/+10