summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Up the release version to 2.59HEADmasterAndrew G. Morgan2021-09-268-10/+10
* Fix to 'make clean sudotest' reliablyAndrew G. Morgan2021-09-241-1/+1
* Recognize that NULL is an invalid cap_t and cap_iab_t.Andrew G. Morgan2021-09-245-13/+33
* Update example to avoid reference to deprecated Compare function.Andrew G. Morgan2021-09-231-1/+1
* Spelling fix.Andrew G. Morgan2021-09-221-1/+1
* More compliant cap.Differs documentation.Andrew G. Morgan2021-09-171-3/+17
* Up the release version to 2.58Andrew G. Morgan2021-09-178-10/+10
* Fix typo in capsh.Andrew G. Morgan2021-09-141-1/+1
* Add some debugging info for the pam_cap.so deferred callback.Andrew G. Morgan2021-09-141-0/+18
* Another attempt at supporting Ambient vector setting from pam_cap.so.Andrew G. Morgan2021-09-143-60/+55
* Not sure why I didn't include this line before!Andrew G. Morgan2021-09-141-0/+1
* Simplify the contric/sucap/su structure.Andrew G. Morgan2021-09-132-77/+80
* Add PAM "session" support to pam_cap.so.Andrew G. Morgan2021-09-133-19/+79
* Free _cap_proc_dir on exit.Andrew G. Morgan2021-09-121-0/+13
* kdebug shouldn't require sudotest to build uns_test binary.Andrew G. Morgan2021-09-121-1/+2
* Recover the kdebug make rules.Andrew G. Morgan2021-09-111-1/+1
* Add in something the builder can override to augment the GO buildsAndrew G. Morgan2021-09-112-12/+13
* Update pam_cap .gitignore fileAndrew G. Morgan2021-09-101-0/+1
* Another missing dependency for make -j13Andrew G. Morgan2021-09-101-1/+6
* More standard deprecation comment for cap.Compare and cap.IABInitAndrew G. Morgan2021-09-102-6/+39
* Up the release version to 2.57Andrew G. Morgan2021-09-098-10/+10
* Implement --strict capsh argument.Andrew G. Morgan2021-09-073-95/+109
* Be more systematic about POSIX.1e value group namesAndrew G. Morgan2021-09-076-78/+94
* Fixed parallel make issuesAndrew G. Morgan2021-09-053-3/+3
* Treat ENOTSUP as an expected error for getcap.Andrew G. Morgan2021-09-051-1/+1
* Add --mode query support to capshAndrew G. Morgan2021-09-052-27/+41
* Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan2021-09-046-28/+21
* Don't build the tests/binaries until we want to run themAndrew G. Morgan2021-09-041-5/+3
* Build system fixesDavid Seifert2021-09-041-2/+3
* Up the release version to 2.56Andrew G. Morgan2021-09-028-10/+10
* Document latest option for captree in its man page.Andrew G. Morgan2021-09-021-1/+8
* Make captree use --color on any terminal by default.Andrew G. Morgan2021-09-021-13/+28
* Avoid disecting sub-trees of processes in captree output.Andrew G. Morgan2021-09-011-12/+84
* Don't display duplicate subtrees with captree.Andrew G. Morgan2021-09-011-0/+8
* sucap/su should start with an empty INHERITABLE flag.Andrew G. Morgan2021-09-011-3/+14
* Canonicalize build systemDavid Seifert2021-09-016-20/+12
* cap_iab.3 doc fixes and cleanupAndrew G. Morgan2021-09-011-34/+31
* Permit root to run test_pam_cap without arguments.Andrew G. Morgan2021-09-011-1/+6
* Move $(LDFLAGS) earlier in build command lines.Andrew G. Morgan2021-08-313-13/+15
* Resurrect the $(WARNINGS) for the target buildAndrew G. Morgan2021-08-312-6/+6
* Be more consistent with make variables.Andrew G. Morgan2021-08-304-25/+27
* Up the release version to 2.55Andrew G. Morgan2021-08-298-10/+10
* Update man pages.Andrew G. Morgan2021-08-295-30/+50
* Add captree command line options and support process by name.Andrew G. Morgan2021-08-293-9/+117
* Make sudotest more robust against untestable environmentsAndrew G. Morgan2021-08-287-9/+41
* Avoid the build server failure.Andrew G. Morgan2021-08-282-9/+19
* Still unclear where cap_test is crashing.Andrew G. Morgan2021-08-271-0/+28
* Speculative fix for build failure.Andrew G. Morgan2021-08-273-6/+16
* Implement libcap:cap_proc_root() function.Andrew G. Morgan2021-08-274-4/+74
* More fixes for static analysis issues.Andrew G. Morgan2021-08-279-38/+199