summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Recognize that NULL is an invalid cap_t and cap_iab_t.Andrew G. Morgan2021-09-241-1/+5
* Don't build the tests/binaries until we want to run themAndrew G. Morgan2021-09-041-5/+3
* Canonicalize build systemDavid Seifert2021-09-011-6/+3
* Move $(LDFLAGS) earlier in build command lines.Andrew G. Morgan2021-08-311-7/+7
* Make sudotest more robust against untestable environmentsAndrew G. Morgan2021-08-281-0/+11
* More fixes for static analysis issues.Andrew G. Morgan2021-08-272-2/+16
* Fix some static analysis results.Andrew G. Morgan2021-08-262-2/+17
* Support overriding choice of 'sudo'.Andrew G. Morgan2021-08-251-5/+5
* Address a compiler warning with the tests/uns_test.Andrew G. Morgan2021-08-251-1/+3
* Revert most of the LDFLAGS -> LDSTATIC change.Andrew G. Morgan2021-08-231-8/+11
* Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan2021-08-191-8/+8
* Fix cap_launch failures - error propogation.Andrew G. Morgan2021-08-141-11/+18
* Support distributions that build libcap with aggressive link options.Andrew G. Morgan2021-08-131-8/+8
* Permit compilation with -std=c89.Andrew G. Morgan2021-06-213-6/+12
* Clean up some compilation warningsAndrew G. Morgan2021-06-201-2/+5
* Validate that user namespaces require CAP_SETFCAP to map UID=0.Andrew G. Morgan2021-05-163-11/+173
* Fruit of more static analysis resultsAndrew G. Morgan2021-04-221-1/+1
* Add some test cases for cap_func_launcher() and callbacksAndrew G. Morgan2021-03-061-1/+36
* Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan2020-12-261-1/+2
* Migrate building progs/tcapsh-static to sudotestAndrew G. Morgan2020-11-101-4/+4
* Support systems with no available pthreads support.Andrew G. Morgan2020-10-271-24/+56
* Lessen the system requirements for running make sudotestAndrew G. Morgan2020-10-251-2/+2
* Demonstrate why libpsx is important for multithreaded C code.Andrew G. Morgan2020-10-243-1/+177
* Fix tests:sudotest for DYNAMIC=yes testingAndrew G. Morgan2020-10-182-9/+13
* Support shared library build and linkage of -lpsxAndrew G. Morgan2020-10-131-14/+16
* Be slightly more selective in what to build.Andrew G. Morgan2020-09-121-1/+3
* Support dynamic test compilation and execution.Andrew G. Morgan2020-09-071-8/+15
* no more psx_test_wrapPetr Ovtchenkov2020-08-052-2/+1
* Rewrite libpsx thread shutdown path to support musl.Andrew G. Morgan2020-07-092-24/+16
* Better protect some header #define's.Andrew G. Morgan2020-06-042-0/+4
* Implement cap_launch.Andrew G. Morgan2020-02-235-7/+209
* A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan2020-02-231-0/+2
* Add support for fork() in libpsx.Andrew G. Morgan2020-02-173-8/+79
* Ensure that gcc -std=c89 build works.Andrew G. Morgan2019-12-232-5/+6
* Break out test into two parts: test or sudotest.Andrew G. Morgan2019-12-151-0/+2
* Restructure the make files into build vs. testAndrew G. Morgan2019-12-131-4/+11
* Add support to libcap for overriding system call functions.Andrew G. Morgan2019-12-063-2/+20
* Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan2019-12-053-0/+133