1. 6f23928 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linus by James Morris · 13 years ago
  2. 5d30b10 flex_array: flex_array_prealloc takes a number of elements, not an end by Eric Paris · 13 years ago
  3. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  4. 85cd6da selinux: Fix regression for Xorg by Stephen Smalley · 13 years ago
  5. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  6. 1cc26ba Merge branch 'master'; commit 'v2.6.38-rc7' into next by James Morris · 13 years ago
  7. 6f5317e SELinux: Socket retains creator role and MLS attribute by Harry Ciao · 13 years ago
  8. 652bb9b SELinux: Use dentry name in new object labeling by Eric Paris · 13 years ago
  9. 3ac285ff selinux: return -ENOMEM when memory allocation fails by Davidlohr Bueso · 14 years ago
  10. ced3b93 security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbit by Shan Wei · 14 years ago
  11. 73ff5fc selinux: cache sidtab_context_to_sid results by Eric Paris · 14 years ago
  12. 1d9bc6dc SELinux: merge policydb_index_classes and policydb_index_others by Eric Paris · 14 years ago
  13. ac76c05 selinux: convert part of the sym_val_to_name array to use flex_array by Eric Paris · 14 years ago
  14. 23bdecb selinux: convert type_val_to_struct to flex_array by Eric Paris · 14 years ago
  15. 7ae9f23 selinux: rework security_netlbl_secattr_to_sid by Eric Paris · 14 years ago
  16. 4b02b52 SELinux: standardize return code handling in selinuxfs.c by Eric Paris · 14 years ago
  17. 9398c7f SELinux: standardize return code handling in policydb.c by Eric Paris · 14 years ago
  18. f0d3d98 selinux: include vmalloc.h for vmalloc_user by Stephen Rothwell · 14 years ago
  19. 845ca30 selinux: implement mmap on /selinux/policy by Eric Paris · 14 years ago
  20. cee74f4 SELinux: allow userspace to read policy back out of the kernel by Eric Paris · 14 years ago
  21. 00d85c8 SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE by Eric Paris · 14 years ago
  22. 4419aae SELinux: deterministic ordering of range transition rules by Eric Paris · 14 years ago
  23. d5630b9 security: secid_to_secctx returns len when data is NULL by Eric Paris · 14 years ago
  24. 36f7f28 selinux: fix up style problem on /selinux/status by KaiGai Kohei · 14 years ago
  25. 60272da selinux: really fix dependency causing parallel compile failure. by Paul Gortmaker · 14 years ago
  26. 1190416 selinux: fast status update interface (/selinux/status) by KaiGai Kohei · 14 years ago
  27. daa6d83 selinux: type_bounds_sanity_check has a meaningless variable declaration by Eric Paris · 14 years ago
  28. 6371dcd selinux: convert the policy type_attr_map to flex_array by Eric Paris · 14 years ago
  29. 692a8a2 SELinux: break ocontext reading into a separate function by Eric Paris · 14 years ago
  30. d1b4354 SELinux: move genfs read to a separate function by Eric Paris · 14 years ago
  31. 9a79827 selinux: fix error codes in symtab_init() by Dan Carpenter · 14 years ago
  32. 338437f selinux: fix error codes in cond_read_bool() by Dan Carpenter · 14 years ago
  33. 38184c5 selinux: fix error codes in cond_policydb_init() by Dan Carpenter · 14 years ago
  34. fc5c126 selinux: fix error codes in cond_read_node() by Dan Carpenter · 14 years ago
  35. 9d623b1 selinux: fix error codes in cond_read_av_list() by Dan Carpenter · 14 years ago
  36. 5241c10 selinux: propagate error codes in cond_read_list() by Dan Carpenter · 14 years ago
  37. 9e0bd4c selinux: cleanup return codes in avtab_read_item() by Dan Carpenter · 14 years ago
  38. 9ee0c82 SELinux: seperate range transition rules to a seperate function by Eric Paris · 14 years ago
  39. b3139bb security/selinux/ss: Use kstrdup by Julia Lawall · 14 years ago
  40. a200005 SELinux: return error codes on policy load failure by Eric Paris · 14 years ago
  41. c1a7368 Security: Fix coding style in security/ by wzt.wzt@gmail.com · 14 years ago
  42. 77c160e SELinux: Reduce max avtab size to avoid page allocation failures by Stephen Smalley · 14 years ago
  43. c43a752 Merge branch 'next-queue' into next by James Morris · 14 years ago
  44. 634a539 selinux: const strings in tables by Stephen Hemminger · 14 years ago
  45. dbba541 Selinux: Remove unused headers slab.h in selinux/ss/symtab.c by wzt.wzt@gmail.com · 14 years ago
  46. b4ccebd Merge branch 'next' into for-linus by James Morris · 14 years ago
  47. c36f74e netlabel: fix export of SELinux categories > 127 by Joshua Roys · 14 years ago
  48. 2ae3ba3 selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() by KaiGai Kohei · 14 years ago
  49. 2da5d31 security: fix a couple of sparse warnings by James Morris · 14 years ago
  50. 0719aaf selinux: allow MLS->non-MLS and vice versa upon policy reload by Guido Trentalancia · 14 years ago
  51. 42596ea selinux: load the initial SIDs upon every policy load by Guido Trentalancia · 14 years ago
  52. 7d52a15 selinux: remove dead code in type_attribute_bounds_av() by KaiGai Kohei · 15 years ago
  53. 2f3e82d selinux: convert range transition list to a hashtab by Stephen Smalley · 15 years ago
  54. 2457552 Merge branch 'master' into next by James Morris · 15 years ago
  55. 19439d0 selinux: change the handling of unknown classes by Stephen Smalley · 15 years ago
  56. 08e3daf selinux: remove a useless return by Amerigo Wang · 15 years ago
  57. 9f59f90 security/selinux/ss: correct size computation by Julia Lawall · 15 years ago
  58. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  59. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  60. 0bce952 SELinux: print denials for buggy kernel with unknown perms by Eric Paris · 15 years ago
  61. b7f3008 SELinux: fix locking issue introduced with c6d3aaa4e35c71a3 by Stephen Smalley · 15 years ago
  62. 941fc5b selinux: drop remapping of netlink classes by Stephen Smalley · 15 years ago
  63. 8753f6b selinux: generate flask headers during kernel build by Stephen Smalley · 15 years ago
  64. c6d3aaa selinux: dynamic class/perm discovery by Stephen Smalley · 15 years ago
  65. d905163 Merge branch 'master' into next by James Morris · 15 years ago
  66. 44c2d9b Add audit messages on type boundary violations by KaiGai Kohei · 15 years ago
  67. caabbdc cleanup in ss/services.c by KaiGai Kohei · 15 years ago
  68. 8a6f83a Permissive domain in userspace object manager by KaiGai Kohei · 15 years ago
  69. f1c6381 SELinux: remove unused av.decided field by Eric Paris · 15 years ago
  70. ac8cc0f Merge branch 'next' into for-linus by James Morris · 16 years ago
  71. 76f7ba3 SELinux: shrink sizeof av_inhert selinux_class_perm and context by Eric Paris · 16 years ago
  72. 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 16 years ago
  73. 0da939b Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into next by James Morris · 16 years ago
  74. 8d75899 netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts by Paul Moore · 16 years ago
  75. 99d854d selinux: Fix a problem in security_netlbl_sid_to_secattr() by Paul Moore · 16 years ago
  76. 3040a6d selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() by Paul Moore · 16 years ago
  77. 81990fb selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() by Paul Moore · 16 years ago
  78. ab2b495 Merge branch 'master' into next by James Morris · 16 years ago
  79. 8e531af SELinux: memory leak in security_context_to_sid_core by Eric Paris · 16 years ago
  80. d9250de SELinux: add boundary support and thread context assignment by KaiGai Kohei · 16 years ago
  81. dbc74c6 selinux: Unify for- and while-loop style by Vesa-Matti Kari · 16 years ago
  82. 421fae0 selinux: conditional expression type validation was off-by-one by Vesa-Matti Kari · 16 years ago
  83. 0c0e186 SELinux: trivial, remove unneeded local variable by Vesa-Matti J Kari · 16 years ago
  84. df4ea86 SELinux: Trivial minor fixes that change C null character style by Vesa-Matti J Kari · 16 years ago
  85. 089be43 Revert "SELinux: allow fstype unknown to policy to use xattrs if present" by James Morris · 16 years ago
  86. 811f379 SELinux: allow fstype unknown to policy to use xattrs if present by Eric Paris · 16 years ago
  87. 6cbe270 SELinux: more user friendly unknown handling printk by Eric Paris · 16 years ago
  88. 22df4ad selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux whine) by Stephen Smalley · 16 years ago
  89. 89abd0a SELinux: drop load_mutex in security_load_policy by Eric Paris · 16 years ago
  90. cea78dc SELinux: fix off by 1 reference of class_to_string in context_struct_compute_av by Eric Paris · 16 years ago
  91. bdd581c SELinux: open code sidtab lock by James Morris · 16 years ago
  92. 972ccac SELinux: open code load_mutex by James Morris · 16 years ago
  93. 0804d11 SELinux: open code policy_rwlock by James Morris · 16 years ago
  94. 59dbd1b selinux: fix endianness bug in network node address handling by Stephen Smalley · 16 years ago
  95. f526971 SELinux: keep the code clean formating and syntax by Eric Paris · 16 years ago
  96. 9a59daa SELinux: fix sleeping allocation in security_context_to_sid by Stephen Smalley · 16 years ago
  97. 12b29f3 selinux: support deferred mapping of contexts by Stephen Smalley · 16 years ago
  98. 7bf570d Security: Make secctx_to_secid() take const secdata by David Howells · 16 years ago
  99. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  100. 489a5fd SELinux: policydb.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago