1. c75e832 Better legacy support for fakeroot. by Andrew G. Morgan · 4 years, 7 months ago
  2. e7709bb More capsh testing features. by Andrew G. Morgan · 4 years, 8 months ago
  3. 588d043 Add testing features to capsh. by Andrew G. Morgan · 4 years, 8 months ago
  4. 696c62a psx_syscall.h support for C++ includes. by Andrew G. Morgan · 4 years, 8 months ago
  5. 74fa15f Use the lighter weight prctl for reading bounding set. by Andrew G. Morgan · 4 years, 8 months ago
  6. 5aa8f08 Up the release number to 2.31. by Andrew G. Morgan · 4 years, 8 months ago
  7. 12b567f Document the fact we have a bug tracker! by Andrew G. Morgan · 4 years, 9 months ago
  8. f9d1c5e Drop the hard requirement on libpsx. by Andrew G. Morgan · 4 years, 9 months ago
  9. d7dce56 Updated project details in README. by Andrew G. Morgan · 4 years, 9 months ago
  10. e665409 Update setpcap man page to include some optional arguments. by Andrew G. Morgan · 4 years, 9 months ago
  11. f832bd3 Import getpcaps man page from debian contribution. by Andrew G. Morgan · 4 years, 9 months ago
  12. 8a2ac84 Add a --help option to getpcaps. by Andrew G. Morgan · 4 years, 9 months ago
  13. a085eee Up the release number. by Andrew G. Morgan · 4 years, 9 months ago
  14. f1f62a7 Refactor the way we do the psx linkage in libcap. by Andrew G. Morgan · 4 years, 9 months ago
  15. 872d2ee Exploring compilation issues on 32-bit architectures. by Andrew G. Morgan · 4 years, 9 months ago
  16. 71496f3 Tidy up tree on clean and with .gitignore. by Andrew G. Morgan · 4 years, 9 months ago
  17. 64b3197 Use separate libpsx.pc file instead of libcap.pc (take two) by Lars Wendler · 4 years, 9 months ago
  18. a269c95 Remove installation targets from the libcap directory. by Andrew G. Morgan · 4 years, 9 months ago
  19. 116393b Up the release number. by Andrew G. Morgan · 4 years, 9 months ago
  20. 9dda007 Make cap_reset_ambient() look before acting. by Andrew G. Morgan · 4 years, 9 months ago
  21. 508d2f0 Found and fixed a deadlock in libcap/psx's use of libpsx. by Andrew G. Morgan · 4 years, 9 months ago
  22. d45a3d4 Ensure that gcc -std=c89 build works. by Andrew G. Morgan · 4 years, 9 months ago
  23. afef3ef Change the definition of 'all' to be all named capabilities. by Andrew G. Morgan · 4 years, 9 months ago
  24. 99c995b Add group, ambient and bound setting support to pam_cap. by Andrew G. Morgan · 4 years, 9 months ago
  25. 4e9991d A little more paranoia for the signal handling in psx_syscall. by Andrew G. Morgan · 4 years, 9 months ago
  26. 3165de9 More convenience functionality for libcap. by Andrew G. Morgan · 4 years, 9 months ago
  27. dada271 Break out test into two parts: test or sudotest. by Andrew G. Morgan · 4 years, 9 months ago
  28. 2b5f563 Restructure the make files into build vs. test by Andrew G. Morgan · 4 years, 9 months ago
  29. 2bd8e29 Realign around the evolving Go support for POSIX semantics syscalls. by Andrew G. Morgan · 4 years, 10 months ago
  30. 37b6468 Update go.patch and build for latest build. by Andrew G. Morgan · 4 years, 10 months ago
  31. e259969 This appears to be the real fix for my Go build. by Andrew G. Morgan · 4 years, 10 months ago
  32. 5fd5725 Make all go/ Makefile entries absolute. by Andrew G. Morgan · 4 years, 10 months ago
  33. 1a61e6f Extend installation to install the two Go packages. by Andrew G. Morgan · 4 years, 10 months ago
  34. b6b7c49 Up the release number. by Andrew G. Morgan · 4 years, 10 months ago
  35. c11d821 Minor test enhancement related to ambient caps by Andrew G. Morgan · 4 years, 10 months ago
  36. e305dd2 Add a failure test case to libcap/psx Go package. by Andrew G. Morgan · 4 years, 10 months ago
  37. b2b267e Add support to libcap for overriding system call functions. by Andrew G. Morgan · 4 years, 10 months ago
  38. e9f55d9 Implement a helper library for POSIX semantics syscalls. by Andrew G. Morgan · 4 years, 10 months ago
  39. f9e5c9e Add missing return value for thread function. by Andrew G. Morgan · 4 years, 10 months ago
  40. 2edf791 The Ambient prctl API requires syscall6 style arguments. by Andrew G. Morgan · 4 years, 10 months ago
  41. 80b3d5c Update go patch and location by Andrew G. Morgan · 4 years, 10 months ago
  42. 6b70ff3 Some code to add linux POSIX system call support to golang. by Andrew G. Morgan · 4 years, 10 months ago
  43. c7e4605 Some extra sanity to the golang cap package. by Andrew G. Morgan · 4 years, 10 months ago
  44. 281c43f Improved Go patch that now include cgo support. by Andrew G. Morgan · 4 years, 10 months ago
  45. bcba9b3 Fix comment in web.go (I've deleted the --debug argument) by Andrew G. Morgan · 4 years, 10 months ago
  46. a62163f libcap/Makefile: Handle old gperf versions by Chris Packham · 5 years ago
  47. 2d2b702 Implement a meaningful Go port of libcap by Andrew G. Morgan · 4 years, 10 months ago
  48. 1e4c28c Explore Go port of libcap with a simple web server. by Andrew G. Morgan · 5 years ago
  49. dea0e2b Clean up cap_to_text a but (less indenting) by Andrew G. Morgan · 5 years ago
  50. 0615d99 A Go (golang) implementation of libcap: import "libcap/cap". by Andrew G. Morgan · 5 years ago
  51. ac1ef31 some clean up by Andrew G. Morgan · 5 years ago
  52. 20c52b4 Fix undefined behavior by shifting integer (1u) instead of signed integer (1). by Andrew G. Morgan · 5 years ago
  53. 27c46f5 Up the release number. by Andrew G. Morgan · 5 years ago
  54. d7406ef Replace the remaining memcmp for strings with strncmp. by Andrew G. Morgan · 5 years ago
  55. 5f01e2a Use strncmp to not read past argument lengths by Pauline Middelink · 5 years ago
  56. a027793 Fix number of characters in --drop check. by Pauline Middelink · 5 years ago
  57. ac904b0 pull request -- libcap -- bugfix by Alexander Strelets · 6 years ago
  58. 658325c Up the minor release number. by Andrew G. Morgan · 6 years ago
  59. 83dc034 Tidy up the tarball and release make rules. by Andrew G. Morgan · 6 years ago
  60. 18d9619 Ambient test cases - file capabilities trump ambient sets. by Andrew G. Morgan · 6 years ago
  61. 6fc6dc7 Man page changes for [gs]etcap and cap_[gs]et_nsowner(). by Andrew G. Morgan · 6 years ago
  62. 5295c7d Add support for a -n argument to getcap and setcap. by Andrew G. Morgan · 6 years ago
  63. d7402a0 Add get/set support for namespace, uid(root)!=0, file caps. by Andrew G. Morgan · 6 years ago
  64. 2e93c23 use correct libdir when creating libcap.pc by Rolf Eike Beer · 7 years ago
  65. d5af81b getpcaps: fix typo proccess->process by Giuseppe Scrivano · 7 years ago
  66. b0c5c18 capability: add cap_set_nsowner() by Christian Brauner · 6 years ago
  67. 78cae19 capability: add cap_get_nsowner() by Christian Brauner · 6 years ago
  68. 474d843 cap_file: add new rootid argument by Christian Brauner · 6 years ago
  69. 4364801 Fix up gperf variant of the compilation. by Andrew G. Morgan · 6 years ago
  70. 892b7c2 cap_text.c: fix 'asprintf' inplicit declaration by Sergei Trofimovich · 7 years ago
  71. 190d5a8 Tidy up working tree from git's perspective. by Andrew G. Morgan · 6 years ago
  72. 40ec3cd Fix problem with setcap.8: by Andrew G. Morgan · 6 years ago
  73. be92eaa Use calloc instead of malloc for initialization purposes. by Andrew G. Morgan · 6 years ago
  74. 8030da1 Add a convenient make top level 'test' target by Andrew G. Morgan · 6 years ago
  75. 8dfead7 Update kernel path for usb messages relevant capability by Andrew G. Morgan · 6 years ago
  76. 7cd35db Add v3 (NS aware VFS) capabilitie defs to header. by Andrew G. Morgan · 6 years ago
  77. 8c67abc Clean up ambient support and add a smoke test for them. by Andrew G. Morgan · 9 years ago
  78. 0f0eca4 Add initial support for the ambient set. by Andrew G. Morgan · 9 years ago
  79. dce069b Add something to run libcap's quicktest tests against development kernel. by Andrew G. Morgan · 9 years ago
  80. 1f52c8a Fix tyop in a comment. by Andrew G Morgan · 9 years ago
  81. a0b240a Up the minor release number. by Andrew G Morgan · 9 years ago
  82. 9c3d89f Update to Linus' kernel tree uapi headers. by Andrew G. Morgan · 9 years ago
  83. b245719 Delete unused #define (magit numbers from <linux/xattr.h>) by Andrew G. Morgan · 9 years ago
  84. 1bebacb setcap: fix errno display by Andrew G. Morgan · 9 years ago
  85. ebcbf9f ignore the place I stage user contributed patches for import. by Andrew G. Morgan · 9 years ago
  86. 22579a7 Sigh. Compiling capsh statically and we get no getpw*() functions. by Andrew G. Morgan · 9 years ago
  87. 85f38a5 Drop use of libattr for our trivial use case of kernel API. by Andrew G. Morgan · 9 years ago
  88. 0ee9421 don't include FAKEROOT in Makefile variables by Benedikt Morbach · 10 years ago
  89. aefbe6a Fix typo in man page by Omair Majid · 10 years ago
  90. 3c22870 Make.Rules: add gperf detection and fix INDENT test by Matthieu Crapet · 10 years ago
  91. 84fb600 Change the location we include linux/xattr.h by Andrew G Morgan · 11 years ago
  92. cc2441e Updated release to 2.24 by Andrew G Morgan · 11 years ago
  93. 641c91e libcap: fix dead/empty urls. by Xose Vazquez Perez · 11 years ago
  94. d1f32b2 Fix libcap build issue - remove spurious /uapi by Andrew G Morgan · 11 years ago
  95. c329066 Fix up the uapi/linux include scheme. by Andrew G Morgan · 11 years ago
  96. 762008b Upload to kernel.org is of the tar file with accompanying signature. by Andrew G Morgan · 11 years ago
  97. 3a788dd Adjustments to point to kernel.org locations. by Andrew G Morgan · 11 years ago
  98. 8e9c717 Explore using this key to upload to kernel.org by Andrew G Morgan · 11 years ago
  99. 614111b Prepare for a release tag. by Andrew G Morgan · 11 years ago
  100. 12ea42e Stop using ping to test privilege use. by Andrew G Morgan · 11 years ago