aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05Tidy up some of the automated formatting.upstream-masterAndrew G. Morgan
2024-04-05doc: document the use of `*` to refer to all usersCarlos Rodriguez-Fernandez
2024-04-03doc: document pam_cap and its confCarlos Rodriguez-Fernandez
2024-02-18Reformat doc text for web.goAndrew G. Morgan
2024-01-29getpcaps: fix program name in help messageJakub Wilk
2024-01-12Fix reference formatting in the captree man page.Jakub Wilk
2023-12-22Stop using _pam_overwrite() in pam_cap.c.Andrew G. Morgan
2023-08-13Restore c89 compaitbility for C source files.Andrew G. Morgan
2023-06-24Add a check for a capabability of all spaces.Andrew G. Morgan
2023-06-24Make it harder to set invalid capabilities on files.Andrew G. Morgan
2023-05-24Tidy up the overview example for the "cap" package.Andrew G. Morgan
2023-05-14Up the release version to 2.69Andrew G. Morgan
2023-05-09Ignore the content of a capability.conf file if it is world-writable.Andrew G. Morgan
2023-05-09There was a small memory leak in pam_cap.so when libpam returned an error.Andrew G. Morgan
2023-05-09Large strings can confuse libcap's internal strdup code.Andrew G. Morgan
2023-05-09Correct the check of pthread_create()'s return value.Andrew G. Morgan
2023-04-22Partially revive fully static binaries.Andrew G. Morgan
2023-04-10Improve style in man page function prototypesEmanuele Torre
2023-03-25Up the release version to 2.68Andrew G. Morgan
2023-03-25Undo hiding the wrapped function call in libpsx.Andrew G. Morgan
2023-03-19Tidy up some text explaining cap.NamedCaps.Andrew G. Morgan
2023-03-18Some formatting fixes for the libpsx man page.Andrew G. Morgan
2023-03-11Replace the README with a README.mdAndrew G. Morgan
2023-02-19Recognize the new man page links.Andrew G. Morgan
2023-02-19Update documentation for all API functions.Andrew G. Morgan
2023-02-11Drop vendor directory and clean up extra gcc...sh fileAndrew G. Morgan
2023-02-11Simplify and refactor the bug215510 code.Andrew G. Morgan
2023-02-09Make the compare-cap binary clean up after itself.Andrew G. Morgan
2023-02-08Be more strict about what symbols are externally visible.Andrew G. Morgan
2023-02-06Sigh. Fix some copy-pasta errors with psx_test.go changes.Andrew G. Morgan
2023-02-06Add some more explicit testing to the psx_test.go code.Andrew G. Morgan
2023-02-06Provide a method to import preamble and postscript for md man pagesAndrew G. Morgan
2023-02-06Drop an unnecessary use of ", _" from captree.goAndrew G. Morgan
2023-02-02Up the release version to 2.67Andrew G. Morgan
2023-02-02Resolve a couple of compiler warnings.Andrew G. Morgan
2022-10-30Clean up some of the markdown text.Andrew G. Morgan
2022-10-29Minor clean ups of the contrib/bug216610 code/docsAndrew G. Morgan
2022-10-29Add support for optimized C compilation to .syso objects.Andrew G. Morgan
2022-10-23Add an example of combining Go, C code and "psx" without cgo.Andrew G. Morgan
2022-10-19Reviewed license information and adde SPDX ids.Andrew G. Morgan
2022-10-16Reviewed man pages, adding overlooked references.Andrew G. Morgan
2022-10-15Modify DYNAMIC=no linking to only refer to libcap.aAndrew G. Morgan
2022-10-09Add some exploit demonstration code to capso.soAndrew G. Morgan
2022-10-04Address bad-whatis-entry issue noticed by Debian build testsAndrew G. Morgan
2022-09-29Use POSIX `grep`David Seifert
2022-09-24Up the release version to 2.66Andrew G. Morgan
2022-09-22Fix typos in the cap_from_text.3 man page.Andrew G. Morgan
2022-09-22Add captrace to .gitignore fileAndrew G. Morgan
2022-09-18Add an example of using BPF kprobing to trace capability use.Andrew G. Morgan
2022-09-04Clean up getpcaps code.Andrew G. Morgan