aboutsummaryrefslogtreecommitdiff
path: root/progs/capsh.c
AgeCommit message (Expand)Author
2022-04-30Prevent 'capsh --user=xxx --' from generating a bash error.Andrew G. Morgan
2021-11-06capsh: better error handling for integer parsing.Andrew G. Morgan
2021-10-22Add --quiet and cap_launch() support to capsh.Andrew G. Morgan
2021-09-29Fix miscellaneous build and lint warnings.Andrew G. Morgan
2021-09-14Fix typo in capsh.Andrew G. Morgan
2021-09-07Implement --strict capsh argument.Andrew G. Morgan
2021-09-05Add --mode query support to capshAndrew G. Morgan
2021-08-28Make sudotest more robust against untestable environmentsAndrew G. Morgan
2021-08-27More fixes for static analysis issues.Andrew G. Morgan
2021-08-26Fix some static analysis results.Andrew G. Morgan
2021-07-02When --suggest'ing also compare against capability namesAndrew G. Morgan
2021-07-02Provide a '--current' command line argument for capsh.Andrew G. Morgan
2021-05-16Add support for --suggest=phrase to capsh.Andrew G. Morgan
2021-04-22Fruit of more static analysis resultsAndrew G. Morgan
2021-04-21Bug fixes identified by static code analysis.Andrew G. Morgan
2021-03-27Add --explain=cap_foo support to capsh.Andrew G. Morgan
2021-02-14Trying to stop the DOS attack on me from lawyers.Andrew G. Morgan
2020-12-26Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan
2020-12-26People keep emailing me about the license for libcap.Andrew G. Morgan
2020-12-23checkpointAndrew G. Morgan
2020-10-28Guarantee sufficient memory for scratch pathnameAndrew G. Morgan
2020-10-27If needed search PATH for capsh (==) self-execution.Andrew G. Morgan
2020-07-16capsh.c: Spelling fixes in usage() messageMichael Kerrisk (man-pages)
2020-06-04Better protect some header #define's.Andrew G. Morgan
2020-05-12Fix typosChristian Kastner
2020-04-05Support overriding the preferred shell for capsh.Andrew G. Morgan
2020-02-23A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan
2020-01-27More capsh testing features.Andrew G. Morgan
2020-01-20Add testing features to capsh.Andrew G. Morgan
2020-01-03Refactor the way we do the psx linkage in libcap.Andrew G. Morgan
2019-12-23Ensure that gcc -std=c89 build works.Andrew G. Morgan
2019-12-15More convenience functionality for libcap.Andrew G. Morgan
2019-12-07Minor test enhancement related to ambient capsAndrew G. Morgan
2019-04-13Use strncmp to not read past argument lengthsPauline Middelink
2019-04-13Fix number of characters in --drop check.Pauline Middelink
2016-02-07Clean up ambient support and add a smoke test for them.Andrew G. Morgan
2016-02-06Add initial support for the ambient set.Andrew G. Morgan
2011-07-30Fix a compiler warning(error) for format mismatch.Andrew G. Morgan
2011-07-24Change directory to "/" after --chroot operation.Andrew G. Morgan
2011-04-25Add some bounding set capability support to libcap.Andrew G. Morgan
2010-08-08Default to installing setcap with an inheritable capability.Andrew G. Morgan
2010-01-11Clean up of prctl code.Andrew G. Morgan
2010-01-03Add a test for maximal lock-down.Andrew G. Morgan
2009-12-25Oops. Don't reuse index for loop.Andrew G. Morgan
2009-11-23New features (setting user and groups)Andrew G. Morgan
2009-11-22Checkpoint.Andrew G. Morgan
2009-08-26Fix recent compilation issue - by reordering #includes.Andrew G. Morgan
2008-10-23A handy --decode=0xYYYYY flag for capsh.Andrew G. Morgan
2008-04-27Revised numbers for the SECUREBITS prctl()sAndrew G. Morgan
2008-03-29Add cap_clear_flag() function to clear one of the EIP capability flag vectorsAndrew G. Morgan