summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Up the release version to 2.50v1.2.50psx/v1.2.50libcap-korg-2.50libcap-2.50cap/v1.2.50Andrew G. Morgan2021-05-246-7/+7
* Skip pam_cap.so build on musl compilation part of make distcheck.Andrew G. Morgan2021-05-241-1/+1
* Add a handy update script for the various go.mod files.Andrew G. Morgan2021-05-242-1/+12
* Shorten the URLs for bug reports and mention release notes.Andrew G. Morgan2021-05-172-4/+14
* Add support for --suggest=phrase to capsh.Andrew G. Morgan2021-05-165-18/+48
* Validate that user namespaces require CAP_SETFCAP to map UID=0.Andrew G. Morgan2021-05-166-11/+188
* Add a module argument to pam_cap.so to assist with ambient supportAndrew G. Morgan2021-05-075-17/+80
* Fruit of more static analysis resultsAndrew G. Morgan2021-04-223-7/+23
* Add some man page documentation for the capsh "--iab" argumentAndrew G. Morgan2021-04-212-2/+9
* Bug fixes identified by static code analysis.Andrew G. Morgan2021-04-212-13/+26
* Clean up the comments and links in goapps/web/Andrew G. Morgan2021-04-192-18/+9
* Minor fixes for man pages.Andrew G. Morgan2021-04-183-5/+5
* Add some documentation for capsh --explain=cap_fooAndrew G. Morgan2021-04-171-0/+6
* More aggressive cap_test to ensure the launcher isolates contextAndrew G. Morgan2021-03-302-26/+40
* Add --explain=cap_foo support to capsh.Andrew G. Morgan2021-03-277-12/+497
* Fix tyop in go pragma.Andrew G. Morgan2021-03-191-2/+2
* Up the release version to 2.49v1.2.49psx/v1.2.49libcap-korg-2.49libcap-2.49cap/v1.2.49Andrew G. Morgan2021-03-136-7/+7
* Allow musl gcc to be used with cgo for Go programsAndrew G. Morgan2021-03-131-15/+15
* Add some code to automatically exit the kernel testAndrew G. Morgan2021-03-135-6/+64
* A man page for the IAB set functions.Andrew G. Morgan2021-03-1011-6/+185
* Comment fixes regarding new cap.Launcher featuresAndrew G. Morgan2021-03-102-2/+9
* Make the cap_launch.3 documentation and code use common conventionsAndrew G. Morgan2021-03-073-12/+9
* Update the man pages with a page for cap_launch.3Andrew G. Morgan2021-03-0711-1/+184
* Fix the README reference to the License file.Andrew G. Morgan2021-03-063-3/+3
* Sadness trying to satisfy automation and lawyers.cap/v1.2.49-rc3Andrew G. Morgan2021-03-064-22/+0
* Go apparently needs files to be named insensitive of case.cap/v1.2.49-rc2Andrew G. Morgan2021-03-064-4/+4
* Provide a pair of cap.Prctl{w,}() convenience functionscap/v1.2.49-rc1Andrew G. Morgan2021-03-062-10/+39
* Implement cap.FuncLauncher()Andrew G. Morgan2021-03-066-66/+302
* Add some test cases for cap_func_launcher() and callbacksAndrew G. Morgan2021-03-062-2/+39
* Implement libcap:cap_func_launcher()Andrew G. Morgan2021-03-063-10/+42
* Improve libcap/cap package comment.Andrew G. Morgan2021-03-061-12/+36
* Make documentation more consistently formattedAndrew G. Morgan2021-03-068-141/+105
* Rework psx to compile more robustly and have clearer documentation.Andrew G. Morgan2021-02-262-18/+36
* Clean up comment now that go1.16 has been released.Andrew G. Morgan2021-02-211-3/+3
* Trying to stop the DOS attack on me from lawyers.Andrew G. Morgan2021-02-149-775/+829
* Don't export symbols that are internal.Andrew G. Morgan2021-02-061-11/+11
* Upgrade cap and psx Go modules to version 1.2.48psx/v1.2.48cap/v1.2.48Andrew G. Morgan2021-02-047-13/+13
* Up the release version to 2.48v0.2.48psx/v0.2.48libcap-korg-2.48libcap-2.48cap/v0.2.48Andrew G. Morgan2021-02-046-7/+7
* Make more uniform GO build options.Andrew G. Morgan2021-02-044-15/+28
* Drop all symlinks from the repositoryAndrew G. Morgan2021-02-024-7/+11
* CamelCase the seccomp explore.go exampleAndrew G. Morgan2021-02-021-41/+42
* Add some CGO_ENABLED=0 documentation for the Syscall functions.Andrew G. Morgan2021-02-021-0/+2
* libcap: Use $(MAKE) instead of makeAndrew Delgadillo2021-02-022-22/+22
* Update the libpsx man page.Andrew G. Morgan2021-02-021-3/+8
* Correct a stale comment in psx.c related to weak linkingAndrew G. Morgan2021-01-291-8/+9
* Update the "psx" README file.Andrew G. Morgan2021-01-271-11/+19
* Minor doc fixes for the "cap" module.Andrew G. Morgan2021-01-271-5/+5
* Up the release version to 2.47v0.2.47psx/v0.2.47libcap-korg-2.47libcap-2.47cap/v0.2.47Andrew G. Morgan2021-01-236-10/+10
* Minor cap package comment update.Andrew G. Morgan2021-01-231-2/+2
* Capture a standalone example of using psx with PR_SET_NO_NEW_PRIVS.Andrew G. Morgan2021-01-232-0/+281