aboutsummaryrefslogtreecommitdiff
path: root/libcap
AgeCommit message (Expand)Author
2016-11-02Update our copy of libcap.Jorge Lucangeli Obes
2016-01-31Fix tyop in a comment.Andrew G Morgan
2016-01-30Update to Linus' kernel tree uapi headers.Andrew G. Morgan
2016-01-30Delete unused #define (magit numbers from <linux/xattr.h>)Andrew G. Morgan
2016-01-30Drop use of libattr for our trivial use case of kernel API.Andrew G. Morgan
2015-09-03Build libcap for Android.Jorge Lucangeli Obes
2015-09-03don't include FAKEROOT in Makefile variablesBenedikt Morbach
2015-09-03Make.Rules: add gperf detection and fix INDENT testMatthieu Crapet
2015-09-03Change the location we include linux/xattr.hAndrew G Morgan
2015-09-03libcap: fix dead/empty urls.Xose Vazquez Perez
2015-09-03Fix libcap build issue - remove spurious /uapiAndrew G Morgan
2015-09-03Fix up the uapi/linux include scheme.Andrew G Morgan
2015-09-03Clean up some signed vs. unsigned comparisons in libcap.Andrew G Morgan
2015-09-03Add a .pc file to the library.Andrew G Morgan
2015-09-03Get the library to compile again.Andrew G Morgan
2015-09-03Change directory to "/" after --chroot operation.Andrew G. Morgan
2015-09-03Add some bounding set capability support to libcap.Andrew G. Morgan
2015-09-03libcap: introduce CAP_SYSLOGSergey Senozhatsky
2015-09-03fix MakefilesTorsten Werner
2015-09-03Clean up of prctl code.Andrew G. Morgan
2015-09-03define sys/securebits.hSerge E. Hallyn
2015-09-03Update to latest kernel header 2.6.33.Andrew G. Morgan
2015-09-03Update kernel header to more recent version.Andrew G. Morgan
2015-09-03Stop using sed for parsing capability.h.Andrew G. Morgan
2015-09-03Makefile tweaks mostlyAndrew G. Morgan
2015-09-03Another corner case not gracefully handled by cap_to_text.Andrew G. Morgan
2015-09-03Make rules were not complete for compiling on unprepared systems.Andrew G. Morgan
2015-09-03Remove support for kernel feature never implemented.Andrew G. Morgan
2015-09-03Restore correct source location for <sys/capability.h>Andrew G. Morgan
2015-09-03Up to date with Linus' tree.Andrew G. Morgan
2015-09-03Fix cap_copy_int(), add two functions cap_get_pid() and cap_compare()Andrew G. Morgan
2015-09-03Fix for Debian bugs 400591 & 487223: cap_copy_ext()Andrew G. Morgan
2015-09-03Make text representation more readable.Andrew G. Morgan
2015-09-03Leverage a different, more standard, location for xattr.h .Andrew G. Morgan
2015-09-03Some makefile cleanups.Andrew G. Morgan
2015-09-03Make fixes.Hao Xu
2015-09-03We're moving on to v3 capabilities, to overcome a header file snafu.Andrew G. Morgan
2015-09-03Drop dependency on current value of _LINUX_CAPABILITY_VERSIONAndrew G. Morgan
2015-09-03Clean up in preparation for next release.Andrew G. Morgan
2015-09-03Revised numbers for the SECUREBITS prctl()sAndrew G. Morgan
2015-09-03Add cap_clear_flag() function to clear one of the EIP capability flag vectorsAndrew G. Morgan
2015-09-03Address a bug manipulating 32-bit text representations of capabilities.Andrew G. Morgan
2015-09-03Revert "Add CAP_NS_OVERRIDE (34)."Andrew G. Morgan
2015-09-03Add support for Kohei KaiGai's /sys/kernel/capability/ files.Andrew G. Morgan
2015-09-03Fix libcap to build while using more than one make jobChristian Wiese
2015-09-03Do not hard code toolchain binariesMike Frysinger
2015-09-03Do not run ldconfig for FAKEROOT installsMike Frysinger
2015-09-03Add .gitignore filesMike Frysinger
2015-09-03Add CAP_NS_OVERRIDE (34).Serge E. Hallyn
2015-09-03This is release 2.06.Andrew G. Morgan