summaryrefslogtreecommitdiff
path: root/libcap
Commit message (Expand)AuthorAgeFilesLines
* Recognize that NULL is an invalid cap_t and cap_iab_t.Andrew G. Morgan2021-09-243-3/+17
* Free _cap_proc_dir on exit.Andrew G. Morgan2021-09-121-0/+13
* Fixed parallel make issuesAndrew G. Morgan2021-09-051-1/+1
* Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan2021-09-041-0/+3
* Canonicalize build systemDavid Seifert2021-09-011-4/+1
* Be more consistent with make variables.Andrew G. Morgan2021-08-301-1/+1
* Make sudotest more robust against untestable environmentsAndrew G. Morgan2021-08-281-1/+0
* Avoid the build server failure.Andrew G. Morgan2021-08-281-9/+18
* Still unclear where cap_test is crashing.Andrew G. Morgan2021-08-271-0/+28
* Speculative fix for build failure.Andrew G. Morgan2021-08-272-1/+10
* Implement libcap:cap_proc_root() function.Andrew G. Morgan2021-08-274-4/+74
* More fixes for static analysis issues.Andrew G. Morgan2021-08-274-24/+152
* Eliminate an alignment issue found by clang.Andrew G. Morgan2021-08-262-79/+81
* Fix some static analysis results.Andrew G. Morgan2021-08-264-1/+19
* libcap/Makefile: don't overwrite 'empty' when generating loader.txtArnout Vandecappelle (Essensium/Mind)2021-08-231-1/+1
* Add cap_iab_{compare,get_pid} functions to libcap; --iab to getpcaps.Andrew G. Morgan2021-08-224-5/+126
* Fix error code handling for failed cap_reset_ambient()Andrew G. Morgan2021-08-221-8/+3
* Handle libcap allocation failures more explicitly and fix a memory leak.Andrew G. Morgan2021-08-214-22/+66
* Check return values of allocating functionsSamanta Navarro2021-08-211-0/+12
* Fix endless loop with very long stringsSamanta Navarro2021-08-211-1/+1
* Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan2021-08-191-6/+9
* Make lib*.so files executable.Andrew G. Morgan2021-08-191-2/+2
* Fix typos.Samanta Navarro2021-08-141-1/+1
* Complete cap_launch fix.Andrew G. Morgan2021-08-141-1/+3
* Fix cap_launch failures - error propogation.Andrew G. Morgan2021-08-141-8/+10
* Support CC=clang again.Andrew G. Morgan2021-08-111-2/+2
* Clean up allocated memory.Andrew G. Morgan2021-07-151-2/+11
* realloc less at startup executing a .so fileAndrew G. Morgan2021-07-141-2/+2
* Allow for systems with no /proc/self/cmdline file.Andrew G. Morgan2021-07-131-1/+1
* Support simply executing the built shared libraries.Andrew G. Morgan2021-07-125-16/+153
* Permit compilation with -std=c89.Andrew G. Morgan2021-06-211-0/+1
* Clean up some compilation warningsAndrew G. Morgan2021-06-201-1/+1
* Add fill support for the 1e capabilitiesAndrew G. Morgan2021-06-194-6/+75
* Stabilize exporting capabilities into a comparable external formatAndrew G. Morgan2021-06-192-16/+91
* Add a module argument to pam_cap.so to assist with ambient supportAndrew G. Morgan2021-05-072-0/+27
* Make the cap_launch.3 documentation and code use common conventionsAndrew G. Morgan2021-03-072-3/+3
* Add some test cases for cap_func_launcher() and callbacksAndrew G. Morgan2021-03-061-1/+3
* Implement libcap:cap_func_launcher()Andrew G. Morgan2021-03-063-10/+42
* Drop all symlinks from the repositoryAndrew G. Morgan2021-02-024-7/+11
* libcap: Use $(MAKE) instead of makeAndrew Delgadillo2021-02-021-9/+9
* Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan2020-12-261-1/+13
* Further trim the psx headers and support easy vendoring.psx/v0.2.46-rc3Andrew G. Morgan2020-12-092-1/+2
* Some distributions can't support shared librariesAndrew G. Morgan2020-11-011-7/+26
* Support systems with no available pthreads support.Andrew G. Morgan2020-10-271-7/+17
* Support shared library build and linkage of -lpsxAndrew G. Morgan2020-10-132-18/+36
* Allow a build of libcap independent of libpsx.Andrew G. Morgan2020-09-071-12/+26
* Add new value CAP_CHECKPOINT_RESTORE = 40.Andrew G. Morgan2020-08-131-1/+7
* Move mkdir to common install targetChristian Kastner2020-08-061-1/+1
* Minor fix for install target.Andrew G. Morgan2020-07-291-2/+4
* libcap: split install into install-shared/install-staticThomas Petazzoni2020-07-291-4/+10