aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-01-19Reset the value of errno for main()Andrew G. Morgan1-0/+6
2021-09-24Recognize that NULL is an invalid cap_t and cap_iab_t.Andrew G. Morgan1-1/+5
2021-09-04Don't build the tests/binaries until we want to run themAndrew G. Morgan1-5/+3
2021-09-01Canonicalize build systemDavid Seifert1-6/+3
2021-08-31Move $(LDFLAGS) earlier in build command lines.Andrew G. Morgan1-7/+7
2021-08-28Make sudotest more robust against untestable environmentsAndrew G. Morgan1-0/+11
2021-08-27More fixes for static analysis issues.Andrew G. Morgan2-2/+16
2021-08-26Fix some static analysis results.Andrew G. Morgan2-2/+17
2021-08-25Support overriding choice of 'sudo'.Andrew G. Morgan1-5/+5
2021-08-25Address a compiler warning with the tests/uns_test.Andrew G. Morgan1-1/+3
2021-08-23Revert most of the LDFLAGS -> LDSTATIC change.Andrew G. Morgan1-8/+11
2021-08-19Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan1-8/+8
2021-08-14Fix cap_launch failures - error propogation.Andrew G. Morgan1-11/+18
2021-08-13Support distributions that build libcap with aggressive link options.Andrew G. Morgan1-8/+8
2021-06-21Permit compilation with -std=c89.Andrew G. Morgan3-6/+12
2021-06-20Clean up some compilation warningsAndrew G. Morgan1-2/+5
2021-05-16Validate that user namespaces require CAP_SETFCAP to map UID=0.Andrew G. Morgan3-11/+173
2021-04-22Fruit of more static analysis resultsAndrew G. Morgan1-1/+1
2021-03-06Add some test cases for cap_func_launcher() and callbacksAndrew G. Morgan1-1/+36
2020-12-26Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan1-1/+2
2020-11-10Migrate building progs/tcapsh-static to sudotestAndrew G. Morgan1-4/+4
2020-10-27Support systems with no available pthreads support.Andrew G. Morgan1-24/+56
2020-10-25Lessen the system requirements for running make sudotestAndrew G. Morgan1-2/+2
2020-10-24Demonstrate why libpsx is important for multithreaded C code.Andrew G. Morgan3-1/+177
2020-10-18Fix tests:sudotest for DYNAMIC=yes testingAndrew G. Morgan2-9/+13
2020-10-13Support shared library build and linkage of -lpsxAndrew G. Morgan1-14/+16
2020-09-12Be slightly more selective in what to build.Andrew G. Morgan1-1/+3
2020-09-07Support dynamic test compilation and execution.Andrew G. Morgan1-8/+15
2020-08-05no more psx_test_wrapPetr Ovtchenkov2-2/+1
2020-07-09Rewrite libpsx thread shutdown path to support musl.Andrew G. Morgan2-24/+16
2020-06-04Better protect some header #define's.Andrew G. Morgan2-0/+4
2020-02-23Implement cap_launch.Andrew G. Morgan5-7/+209
2020-02-23A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan1-0/+2
2020-02-17Add support for fork() in libpsx.Andrew G. Morgan3-8/+79
2019-12-23Ensure that gcc -std=c89 build works.Andrew G. Morgan2-5/+6
2019-12-15Break out test into two parts: test or sudotest.Andrew G. Morgan1-0/+2
2019-12-13Restructure the make files into build vs. testAndrew G. Morgan1-4/+11
2019-12-06Add support to libcap for overriding system call functions.Andrew G. Morgan3-2/+20
2019-12-05Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan3-0/+133