aboutsummaryrefslogtreecommitdiff
path: root/libcap
AgeCommit message (Expand)Author
2023-05-14Up the release version to 2.69Andrew G. Morgan
2023-05-09Large strings can confuse libcap's internal strdup code.Andrew G. Morgan
2023-03-25Up the release version to 2.68Andrew G. Morgan
2023-02-08Be more strict about what symbols are externally visible.Andrew 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-09-24Up the release version to 2.66Andrew G. Morgan
2022-07-22Some more simplifications for buildingAndrew G. Morgan
2022-07-17Up the release version to 2.65Andrew G. Morgan
2022-04-10Up the release version to 2.64Andrew G. Morgan
2022-04-10Include LIBCAP_{MAJOR,MINOR} #define's in sys/capability.hAndrew G. Morgan
2022-03-29Fix prctl return code/errno handling in libcap.Andrew G. Morgan
2022-01-23Trim includes.Andrew G. Morgan
2022-01-19Reset the value of errno for main()Andrew G. Morgan
2021-12-04Drop perl from the build requirements.Andrew G. Morgan
2021-11-28Fix `-Wformat` on 32-bit platformsDavid Seifert
2021-11-21Recognize default secbits of 0 as "HYBRID" mode.Andrew G. Morgan
2021-11-20Clean up libpsx.so execable mode.Andrew G. Morgan
2021-11-20Add some more info to the libcap.so as an executable.Andrew G. Morgan
2021-11-14Force libcap.so to initialize itself when run directly.Andrew G. Morgan
2021-11-14Work around musl not hard-coding the ABI for Linux x86_64.Andrew G. Morgan
2021-11-13Work around a __i386__ compilation issue for runnable .so files.Andrew G. Morgan
2021-10-22Make cap_launcher_t operations atomic.Andrew G. Morgan
2021-10-22Add a cap_iab_dup() function and make IAB access atomic.Andrew G. Morgan
2021-10-22Make cap_t operations thread safe.Andrew G. Morgan
2021-10-01Implement cap_fill_flag() and cap.FillFlag() APIs.Andrew G. Morgan
2021-10-01Lower the start up memory allocation overhead.Andrew G. Morgan
2021-09-29Fix miscellaneous build and lint warnings.Andrew G. Morgan
2021-09-24Recognize that NULL is an invalid cap_t and cap_iab_t.Andrew G. Morgan
2021-09-12Free _cap_proc_dir on exit.Andrew G. Morgan
2021-09-05Fixed parallel make issuesAndrew G. Morgan
2021-09-04Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan
2021-09-01Canonicalize build systemDavid Seifert
2021-08-30Be more consistent with make variables.Andrew G. Morgan
2021-08-28Make sudotest more robust against untestable environmentsAndrew G. Morgan
2021-08-28Avoid the build server failure.Andrew G. Morgan
2021-08-27Still unclear where cap_test is crashing.Andrew G. Morgan
2021-08-27Speculative fix for build failure.Andrew G. Morgan
2021-08-27Implement libcap:cap_proc_root() function.Andrew G. Morgan
2021-08-27More fixes for static analysis issues.Andrew G. Morgan
2021-08-26Eliminate an alignment issue found by clang.Andrew G. Morgan
2021-08-26Fix some static analysis results.Andrew G. Morgan
2021-08-23libcap/Makefile: don't overwrite 'empty' when generating loader.txtArnout Vandecappelle (Essensium/Mind)
2021-08-22Add cap_iab_{compare,get_pid} functions to libcap; --iab to getpcaps.Andrew G. Morgan
2021-08-22Fix error code handling for failed cap_reset_ambient()Andrew G. Morgan
2021-08-21Handle libcap allocation failures more explicitly and fix a memory leak.Andrew G. Morgan
2021-08-21Check return values of allocating functionsSamanta Navarro
2021-08-21Fix endless loop with very long stringsSamanta Navarro
2021-08-19Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan
2021-08-19Make lib*.so files executable.Andrew G. Morgan