1. 34e4e00 capsh.c: Spelling fixes in usage() message by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  2. 0fe06e7 Better protect some header #define's. by Andrew G. Morgan · 4 years, 6 months ago
  3. c232ad7 Work around a bug in glibc. by Andrew G. Morgan · 4 years, 6 months ago
  4. 74e621c Fix typos by Christian Kastner · 4 years, 6 months ago
  5. cbca9ab Support overriding the preferred shell for capsh. by Andrew G. Morgan · 4 years, 8 months ago
  6. efa5c22 Remove ` character from getcap output by retornam · 4 years, 9 months ago
  7. 943b011 A convenient IAB abstraction for inherited capability vectors. by Andrew G. Morgan · 4 years, 9 months ago
  8. e7709bb More capsh testing features. by Andrew G. Morgan · 4 years, 10 months ago
  9. 588d043 Add testing features to capsh. by Andrew G. Morgan · 4 years, 10 months ago
  10. 8a2ac84 Add a --help option to getpcaps. by Andrew G. Morgan · 4 years, 11 months ago
  11. f1f62a7 Refactor the way we do the psx linkage in libcap. by Andrew G. Morgan · 4 years, 11 months ago
  12. d45a3d4 Ensure that gcc -std=c89 build works. by Andrew G. Morgan · 5 years ago
  13. 3165de9 More convenience functionality for libcap. by Andrew G. Morgan · 5 years ago
  14. dada271 Break out test into two parts: test or sudotest. by Andrew G. Morgan · 5 years ago
  15. 2b5f563 Restructure the make files into build vs. test by Andrew G. Morgan · 5 years ago
  16. c11d821 Minor test enhancement related to ambient caps by Andrew G. Morgan · 5 years ago
  17. e9f55d9 Implement a helper library for POSIX semantics syscalls. by Andrew G. Morgan · 5 years ago
  18. 0615d99 A Go (golang) implementation of libcap: import "libcap/cap". by Andrew G. Morgan · 6 years ago
  19. ac1ef31 some clean up by Andrew G. Morgan · 6 years ago
  20. 5f01e2a Use strncmp to not read past argument lengths by Pauline Middelink · 6 years ago
  21. a027793 Fix number of characters in --drop check. by Pauline Middelink · 6 years ago
  22. 18d9619 Ambient test cases - file capabilities trump ambient sets. by Andrew G. Morgan · 6 years ago
  23. 5295c7d Add support for a -n argument to getcap and setcap. by Andrew G. Morgan · 6 years ago
  24. d5af81b getpcaps: fix typo proccess->process by Giuseppe Scrivano · 7 years ago
  25. 8c67abc Clean up ambient support and add a smoke test for them. by Andrew G. Morgan · 9 years ago
  26. 0f0eca4 Add initial support for the ambient set. by Andrew G. Morgan · 9 years ago
  27. dce069b Add something to run libcap's quicktest tests against development kernel. by Andrew G. Morgan · 9 years ago
  28. 1bebacb setcap: fix errno display by Andrew G. Morgan · 9 years ago
  29. 22579a7 Sigh. Compiling capsh statically and we get no getpw*() functions. by Andrew G. Morgan · 9 years ago
  30. 85f38a5 Drop use of libattr for our trivial use case of kernel API. by Andrew G. Morgan · 9 years ago
  31. 0ee9421 don't include FAKEROOT in Makefile variables by Benedikt Morbach · 11 years ago
  32. 12ea42e Stop using ping to test privilege use. by Andrew G Morgan · 11 years ago
  33. 056ffb0 setcap: comment to help the user figure out why setcap is failing. by Andrew G. Morgan · 13 years ago
  34. 616a03d Fix a compiler warning(error) for format mismatch. by Andrew G. Morgan · 13 years ago
  35. af725c5 Change directory to "/" after --chroot operation. by Andrew G. Morgan · 13 years ago
  36. f4df8a4 Add some bounding set capability support to libcap. by Andrew G. Morgan · 14 years ago
  37. 85748f4 Default to installing setcap with an inheritable capability. by Andrew G. Morgan · 14 years ago
  38. 7ebd7c5 fix Makefiles by Torsten Werner · 15 years ago
  39. 8525eb6 Clean up of prctl code. by Andrew G. Morgan · 15 years ago
  40. 319cbc6 Add a test for maximal lock-down. by Andrew G. Morgan · 15 years ago
  41. 79f8dc9 Oops. Don't reuse index for loop. by Andrew G. Morgan · 15 years ago
  42. 9c49729 New features (setting user and groups) by Andrew G. Morgan · 15 years ago
  43. 7445469 Checkpoint. by Andrew G. Morgan · 15 years ago
  44. 5df3c2a Fix test to actually test setuid-0 scripts don't get capabilities. by Andrew G. Morgan · 15 years ago
  45. 88ee458 Fix recent compilation issue - by reordering #includes. by Andrew G. Morgan · 15 years ago
  46. a88ab3b Fix getcap utility in recursive mode by Lukas Kuklinek · 16 years ago
  47. 1b5fb7e Makefile tweaks mostly by Andrew G. Morgan · 16 years ago
  48. 434e7fc No longer need verify-caps since setcap -v performs this operation. by Andrew G. Morgan · 16 years ago
  49. 248361e Documentation for setcap reconciled with application. by Andrew G. Morgan · 16 years ago
  50. 21d9c18 Record the fact that setcap has raised CAP_SETFCAP. by Andrew G. Morgan · 16 years ago
  51. 9da338a Add a -v (verify) mode to setcap by Andrew G. Morgan · 16 years ago
  52. 9f2e7c5 A handy --decode=0xYYYYY flag for capsh. by Andrew G. Morgan · 16 years ago
  53. 0a42b49 Make programs dynamically linked. by Andrew G. Morgan · 16 years ago
  54. 100d8e3 Add an example program to verify that a file has specific capabilities. by Andrew G. Morgan · 16 years ago
  55. f6c0eee Fix cap_copy_int(), add two functions cap_get_pid() and cap_compare() by Andrew G. Morgan · 16 years ago
  56. 953e7f1 Some makefile cleanups. by Andrew G. Morgan · 16 years ago
  57. a0349b0 Revised numbers for the SECUREBITS prctl()s by Andrew G. Morgan · 17 years ago
  58. cd5e811 Add cap_clear_flag() function to clear one of the EIP capability flag vectors by Andrew G. Morgan · 17 years ago
  59. a0b745a Added missing rm -f ./ping to quicktest.sh (for early exit) by Chris Friedhoff · 17 years ago
  60. c1e5b4f Clean up more things in progs (side effects of failing quicktest.sh) by Andrew G. Morgan · 17 years ago
  61. 6410f78 Add a test for all= capability setting etc, support. by Andrew G. Morgan · 17 years ago
  62. f8e4eeb Rearranged order to support bailing early if no securebits support available by Andrew G. Morgan · 17 years ago
  63. b1759d8 Extend capsh with --caps= --killit= --forkfor= and == support by Andrew G. Morgan · 17 years ago
  64. 8380c13 Add .gitignore files by Mike Frysinger · 17 years ago
  65. 023be07 do not use the '-s' flag with `install` by Mike Frysinger · 17 years ago
  66. e57378c We don't need to export _cap_names[] any more. by Andrew G. Morgan · 17 years ago
  67. d3ea8da Support for prctl based securebits. by Andrew G. Morgan · 17 years ago
  68. 97d49fd Fix malloc(size) but in capsh and numeric capabilities (for unnamed bits) by Andrew G. Morgan · 17 years ago
  69. 4a1c63e Introduce a capability shell wrapper; capsh. by Andrew G. Morgan · 17 years ago
  70. df44db7 Filesystem capabilities are only meaningful on regular files. by Andrew G. Morgan · 17 years ago
  71. 7fc5f38 The following patch to libcap enables to display file capabilities by KaiGai Kohei · 17 years ago
  72. ea4e5f8 Add support for 64-bit (file) capabilities by Andrew Morgan · 17 years ago
  73. cd45c57 Build with a pam_cap module. by Andrew Morgan · 17 years ago
  74. 54f055e Revived old setcap/getcap manual pages and added support for removing file caps by Andrew Morgan · 17 years ago
  75. 4ede698 Cleanup output; and permit setcap e value to be superset of ip. by Andrew Morgan · 17 years ago
  76. e6033df Add tentitive support for filesystem capabilities with 2.6.23-mm kernels by Andrew Morgan · 17 years ago
  77. 370a70f Support for static library creation (libcap.a) + misc by Andrew Morgan · 17 years ago
  78. 5216fff Prepare for 1.95 release. by Andrew Morgan · 17 years ago
  79. f2e0a44 This is libcap-1.10 by Andrew Morgan · 17 years ago
  80. db06d79 This is libcap-1.01 by Andrew Morgan · 17 years ago
  81. 2c9c053 This is the source for libcap-1.0.tar.gz by Andrew Morgan · 17 years ago