1. 7efbb60 selinux: update my email address by Stephen Smalley · 7 years ago
  2. a806f7a selinux: Create policydb version for Infiniband support by Daniel Jurgens · 8 years ago
  3. 62934ff selinux: Return directly after a failed memory allocation in policydb_index() by Markus Elfring · 8 years ago
  4. cae303d selinux: Fix an uninitialized variable bug by Dan Carpenter · 8 years ago
  5. ebd2b47 selinux: Return directly after a failed kzalloc() in roles_init() by Markus Elfring · 8 years ago
  6. 7befb75 selinux: Return directly after a failed kzalloc() in perm_read() by Markus Elfring · 8 years ago
  7. 442ca4d selinux: Return directly after a failed kzalloc() in common_read() by Markus Elfring · 8 years ago
  8. df4a14d selinux: Return directly after a failed kzalloc() in class_read() by Markus Elfring · 8 years ago
  9. ea6e2f7 selinux: Return directly after a failed kzalloc() in role_read() by Markus Elfring · 8 years ago
  10. 549fe69 selinux: Return directly after a failed kzalloc() in type_read() by Markus Elfring · 8 years ago
  11. 4bd9f07 selinux: Return directly after a failed kzalloc() in user_read() by Markus Elfring · 8 years ago
  12. b592119 selinux: Improve another size determination in sens_read() by Markus Elfring · 8 years ago
  13. 3c354d7 selinux: Return directly after a failed kzalloc() in sens_read() by Markus Elfring · 8 years ago
  14. 7f6d0ad selinux: Return directly after a failed kzalloc() in cat_read() by Markus Elfring · 8 years ago
  15. 9c312e7 selinux: Delete an unnecessary variable initialisation in range_read() by Markus Elfring · 8 years ago
  16. 57152a5 selinux: Return directly after a failed next_entry() in range_read() by Markus Elfring · 8 years ago
  17. 02fcef2 selinux: Delete an unnecessary variable assignment in filename_trans_read() by Markus Elfring · 8 years ago
  18. 315e01a selinux: One function call less in genfs_read() after null pointer detection by Markus Elfring · 8 years ago
  19. 3a0aa56 selinux: Return directly after a failed next_entry() in genfs_read() by Markus Elfring · 8 years ago
  20. b4e4686 selinux: Delete an unnecessary return statement in policydb_destroy() by Markus Elfring · 8 years ago
  21. ad10a10 selinux: Use kcalloc() in policydb_index() by Markus Elfring · 8 years ago
  22. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  23. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  24. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  25. 9b6a9ec selinux: fix error return code in policydb_read() by Wei Yongjun · 8 years ago
  26. 7c686af selinux: fix overflow and 0 length allocations by William Roberts · 8 years ago
  27. 3bc7bcf selinux: initialize structures by William Roberts · 8 years ago
  28. fa1aa14 selinux: extended permissions for ioctls by Jeff Vander Stoep · 10 years ago
  29. 6eb4e2b SELinux: fix error code in policydb_init() by Dan Carpenter · 10 years ago
  30. 4b6f405 selinux: introduce str_read() helper by Namhyung Kim · 11 years ago
  31. 5c7001b8 SELinux: use ARRAY_SIZE by Himangi Saraogi · 11 years ago
  32. 9085a64 SELinux: bigendian problems with filename trans rules by Eric Paris · 11 years ago
  33. 8ed8146 SELinux: Fix memory leak upon loading policy by Tetsuo Handa · 11 years ago
  34. a660bec SELinux: Update policy version to support constraints info by Richard Haines · 11 years ago
  35. 98f700f Merge git://git.infradead.org/users/eparis/selinux by Paul Moore · 11 years ago
  36. b138004 SELinux: fix selinuxfs policy file on big endian systems by Eric Paris · 11 years ago
  37. eb9ae68 SELinux: Add new labeling type native labels by David Quigley · 12 years ago
  38. eed7795 SELinux: add default_type statements by Eric Paris · 13 years ago
  39. aa89326 SELinux: allow default source/target selectors for user/role/range by Eric Paris · 13 years ago
  40. 7b98a58 selinux: sparse fix: fix several warnings in the security server code by James Morris · 13 years ago
  41. 82c21bf doc: Update the email address for Paul Moore in various source files by Paul Moore · 13 years ago
  42. ded5098 SELinux: skip file_name_trans_write() when policy downgraded. by Roy.Li · 14 years ago
  43. 5a3ea87 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 14 years ago
  44. 2463c26d SELinux: put name based create rules in a hashtable by Eric Paris · 14 years ago
  45. 3f058ef SELinux: generic hashtab entry counter by Eric Paris · 14 years ago
  46. be30b16 SELinux: calculate and print hashtab stats with a generic function by Eric Paris · 14 years ago
  47. 03a4c01 SELinux: skip filename trans rules if ttype does not match parent dir by Eric Paris · 14 years ago
  48. 425b473 SELinux: delete debugging printks from filename_trans rule processing by Eric Paris · 14 years ago
  49. 1214eac Initialize policydb.process_class eariler. by Harry Ciao · 14 years ago
  50. c900ff3 SELinux: Write class field in role_trans_write. by Harry Ciao · 14 years ago
  51. 8023976 SELinux: Add class support to the role_trans structure by Harry Ciao · 14 years ago
  52. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
  53. 652bb9b SELinux: Use dentry name in new object labeling by Eric Paris · 14 years ago
  54. 3ac285ff selinux: return -ENOMEM when memory allocation fails by Davidlohr Bueso · 14 years ago
  55. 1d9bc6dc SELinux: merge policydb_index_classes and policydb_index_others by Eric Paris · 14 years ago
  56. ac76c05 selinux: convert part of the sym_val_to_name array to use flex_array by Eric Paris · 14 years ago
  57. 23bdecb selinux: convert type_val_to_struct to flex_array by Eric Paris · 14 years ago
  58. 9398c7f SELinux: standardize return code handling in policydb.c by Eric Paris · 14 years ago
  59. cee74f4 SELinux: allow userspace to read policy back out of the kernel by Eric Paris · 14 years ago
  60. 4419aae SELinux: deterministic ordering of range transition rules by Eric Paris · 14 years ago
  61. daa6d83 selinux: type_bounds_sanity_check has a meaningless variable declaration by Eric Paris · 14 years ago
  62. 6371dcd selinux: convert the policy type_attr_map to flex_array by Eric Paris · 14 years ago
  63. 692a8a2 SELinux: break ocontext reading into a separate function by Eric Paris · 14 years ago
  64. d1b4354 SELinux: move genfs read to a separate function by Eric Paris · 14 years ago
  65. 9ee0c82 SELinux: seperate range transition rules to a seperate function by Eric Paris · 15 years ago
  66. b3139bb security/selinux/ss: Use kstrdup by Julia Lawall · 15 years ago
  67. c1a7368 Security: Fix coding style in security/ by wzt.wzt@gmail.com · 15 years ago
  68. c43a752 Merge branch 'next-queue' into next by James Morris · 15 years ago
  69. 634a539 selinux: const strings in tables by Stephen Hemminger · 15 years ago
  70. 0719aaf selinux: allow MLS->non-MLS and vice versa upon policy reload by Guido Trentalancia · 15 years ago
  71. 2f3e82d selinux: convert range transition list to a hashtab by Stephen Smalley · 15 years ago
  72. c6d3aaa selinux: dynamic class/perm discovery by Stephen Smalley · 15 years ago
  73. d9250de SELinux: add boundary support and thread context assignment by KaiGai Kohei · 16 years ago
  74. df4ea86 SELinux: Trivial minor fixes that change C null character style by Vesa-Matti J Kari · 16 years ago
  75. 59dbd1b selinux: fix endianness bug in network node address handling by Stephen Smalley · 17 years ago
  76. 2ced3df changing whitespace for fun and profit: policydb.c by Eric Paris · 17 years ago
  77. 744ba35 SELinux: clean up printks by Eric Paris · 17 years ago
  78. 64dbf07 selinux: introduce permissive types by Eric Paris · 17 years ago
  79. 454d972 SELinux: unify printk messages by James Morris · 17 years ago
  80. 3bb56b2 SELinux: Add a capabilities bitmap to SELinux policy version 22 by Paul Moore · 17 years ago
  81. 45e5421 SELinux: add more validity checks on policy load by Stephen Smalley · 17 years ago
  82. 3f12070 SELinux: policy selectable handling of unknown classes and perms by Eric Paris · 17 years ago
  83. 3232c11 SELinux: tune avtab to reduce memory usage by Yuichi Nakamura · 17 years ago
  84. 9dc9978 selinux: introduce schedule points in policydb_destroy() by Eric Paris · 18 years ago
  85. fadcdb4 Reassign printk levels in selinux kernel code by Eric Paris · 18 years ago
  86. 6cbda6b Rename class_destroy to avoid namespace conflicts. by James Morris · 18 years ago
  87. 6e8c751 SELinux: Bug fix in polidydb_destroy by Chad Sellers · 18 years ago
  88. f3f8771 [PATCH] selinux: add support for range transitions on object classes by Darrel Goeddel · 18 years ago
  89. ddccef3 [PATCH] selinux: fix memory leak by Darrel Goeddel · 18 years ago
  90. 32725ad [PATCH] selinux: more ARRAY_SIZE cleanups by Tobias Klauser · 19 years ago
  91. a7f988b [PATCH] kfree cleanup: security by Jesper Juhl · 19 years ago
  92. 89d155e [PATCH] SELinux: convert to kzalloc by James Morris · 19 years ago
  93. 282c1f5 [PATCH] selinux: Fix NULL deref in policydb_destroy by Stephen Smalley · 19 years ago
  94. b5bf6c5 [PATCH] selinux: endian notations by Alexey Dobriyan · 19 years ago
  95. 782ebb9 [PATCH] selinux: Reduce memory use by avtab by Stephen Smalley · 19 years ago
  96. 9a5f04b [PATCH] selinux: kfree cleanup by Jesper Juhl · 20 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago