summaryrefslogtreecommitdiff
path: root/libcap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trivial change to align code with change to man page.Andrew G. Morgan2020-07-231-3/+3
* A more compact form for the text representation of capabilities.Andrew G. Morgan2020-07-231-5/+15
* Fix typo in capabilities.h file.Andrew G. Morgan2020-07-161-1/+1
* Various source files: spelling fixes on commentsMichael Kerrisk (man-pages)2020-07-163-5/+5
* Fix capability list generation and legacy go package install.Andrew G. Morgan2020-07-051-3/+8
* Create symlink for including psx_syscall.hAndrew G. Morgan2020-07-031-0/+1
* Migrate header for psx_syscall.h to Go package tree.Andrew G. Morgan2020-07-031-130/+0
* Refactored the psx package to build as a Go module.Andrew G. Morgan2020-07-032-551/+1
* CAP_BPF is the CAP_LAST_CAP now.Andrew G. Morgan2020-07-021-1/+33
* Tidy up the comment related to the XATTR backup definitions.Andrew G. Morgan2020-06-291-1/+6
* libcap: Fix for older kernelsPrasanth R2020-06-291-0/+11
* Fix declaration of mostly never compiled code.Andrew G. Morgan2020-06-291-1/+1
* Better protect some header #define's.Andrew G. Morgan2020-06-044-0/+11
* Clean up an unused variable.Andrew G. Morgan2020-06-031-1/+1
* Linux 5.7 supports CAP_PERFMONAndrew G. Morgan2020-06-021-1/+7
* More linter findings.Andrew G. Morgan2020-06-021-2/+2
* Lint style fixes for C and Go sources.Andrew G. Morgan2020-06-022-5/+9
* Remove include dependency of libcap on libpsx.Andrew G. Morgan2020-06-011-4/+14
* Slight refactoring of _makenames.c.Andrew G. Morgan2020-05-161-10/+20
* Avoid sys/capability.h on build architectureChristian Kastner2020-05-121-4/+13
* Avoid segfaulting when the kernel is ahead of libcap.Andrew G. Morgan2020-05-021-6/+14
* Make the _cap_names[] static.Andrew G. Morgan2020-03-102-5/+7
* Replace pthread_yeild() with sched_yield().Andrew G. Morgan2020-03-071-1/+2
* Implement cap_launch.Andrew G. Morgan2020-02-234-2/+318
* A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan2020-02-236-97/+540
* Add support for fork() in libpsx.Andrew G. Morgan2020-02-172-209/+329