1. 275bb41 CRED: Wrap access to SELinux's task SID by David Howells · 16 years ago
  2. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  3. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  4. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  5. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  6. 15a2460 CRED: Constify the kernel_cap_t arguments to the capset LSM hooks by David Howells · 16 years ago
  7. 1cdcbec CRED: Neuter sys_capset() by David Howells · 16 years ago
  8. 0667467 Currently SELinux jumps through some ugly hoops to not audit a capbility by Eric Paris · 16 years ago
  9. 0611216 Add a new capable interface that will be used by systems that use audit to by Eric Paris · 16 years ago
  10. 39c9aed SELinux: Use unknown perm handling to handle unknown netlink msg types by Eric Paris · 16 years ago
  11. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  12. e21e696 Merge branch 'master' into next by James Morris · 16 years ago
  13. 2f99db2 selinux: recognize netlink messages for 'ip addrlabel' by Michal Schmidt · 16 years ago
  14. 41d9f9c SELinux: hold tasklist_lock and siglock while waking wait_chldexit by Eric Paris · 16 years ago
  15. 37dd0bd SELinux: properly handle empty tty_files list by Eric Paris · 16 years ago
  16. 3685f25d misc: replace NIPQUAD() by Harvey Harrison · 16 years ago
  17. 8b6a5a3 SELinux: check open perms in dentry_open not inode_permission by Eric Paris · 16 years ago
  18. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  19. 1afa67f misc: replace NIP6_FMT with %p6 format specifier by Harvey Harrison · 16 years ago
  20. def8b4f net: reduce structures when XFRM=n by Alexey Dobriyan · 16 years ago
  21. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  22. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  23. 8d71ff0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  24. 934e6eb tty: Redo current tty locking by Alan Cox · 16 years ago
  25. 452a00d tty: Make get_current_tty use a kref by Alan Cox · 16 years ago
  26. 0da939b Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into next by James Morris · 16 years ago
  27. 8d75899 netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts by Paul Moore · 16 years ago
  28. 6c5b3fc selinux: Cache NetLabel secattrs in the socket's security struct by Paul Moore · 16 years ago
  29. 014ab19 selinux: Set socket NetLabel based on connection endpoint by Paul Moore · 16 years ago
  30. 948bf85 netlabel: Add functionality to set the security attributes of a packet by Paul Moore · 16 years ago
  31. dfaebe9 selinux: Fix missing calls to netlbl_skbuff_err() by Paul Moore · 16 years ago
  32. 99d854d selinux: Fix a problem in security_netlbl_sid_to_secattr() by Paul Moore · 16 years ago
  33. d8395c8 selinux: Better local/forward check in selinux_ip_postroute() by Paul Moore · 16 years ago
  34. aa86290 selinux: Correctly handle IPv4 packets on IPv6 sockets in all cases by Paul Moore · 16 years ago
  35. accc609 selinux: Cleanup the NetLabel glue code by Paul Moore · 16 years ago
  36. 3040a6d selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() by Paul Moore · 16 years ago
  37. 81990fb selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() by Paul Moore · 16 years ago
  38. ea6b184 selinux: use default proc sid on symlinks by Stephen Smalley · 16 years ago
  39. ab2b495 Merge branch 'master' into next by James Morris · 16 years ago
  40. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  41. f058925 Update selinux info in MAINTAINERS and Kconfig help text by Stephen Smalley · 16 years ago
  42. 8e531af SELinux: memory leak in security_context_to_sid_core by Eric Paris · 16 years ago
  43. d9250de SELinux: add boundary support and thread context assignment by KaiGai Kohei · 16 years ago
  44. 86d6889 Merge branch 'master' into next by James Morris · 16 years ago
  45. dbc74c6 selinux: Unify for- and while-loop style by Vesa-Matti Kari · 16 years ago
  46. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  47. 421fae0 selinux: conditional expression type validation was off-by-one by Vesa-Matti Kari · 16 years ago
  48. cf9481e SELinux: Fix a potentially uninitialised variable in SELinux hooks by David Howells · 16 years ago
  49. 0c0e186 SELinux: trivial, remove unneeded local variable by Vesa-Matti J Kari · 16 years ago
  50. df4ea86 SELinux: Trivial minor fixes that change C null character style by Vesa-Matti J Kari · 16 years ago
  51. 3583a71 make selinux_write_opts() static by Adrian Bunk · 16 years ago
  52. 383795c SELinux: /proc/mounts should show what it can by Eric Paris · 16 years ago
  53. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  54. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  55. b77b064 [PATCH] pass MAY_OPEN to vfs_permission() explicitly by Al Viro · 16 years ago
  56. 6c5a9d2 selinux: use nf_register_hooks() by Alexey Dobriyan · 16 years ago
  57. 0d094ef tracehook: tracehook_tracer_task by Roland McGrath · 16 years ago
  58. 089be43 Revert "SELinux: allow fstype unknown to policy to use xattrs if present" by James Morris · 16 years ago
  59. 6f0f0fd security: remove register_security hook by James Morris · 16 years ago
  60. b478a9f security: remove unused sb_get_mnt_opts hook by Miklos Szeredi · 16 years ago
  61. 2069f45 LSM/SELinux: show LSM mount options in /proc/mounts by Eric Paris · 16 years ago
  62. 811f379 SELinux: allow fstype unknown to policy to use xattrs if present by Eric Paris · 16 years ago
  63. 2baf06d SELinux: use do_each_thread as a proper do/while block by James Morris · 16 years ago
  64. e399f98 SELinux: remove unused and shadowed addrlen variable by James Morris · 16 years ago
  65. 6cbe270 SELinux: more user friendly unknown handling printk by Eric Paris · 16 years ago
  66. 22df4ad selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux whine) by Stephen Smalley · 16 years ago
  67. 89abd0a SELinux: drop load_mutex in security_load_policy by Eric Paris · 16 years ago
  68. cea78dc SELinux: fix off by 1 reference of class_to_string in context_struct_compute_av by Eric Paris · 16 years ago
  69. bdd581c SELinux: open code sidtab lock by James Morris · 16 years ago
  70. 972ccac SELinux: open code load_mutex by James Morris · 16 years ago
  71. 0804d11 SELinux: open code policy_rwlock by James Morris · 16 years ago
  72. 59dbd1b selinux: fix endianness bug in network node address handling by Stephen Smalley · 16 years ago
  73. 242631c selinux: simplify ioctl checking by Stephen Smalley · 16 years ago
  74. abc69bb SELinux: enable processes with mac_admin to get the raw inode contexts by Stephen Smalley · 16 years ago
  75. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  76. feb2a5b SELinux: remove inherit field from inode_security_struct by James Morris · 16 years ago
  77. fdeb051 SELinux: reorder inode_security_struct to increase objs/slab on 64bit by Richard Kennedy · 16 years ago
  78. f526971 SELinux: keep the code clean formating and syntax by Eric Paris · 16 years ago
  79. 9a59daa SELinux: fix sleeping allocation in security_context_to_sid by Stephen Smalley · 16 years ago
  80. 12b29f3 selinux: support deferred mapping of contexts by Stephen Smalley · 16 years ago
  81. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  82. 3b5e9e5 signals: cleanup security_task_kill() usage/implementation by Oleg Nesterov · 16 years ago
  83. 7bf570d Security: Make secctx_to_secid() take const secdata by David Howells · 16 years ago
  84. 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  85. 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 16 years ago
  86. 70a5bb7 keys: add keyctl function to get a security label by David Howells · 16 years ago
  87. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  88. cfd299d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  89. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 16 years ago
  90. b556f8a Audit: standardize string audit interfaces by Eric Paris · 16 years ago
  91. c9b7b97 SELinux: Fix a RCU free problem with the netport cache by Paul Moore · 16 years ago
  92. a639e7ca SELinux: Made netnode cache adds faster by Paul Moore · 16 years ago
  93. 489a5fd SELinux: policydb.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  94. 8bf1f3a SELinux: mls_types.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  95. d497fc8 SELinux: mls.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  96. faff786 SELinux: hashtab.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  97. 81fa42d SELinux: context.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  98. ccb3cbe SELinux: ss/conditional.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  99. b19d8ea SELinux: selinux/include/security.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago
  100. a936b79 SELinux: objsec.h whitespace, syntax, and other cleanups by Eric Paris · 16 years ago