aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-04libcap: generate cap_names.h at build time.Elliott Hughes
2020-05-11Merge "Set min_sdk_version to be part of mainline modules"Treehugger Robot
2020-04-24Add license type: BSD+Apache2 are NOTICE licensesBob Badour
2020-04-16Set min_sdk_version to be part of mainline modulesJooyung Han
2020-04-14Merge "Set apex_available property"Treehugger Robot
2020-04-10Upgrade libcap to 2.33Haibo Huang
2020-04-08Set apex_available propertyJiyong Park
2020-03-01Up the release version to 2.33Andrew G. Morgan
2020-02-25Remove ` character from getcap outputretornam
2020-02-23pam_cap can now use generic parsing for a cap_iab_t.Andrew G. Morgan
2020-02-23code cleanup: no need to panic, log.Fatalf should work.Andrew G. Morgan
2020-02-23Implement cap.Launch()Andrew G. Morgan
2020-02-23Implement cap_launch.Andrew G. Morgan
2020-02-23IAB Go support.Andrew G. Morgan
2020-02-23A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan
2020-02-17Add support for fork() in libpsx.Andrew G. Morgan
2020-02-15Up the release number to 2.32.Andrew G. Morgan
2020-02-15Better legacy support for fakeroot.Andrew G. Morgan
2020-01-27More capsh testing features.Andrew G. Morgan
2020-01-20Add testing features to capsh.Andrew G. Morgan
2020-01-19psx_syscall.h support for C++ includes.Andrew G. Morgan
2020-01-19Use the lighter weight prctl for reading bounding set.Andrew G. Morgan
2020-01-13Up the release number to 2.31.Andrew G. Morgan
2020-01-07Document the fact we have a bug tracker!Andrew G. Morgan
2020-01-07Drop the hard requirement on libpsx.Andrew G. Morgan
2020-01-05Updated project details in README.Andrew G. Morgan
2020-01-04Update setpcap man page to include some optional arguments.Andrew G. Morgan
2020-01-04Import getpcaps man page from debian contribution.Andrew G. Morgan
2020-01-04Add a --help option to getpcaps.Andrew G. Morgan
2020-01-04Up the release number.Andrew G. Morgan
2020-01-03Refactor the way we do the psx linkage in libcap.Andrew G. Morgan
2019-12-29Exploring compilation issues on 32-bit architectures.Andrew G. Morgan
2019-12-29Tidy up tree on clean and with .gitignore.Andrew G. Morgan
2019-12-29Use separate libpsx.pc file instead of libcap.pc (take two)Lars Wendler
2019-12-28Remove installation targets from the libcap directory.Andrew G. Morgan
2019-12-25Up the release number.Andrew G. Morgan
2019-12-25Make cap_reset_ambient() look before acting.Andrew G. Morgan
2019-12-24Found and fixed a deadlock in libcap/psx's use of libpsx.Andrew G. Morgan
2019-12-23Ensure that gcc -std=c89 build works.Andrew G. Morgan
2019-12-22Change the definition of 'all' to be all named capabilities.Andrew G. Morgan
2019-12-22Add group, ambient and bound setting support to pam_cap.Andrew G. Morgan
2019-12-15A little more paranoia for the signal handling in psx_syscall.Andrew G. Morgan
2019-12-15More convenience functionality for libcap.Andrew G. Morgan
2019-12-15Break out test into two parts: test or sudotest.Andrew G. Morgan
2019-12-13Restructure the make files into build vs. testAndrew G. Morgan
2019-12-10Realign around the evolving Go support for POSIX semantics syscalls.Andrew G. Morgan
2019-12-09Update go.patch and build for latest build.Andrew G. Morgan
2019-12-09This appears to be the real fix for my Go build.Andrew G. Morgan
2019-12-09Make all go/ Makefile entries absolute.Andrew G. Morgan
2019-12-07Extend installation to install the two Go packages.Andrew G. Morgan