1. 8cc79bc libselinux: man: Fix program synopsis and function prototypes in man pages by Guillem Jover · 12 years ago
  2. 7504bbd libselinux: audit2why: Cleanup audit2why analysys function by Dan Walsh · 12 years ago
  3. 13b599d libselinux: mode_to_security_class: interface to translate a mode_t in to a security class by rhatdan · 12 years ago
  4. d09bcb7 libselinux: audit2why: do not leak on multiple init() calls by Eric Paris · 12 years ago
  5. 019e6fd libselinux: audit2why: Fix segfault if finish() called twice by rhatdan · 12 years ago
  6. 2677b72 libselinux: man: make selinux.8 mention service man pages by rhatdan · 12 years ago
  7. 44cba24 libselinux: sefcontontext_compile: Add error handling to help debug problems in libsemanage. by rhatdan · 12 years ago
  8. a293048 libselinux: do not leak mmapfd by Eric Paris · 12 years ago
  9. 9ebd779 libselinux: label_file: use precompiled filecontext when possible by Eric Paris · 12 years ago
  10. dac8b32 libselinux: utils: new file context regex compiler by Eric Paris · 12 years ago
  11. 933840a libselinux: audit2why: make sure path is nul terminated by Eric Paris · 12 years ago
  12. 8638197 Version bumps for upstream push by Eric Paris · 12 years ago
  13. 45658fc libselinux: improve the file_contexts.5 manual page by Guido Trentalancia · 12 years ago
  14. 1c8a7c1 libselinux: Ensure that we only close the selinux netlink socket once. by Dan Walsh · 12 years ago
  15. 4d04f4c libselinux: label_file: only run array once when sorting by Eric Paris · 12 years ago
  16. 36ab97d libselinux: label_file: struct reorg by Eric Paris · 12 years ago
  17. de5bc06 libselinux: label_file: break up find_stem_from_spec by Eric Paris · 12 years ago
  18. 16b5788 libselinux: label_file: new process_file function by Eric Paris · 12 years ago
  19. 79b6a8d libselinux: label_file: only run regex files one time by Eric Paris · 12 years ago
  20. ee88185 libselinux: label_file: add accessors for the pcre extra data by Eric Paris · 12 years ago
  21. 2477590 libselinux: label_file: move regex sorting to the header by Eric Paris · 12 years ago
  22. dd61029 libselinux: label_file: fix potential read past buffer in spec_hasMetaChars by Eric Paris · 12 years ago
  23. 48682e2 libselinux: label_file: move spec_hasMetaChars to header by Eric Paris · 12 years ago
  24. fcc8956 libselinux: label_file: drop useless ncomp field from label_file data by Eric Paris · 12 years ago
  25. 9937685 libselinux: label_file: move stem/spec handling to header by Eric Paris · 12 years ago
  26. b948294 libselinux: label_file: move error reporting back into caller by Eric Paris · 12 years ago
  27. f744f23 libselinux: label_file: do string to mode_t conversion in a helper function by Eric Paris · 12 years ago
  28. c27101a libselinux: label_file: move definitions to include file by Eric Paris · 12 years ago
  29. dc1db39 libselinux: label_file: remove all typedefs by Eric Paris · 12 years ago
  30. 091eb52 libselinux: label_file: use PCRE instead of glibc regex functions by Eric Paris · 12 years ago
  31. ac5f564 libselinux: stop messages when SELinux disabled by Eric Paris · 12 years ago
  32. b2d86f8 libselinux: booleans: initialize pointer to silence coveriety by Eric Paris · 12 years ago
  33. bd8ea2e libselinux: seusers: Check for strchr failure by Dan Walsh · 12 years ago
  34. fa7a9a6 libselinux: utils: avcstat: clear sa_mask set by Dan Walsh · 12 years ago
  35. 1db0164 libselinux: matchpathcon: add -m option to force file type check by Eric Paris · 12 years ago
  36. ee69016 libselinux: expose selinux_boolean_sub by Dan Walsh · 12 years ago
  37. 179ee6c libselinux: Add man page for new selinux_boolean_sub function. by Dan Walsh · 12 years ago
  38. bac96c8 libselinux: getsebool: support boolean name substitution by Dan Walsh · 12 years ago
  39. 88c3524 libselinux: boolean name equivalency by Eric Paris · 12 years ago
  40. 1024ea3 libselinux: libsemanage: remove PYTHONLIBDIR and ruby equivalent by Eric Paris · 12 years ago
  41. b2523dc libselinux: libsemanage: do not set soname needlessly by Eric Paris · 12 years ago
  42. 056f23c libselinux: utils: add service to getdefaultcon by Eric Paris · 12 years ago
  43. c802d4a libselinux: Add support for lxc_contexts_path by Dan Walsh · 12 years ago
  44. f05a71b Version bumps for upstream push by Eric Paris · 12 years ago
  45. 824df4b libselinux: additional makefile support for rubywrap by Eric Paris · 12 years ago
  46. 3090090 libselinux: label_android_property whitespace cleanups by Eric Paris · 12 years ago
  47. cfc492c libselinux: New Android property labeling backend by rpcraig · 12 years ago
  48. 5e3171f libselinux: seusers: getseuser: gracefully handle NULL service by Eric Paris · 12 years ago
  49. 5b344c1 libselinux: seusers: remove unused lineno by Eric Paris · 12 years ago
  50. 12e2a0f libselinux: matchpathcon: bad handling of symlinks in / by Eric Paris · 12 years ago
  51. 5d19b70 libselinux: libsemanage: remove build warning when build swig c files by Eric Paris · 12 years ago
  52. 9b3055a libselinux: audit2why: silence -Wmissing-prototypes warning by Eric Paris · 12 years ago
  53. 378dfe4 libselinux: avc_netlink_recieve handle EINTR by Dan Walsh · 13 years ago
  54. 2ca19f3 libselinux: asprintf return code must be checked by Dan Walsh · 12 years ago
  55. ac6ab3a libselinux: Fortify source now requires all code to be compiled with -O flag by Dan Walsh · 12 years ago
  56. 7a86fe1 bump version and changelog for upstream push by Eric Paris · 12 years ago
  57. a4f8410 libselinux: Hide unnecessarily-exported library destructors by Laurent Bigonville · 12 years ago
  58. f7a75f1 libselinux: Do not link against python library, this is considered bad practice in debian by Laurent Bigonville · 12 years ago
  59. 2b5a053 libselinux: security_compute_create_name(3) by Kohei KaiGai · 12 years ago
  60. c7d749e libselinux: take security_deny_unknown into account by Dan Walsh · 12 years ago
  61. ed5dc69 libselinux: assert if avc_init() not called by Dan Walsh · 12 years ago
  62. 5766295 libselinux: build with either ruby 1.9 or ruby 1.8 by Dan Walsh · 12 years ago
  63. dc21b09 libselinux: pkg-config to figure out where ruby include files are located by Dan Walsh · 12 years ago
  64. 9b796ea libselinux: utils: Stop separating out matchpathcon as something special by Dan Walsh · 13 years ago
  65. 46d294f libselinux: Update Makefiles to handle /usrmove by Dan Walsh · 13 years ago
  66. c9a8ff9 libselinux: Ensure there is a prototype for 'matchpathcon_lib_destructor' by Daniel P. Berrange · 13 years ago
  67. bcdf92a libselinux: Change annotation on include/selinux/avc.h to avoid upsetting SWIG by Daniel P. Berrange · 13 years ago
  68. a1044d4 libselinux: utils: Enable many more gcc warnings for libselinux/utils builds by Daniel P. Berrange · 13 years ago
  69. 41649ca libselinux: Enable many more gcc warnings for libselinux/src/ builds by Daniel P. Berrange · 13 years ago
  70. 5f8ce37 libselinux: Fix const-ness of parameters & make usage() methods static by Daniel P. Berrange · 13 years ago
  71. 91d9fe8 libselinux: Add printf format attribute annotation to die() method by Daniel P. Berrange · 13 years ago
  72. 57928fa libselinux: Add more printf format annotations by Daniel P. Berrange · 13 years ago
  73. da5e7e3 libselinux: Add prototype decl for destructor by Daniel P. Berrange · 13 years ago
  74. 435fae6 libselinux: Remove unused flush_class_cache method by Daniel P. Berrange · 13 years ago
  75. b82b7e0 libselinux: Fix const-correctness by Daniel P. Berrange · 13 years ago
  76. 8679515 libselinux: Fix old style function definitions by Daniel P. Berrange · 13 years ago
  77. c87df34 libselinux: Remove jump over variable declaration by Daniel P. Berrange · 13 years ago
  78. 18e3a8d checkpolicy: libselinux: Fix dead links to www.nsa.gov/selinux by Dan Walsh · 13 years ago
  79. 339f807 update VERSION and Changelog for public push by Eric Paris · 13 years ago
  80. 297d2be libselinux: merge freecon with getcon man page by Eric Paris · 13 years ago
  81. cb71d68 libselinux: Cleanup Man pages by Dan Walsh · 13 years ago
  82. 27915ec libselinux: Fix setenforce man page to refer to selinux man page by Dan Walsh · 13 years ago
  83. 16a37c9 libselinux - correct selabel invalid context logging by Richard Haines · 13 years ago
  84. d65c02f bump version and changelog by Eric Paris · 13 years ago
  85. 85cfd2f libselinux: use -W and -Werror in utils by Eric Paris · 13 years ago
  86. 426d624 libselinux: Add man/man5 man pages by Richard Haines · 13 years ago
  87. accf6a4 libselinux: Add man/man5 man pages by Richard Haines · 13 years ago
  88. cc9e7e5 libselinux: Add man/man5 man pages by Richard Haines · 13 years ago
  89. af96082 libselinux: Updated selabel_x(5) man page by Richard Haines · 13 years ago
  90. a566af7 libselinux: Updated selabel_media(5) man page by Richard Haines · 13 years ago
  91. 30bd456 libselinux: Updated selabel_db(5) man page by Richard Haines · 13 years ago
  92. 5f2e362 libselinux: Updated selabel_file(5) man page by Richard Haines · 13 years ago
  93. aed3721 libselinux: return EINVAL if invalid role selected by Richard Haines · 13 years ago
  94. 83161f7 libselinux: get_default_type now sets EINVAL if no entry. by Richard Haines · 13 years ago
  95. d0a8d81 libselinux: Mapped compute functions now obey deny_unknown flag by Richard Haines · 13 years ago
  96. 98234cf libselinux: Remove assert in security_get_boolean_names(3) by Richard Haines · 13 years ago
  97. 7e81db0 libselinux: selinuxswig_python.i: don't make syscall if it won't change anything by Dan Walsh · 13 years ago
  98. 14e4b70 Bump Version and Changelog for commit by Eric Paris · 13 years ago
  99. d4a39ca policycoreutils: label_file: style changes to make Eric happy. by Eric Paris · 13 years ago
  100. 2b06f47 libselinux: rename and export symlink_realpath by Eric Paris · 13 years ago