summaryrefslogtreecommitdiff
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* Fix to 'make clean sudotest' reliablyAndrew G. Morgan2021-09-241-1/+1
* Fix typo in capsh.Andrew G. Morgan2021-09-141-1/+1
* Implement --strict capsh argument.Andrew G. Morgan2021-09-072-88/+89
* Be more systematic about POSIX.1e value group namesAndrew G. Morgan2021-09-071-17/+22
* Fixed parallel make issuesAndrew G. Morgan2021-09-051-1/+1
* Treat ENOTSUP as an expected error for getcap.Andrew G. Morgan2021-09-051-1/+1
* Add --mode query support to capshAndrew G. Morgan2021-09-051-24/+33
* Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan2021-09-041-2/+3
* Move $(LDFLAGS) earlier in build command lines.Andrew G. Morgan2021-08-311-2/+4
* Be more consistent with make variables.Andrew G. Morgan2021-08-301-2/+2
* Make sudotest more robust against untestable environmentsAndrew G. Morgan2021-08-282-6/+19
* More fixes for static analysis issues.Andrew G. Morgan2021-08-272-11/+30
* Fix some static analysis results.Andrew G. Morgan2021-08-263-5/+26
* Support overriding choice of 'sudo'.Andrew G. Morgan2021-08-251-1/+1
* Add some more information to help, and contextual error messages.Andrew G. Morgan2021-08-251-7/+21
* Make 'progs/getpcaps --iab' act like 'go/captree' in output formatAndrew G. Morgan2021-08-231-12/+23
* Revert most of the LDFLAGS -> LDSTATIC change.Andrew G. Morgan2021-08-231-3/+6
* Add cap_iab_{compare,get_pid} functions to libcap; --iab to getpcaps.Andrew G. Morgan2021-08-221-2/+20
* Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan2021-08-191-3/+3
* Fix typos.Samanta Navarro2021-08-142-5/+5
* Support distributions that build libcap with aggressive link options.Andrew G. Morgan2021-08-131-4/+4
* When --suggest'ing also compare against capability namesAndrew G. Morgan2021-07-021-0/+10
* Provide a '--current' command line argument for capsh.Andrew G. Morgan2021-07-022-12/+29
* Clean up some compilation warningsAndrew G. Morgan2021-06-201-0/+1
* Add kernel test to quicktest.shAndrew G. Morgan2021-06-192-2/+13
* Make capsh an installed binary againAndrew G. Morgan2021-05-281-2/+2
* Add support for --suggest=phrase to capsh.Andrew G. Morgan2021-05-162-16/+42
* Validate that user namespaces require CAP_SETFCAP to map UID=0.Andrew G. Morgan2021-05-161-0/+5
* Fruit of more static analysis resultsAndrew G. Morgan2021-04-221-6/+18
* Bug fixes identified by static code analysis.Andrew G. Morgan2021-04-211-8/+22
* Add --explain=cap_foo support to capsh.Andrew G. Morgan2021-03-274-8/+496
* Trying to stop the DOS attack on me from lawyers.Andrew G. Morgan2021-02-144-7/+8
* Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan2020-12-261-2/+15
* People keep emailing me about the license for libcap.Andrew G. Morgan2020-12-264-41/+65
* Clean up the exit status to match other binaries.Andrew G. Morgan2020-12-261-5/+5
* checkpointAndrew G. Morgan2020-12-233-10/+15
* Improve the usage and diagnostic message for setcapAndrew G. Morgan2020-12-221-14/+30
* Make quicktest.sh work again with kernel testAndrew G. Morgan2020-12-071-1/+3
* Guarantee sufficient memory for scratch pathnameAndrew G. Morgan2020-10-281-1/+1
* Support systems with no available pthreads support.Andrew G. Morgan2020-10-271-7/+8
* If needed search PATH for capsh (==) self-execution.Andrew G. Morgan2020-10-272-2/+56
* Be slightly more selective in what to build.Andrew G. Morgan2020-09-121-2/+4
* Migrate all uses of tcapsh-static to sudotest target.Andrew G. Morgan2020-09-071-1/+1
* Support dynamic test compilation and execution.Andrew G. Morgan2020-09-073-9/+15
* capsh.c: Spelling fixes in usage() messageMichael Kerrisk (man-pages)2020-07-161-2/+2
* Better protect some header #define's.Andrew G. Morgan2020-06-042-0/+3
* Work around a bug in glibc.Andrew G. Morgan2020-06-011-9/+9
* Fix typosChristian Kastner2020-05-121-1/+1
* Support overriding the preferred shell for capsh.Andrew G. Morgan2020-04-052-7/+15
* Remove ` character from getcap outputretornam2020-02-251-2/+2