1. 84956fb Tidy up the comment related to the XATTR backup definitions. by Andrew G. Morgan · 4 years, 3 months ago
  2. f1c3ac9 libcap: Fix for older kernels by Prasanth R · 4 years, 3 months ago
  3. 7dfeba0 Fix declaration of mostly never compiled code. by Andrew G. Morgan · 4 years, 3 months ago
  4. 589f1f1 cap_get_proc.3: change "current process" to "calling process" by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  5. 84515c4 Improve synopsis formatting of getpcaps.8 man page. by Andrew G. Morgan · 4 years, 3 months ago
  6. 134a728 getpcaps.8: Note that pid==0 displays capabilities of getpcaps itself by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  7. d2501d9 cap_get_proc.3: for cap_get_pid(), pid==0 means "the calling process" by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  8. abf03e5 cap_get_proc.3: Typo fixes by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  9. 0fe06e7 Better protect some header #define's. by Andrew G. Morgan · 4 years, 4 months ago
  10. e4488ca Clean up an unused variable. by Andrew G. Morgan · 4 years, 4 months ago
  11. 7f51955 Up the release version to 2.36 by Andrew G. Morgan · 4 years, 4 months ago
  12. 6b39555 Linux 5.7 supports CAP_PERFMON by Andrew G. Morgan · 4 years, 4 months ago
  13. 4ad9da8 Update the CHANGELOG file to point to current locations. by Andrew G. Morgan · 4 years, 4 months ago
  14. 41f91e0 Up the release version to 2.35 by Andrew G. Morgan · 4 years, 4 months ago
  15. 56e62de More linter findings. by Andrew G. Morgan · 4 years, 4 months ago
  16. 9e9537a Lint style fixes for C and Go sources. by Andrew G. Morgan · 4 years, 4 months ago
  17. c232ad7 Work around a bug in glibc. by Andrew G. Morgan · 4 years, 4 months ago
  18. c221e58 Remove include dependency of libcap on libpsx. by Andrew G. Morgan · 4 years, 4 months ago
  19. d057eaf Markdown related fixes. by Andrew G. Morgan · 4 years, 4 months ago
  20. 2e0db2f Slight refactoring of _makenames.c. by Andrew G. Morgan · 4 years, 4 months ago
  21. 370c16a Avoid sys/capability.h on build architecture by Christian Kastner · 4 years, 4 months ago
  22. 4a3adbd Experimenting with markdown. by Andrew G. Morgan · 4 years, 4 months ago
  23. cfa63dc pam_cap: Honor PAM_REINITIALIZE_CRED by Christian Kastner · 4 years, 4 months ago
  24. 52fa6a9 Syntax fixes for man pages by Christian Kastner · 4 years, 4 months ago
  25. 74e621c Fix typos by Christian Kastner · 4 years, 4 months ago
  26. f88e342 Replace PerOSThreadSyscall*() with AllThreadsSyscall*(). by Andrew G. Morgan · 4 years, 5 months ago
  27. 1f7f77c Up the release version to 2.34 by Andrew G. Morgan · 4 years, 5 months ago
  28. 194816c Drop //go:nosplit use in cap package. by Andrew G. Morgan · 4 years, 5 months ago
  29. d10409d Avoid segfaulting when the kernel is ahead of libcap. by Andrew G. Morgan · 4 years, 5 months ago
  30. cbca9ab Support overriding the preferred shell for capsh. by Andrew G. Morgan · 4 years, 6 months ago
  31. ad120c1 add CROSS_COMPILE variable that switches all cross relevant tools at once by Rolf Eike Beer · 8 years ago
  32. 44a15c1 don't derive BUILD_CFLAGS from CFLAGS by Rolf Eike Beer · 8 years ago
  33. 6f8b120 fix typo in comment by Rolf Eike Beer · 8 years ago
  34. 48f44c6 define PKGCONFIGDIR in terms of LIBDIR by Rolf Eike Beer · 8 years ago
  35. 70a6be7 Make the _cap_names[] static. by Andrew G. Morgan · 4 years, 7 months ago
  36. 551bbc1 Replace pthread_yeild() with sched_yield(). by Andrew G. Morgan · 4 years, 7 months ago
  37. 5dcb05e Up the release version to 2.33 by Andrew G. Morgan · 4 years, 7 months ago
  38. efa5c22 Remove ` character from getcap output by retornam · 4 years, 7 months ago
  39. 536cdb9 pam_cap can now use generic parsing for a cap_iab_t. by Andrew G. Morgan · 4 years, 7 months ago
  40. 6120f3c code cleanup: no need to panic, log.Fatalf should work. by Andrew G. Morgan · 4 years, 7 months ago
  41. e20eb69 Implement cap.Launch() by Andrew G. Morgan · 4 years, 7 months ago
  42. ef48597 Implement cap_launch. by Andrew G. Morgan · 4 years, 7 months ago
  43. 1b14d64 IAB Go support. by Andrew G. Morgan · 4 years, 7 months ago
  44. 943b011 A convenient IAB abstraction for inherited capability vectors. by Andrew G. Morgan · 4 years, 7 months ago
  45. 51ed0ec Add support for fork() in libpsx. by Andrew G. Morgan · 4 years, 7 months ago
  46. 13227f9 Up the release number to 2.32. by Andrew G. Morgan · 4 years, 7 months ago
  47. c75e832 Better legacy support for fakeroot. by Andrew G. Morgan · 4 years, 7 months ago
  48. e7709bb More capsh testing features. by Andrew G. Morgan · 4 years, 8 months ago
  49. 588d043 Add testing features to capsh. by Andrew G. Morgan · 4 years, 8 months ago
  50. 696c62a psx_syscall.h support for C++ includes. by Andrew G. Morgan · 4 years, 8 months ago
  51. 74fa15f Use the lighter weight prctl for reading bounding set. by Andrew G. Morgan · 4 years, 8 months ago
  52. 5aa8f08 Up the release number to 2.31. by Andrew G. Morgan · 4 years, 8 months ago
  53. 12b567f Document the fact we have a bug tracker! by Andrew G. Morgan · 4 years, 9 months ago
  54. f9d1c5e Drop the hard requirement on libpsx. by Andrew G. Morgan · 4 years, 9 months ago
  55. d7dce56 Updated project details in README. by Andrew G. Morgan · 4 years, 9 months ago
  56. e665409 Update setpcap man page to include some optional arguments. by Andrew G. Morgan · 4 years, 9 months ago
  57. f832bd3 Import getpcaps man page from debian contribution. by Andrew G. Morgan · 4 years, 9 months ago
  58. 8a2ac84 Add a --help option to getpcaps. by Andrew G. Morgan · 4 years, 9 months ago
  59. a085eee Up the release number. by Andrew G. Morgan · 4 years, 9 months ago
  60. f1f62a7 Refactor the way we do the psx linkage in libcap. by Andrew G. Morgan · 4 years, 9 months ago
  61. 872d2ee Exploring compilation issues on 32-bit architectures. by Andrew G. Morgan · 4 years, 9 months ago
  62. 71496f3 Tidy up tree on clean and with .gitignore. by Andrew G. Morgan · 4 years, 9 months ago
  63. 64b3197 Use separate libpsx.pc file instead of libcap.pc (take two) by Lars Wendler · 4 years, 9 months ago
  64. a269c95 Remove installation targets from the libcap directory. by Andrew G. Morgan · 4 years, 9 months ago
  65. 116393b Up the release number. by Andrew G. Morgan · 4 years, 9 months ago
  66. 9dda007 Make cap_reset_ambient() look before acting. by Andrew G. Morgan · 4 years, 9 months ago
  67. 508d2f0 Found and fixed a deadlock in libcap/psx's use of libpsx. by Andrew G. Morgan · 4 years, 9 months ago
  68. d45a3d4 Ensure that gcc -std=c89 build works. by Andrew G. Morgan · 4 years, 9 months ago
  69. afef3ef Change the definition of 'all' to be all named capabilities. by Andrew G. Morgan · 4 years, 9 months ago
  70. 99c995b Add group, ambient and bound setting support to pam_cap. by Andrew G. Morgan · 4 years, 9 months ago
  71. 4e9991d A little more paranoia for the signal handling in psx_syscall. by Andrew G. Morgan · 4 years, 9 months ago
  72. 3165de9 More convenience functionality for libcap. by Andrew G. Morgan · 4 years, 9 months ago
  73. dada271 Break out test into two parts: test or sudotest. by Andrew G. Morgan · 4 years, 9 months ago
  74. 2b5f563 Restructure the make files into build vs. test by Andrew G. Morgan · 4 years, 9 months ago
  75. 2bd8e29 Realign around the evolving Go support for POSIX semantics syscalls. by Andrew G. Morgan · 4 years, 10 months ago
  76. 37b6468 Update go.patch and build for latest build. by Andrew G. Morgan · 4 years, 10 months ago
  77. e259969 This appears to be the real fix for my Go build. by Andrew G. Morgan · 4 years, 10 months ago
  78. 5fd5725 Make all go/ Makefile entries absolute. by Andrew G. Morgan · 4 years, 10 months ago
  79. 1a61e6f Extend installation to install the two Go packages. by Andrew G. Morgan · 4 years, 10 months ago
  80. b6b7c49 Up the release number. by Andrew G. Morgan · 4 years, 10 months ago
  81. c11d821 Minor test enhancement related to ambient caps by Andrew G. Morgan · 4 years, 10 months ago
  82. e305dd2 Add a failure test case to libcap/psx Go package. by Andrew G. Morgan · 4 years, 10 months ago
  83. b2b267e Add support to libcap for overriding system call functions. by Andrew G. Morgan · 4 years, 10 months ago
  84. e9f55d9 Implement a helper library for POSIX semantics syscalls. by Andrew G. Morgan · 4 years, 10 months ago
  85. f9e5c9e Add missing return value for thread function. by Andrew G. Morgan · 4 years, 10 months ago
  86. 2edf791 The Ambient prctl API requires syscall6 style arguments. by Andrew G. Morgan · 4 years, 10 months ago
  87. 80b3d5c Update go patch and location by Andrew G. Morgan · 4 years, 10 months ago
  88. 6b70ff3 Some code to add linux POSIX system call support to golang. by Andrew G. Morgan · 4 years, 10 months ago
  89. c7e4605 Some extra sanity to the golang cap package. by Andrew G. Morgan · 4 years, 10 months ago
  90. 281c43f Improved Go patch that now include cgo support. by Andrew G. Morgan · 4 years, 10 months ago
  91. bcba9b3 Fix comment in web.go (I've deleted the --debug argument) by Andrew G. Morgan · 4 years, 10 months ago
  92. a62163f libcap/Makefile: Handle old gperf versions by Chris Packham · 5 years ago
  93. 2d2b702 Implement a meaningful Go port of libcap by Andrew G. Morgan · 4 years, 10 months ago
  94. 1e4c28c Explore Go port of libcap with a simple web server. by Andrew G. Morgan · 5 years ago
  95. dea0e2b Clean up cap_to_text a but (less indenting) by Andrew G. Morgan · 5 years ago
  96. 0615d99 A Go (golang) implementation of libcap: import "libcap/cap". by Andrew G. Morgan · 5 years ago
  97. ac1ef31 some clean up by Andrew G. Morgan · 5 years ago
  98. 20c52b4 Fix undefined behavior by shifting integer (1u) instead of signed integer (1). by Andrew G. Morgan · 5 years ago
  99. 27c46f5 Up the release number. by Andrew G. Morgan · 5 years ago
  100. d7406ef Replace the remaining memcmp for strings with strncmp. by Andrew G. Morgan · 5 years ago