summaryrefslogtreecommitdiff
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
...
* A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan2020-02-232-0/+26
* More capsh testing features.Andrew G. Morgan2020-01-271-3/+34
* Add testing features to capsh.Andrew G. Morgan2020-01-201-2/+51
* Add a --help option to getpcaps.Andrew G. Morgan2020-01-041-5/+26
* Refactor the way we do the psx linkage in libcap.Andrew G. Morgan2020-01-031-0/+7
* Ensure that gcc -std=c89 build works.Andrew G. Morgan2019-12-231-0/+2
* More convenience functionality for libcap.Andrew G. Morgan2019-12-152-30/+102
* Break out test into two parts: test or sudotest.Andrew G. Morgan2019-12-151-0/+2
* Restructure the make files into build vs. testAndrew G. Morgan2019-12-131-1/+9
* Minor test enhancement related to ambient capsAndrew G. Morgan2019-12-072-2/+2
* Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan2019-12-051-2/+1
* A Go (golang) implementation of libcap: import "libcap/cap".Andrew G. Morgan2019-05-193-6/+20
* some clean upAndrew G. Morgan2019-04-211-1/+1
* Use strncmp to not read past argument lengthsPauline Middelink2019-04-131-17/+17
* Fix number of characters in --drop check.Pauline Middelink2019-04-131-1/+1
* Ambient test cases - file capabilities trump ambient sets.Andrew G. Morgan2018-09-111-2/+11
* Add support for a -n argument to getcap and setcap.Andrew G. Morgan2018-09-113-14/+72
* getpcaps: fix typo proccess->processGiuseppe Scrivano2018-09-101-1/+1
* Clean up ambient support and add a smoke test for them.Andrew G. Morgan2016-02-072-80/+227
* Add initial support for the ambient set.Andrew G. Morgan2016-02-061-75/+99
* Add something to run libcap's quicktest tests against development kernel.Andrew G. Morgan2016-02-061-1/+2
* setcap: fix errno displayAndrew G. Morgan2016-01-301-1/+2
* Sigh. Compiling capsh statically and we get no getpw*() functions.Andrew G. Morgan2016-01-301-6/+10
* Drop use of libattr for our trivial use case of kernel API.Andrew G. Morgan2016-01-301-4/+1
* don't include FAKEROOT in Makefile variablesBenedikt Morbach2014-05-311-3/+3
* Stop using ping to test privilege use.Andrew G Morgan2013-12-241-18/+26
* setcap: comment to help the user figure out why setcap is failing.Andrew G. Morgan2011-07-301-2/+25
* Fix a compiler warning(error) for format mismatch.Andrew G. Morgan2011-07-301-1/+2
* Change directory to "/" after --chroot operation.Andrew G. Morgan2011-07-242-1/+13
* Add some bounding set capability support to libcap.Andrew G. Morgan2011-04-251-8/+28
* Default to installing setcap with an inheritable capability.Andrew G. Morgan2010-08-083-2/+9
* fix MakefilesTorsten Werner2010-08-081-2/+2
* Clean up of prctl code.Andrew G. Morgan2010-01-112-10/+4
* Add a test for maximal lock-down.Andrew G. Morgan2010-01-032-29/+70
* Oops. Don't reuse index for loop.Andrew G. Morgan2009-12-251-3/+3
* New features (setting user and groups)Andrew G. Morgan2009-11-231-3/+48
* Checkpoint.Andrew G. Morgan2009-11-221-2/+67
* Fix test to actually test setuid-0 scripts don't get capabilities.Andrew G. Morgan2009-08-261-1/+5
* Fix recent compilation issue - by reordering #includes.Andrew G. Morgan2009-08-261-1/+1
* Fix getcap utility in recursive modelibcap-2.15Lukas Kuklinek2008-11-201-40/+29
* Makefile tweaks mostlyAndrew G. Morgan2008-11-102-2/+26
* No longer need verify-caps since setcap -v performs this operation.Andrew G. Morgan2008-10-242-77/+2
* Documentation for setcap reconciled with application.Andrew G. Morgan2008-10-241-1/+1
* Record the fact that setcap has raised CAP_SETFCAP.Andrew G. Morgan2008-10-241-0/+1
* Add a -v (verify) mode to setcapAndrew G. Morgan2008-10-231-27/+66
* A handy --decode=0xYYYYY flag for capsh.Andrew G. Morgan2008-10-231-0/+25
* Make programs dynamically linked.Andrew G. Morgan2008-10-191-0/+2
* Add an example program to verify that a file has specific capabilities.Andrew G. Morgan2008-10-193-3/+80
* Fix cap_copy_int(), add two functions cap_get_pid() and cap_compare()Andrew G. Morgan2008-07-081-16/+8
* Some makefile cleanups.Andrew G. Morgan2008-06-021-1/+4