1. 1b9a391 Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  2. d4eb82c [PATCH] make cap_ptrace enforce PTRACE_TRACME checks by Chris Wright · 18 years ago
  3. 12b5989 [PATCH] refactor capable() to one implementation, add __capable() helper by Chris Wright · 18 years ago
  4. 1d9b7d9 [PATCH] Keys: Replace duplicate non-updateable keys rather than failing by David Howells · 18 years ago
  5. 3dccff8 [PATCH] Keys: Fix key quota management on key allocation by David Howells · 18 years ago
  6. 0cb409d [PATCH] strndup_user: convert keyctl by Davi Arnaut · 18 years ago
  7. 6bb08da [PATCH] Bug fixes and cleanup for the BSD Secure Levels LSM by Davi Arnaut · 18 years ago
  8. 7cae7e2 [PATCH] SELinux: add slab cache for inode security struct by James Morris · 18 years ago
  9. cf01efd [PATCH] SELinux: cleanup stray variable in selinux_inode_init_security() by James Morris · 18 years ago
  10. edb20fb [PATCH] SELinux: fix hard link count for selinuxfs root directory by James Morris · 18 years ago
  11. d6aafa6 [PATCH] selinuxfs cleanups: sel_make_avc_files by James Morris · 18 years ago
  12. 253a8b1 [PATCH] selinuxfs cleanups: sel_make_bools by James Morris · 18 years ago
  13. 161ce45 [PATCH] selinuxfs cleanups: sel_fill_super exit path by James Morris · 18 years ago
  14. cde174a [PATCH] selinuxfs cleanups: use sel_make_dir() by James Morris · 18 years ago
  15. 40e906f [PATCH] selinuxfs cleanups: fix hard link count by James Morris · 18 years ago
  16. 68bdcf2 [PATCH] selinux: simplify sel_read_bool by Stephen Smalley · 18 years ago
  17. bb00307 [PATCH] sem2mutex: security/ by Ingo Molnar · 18 years ago
  18. 8aad387 [PATCH] selinux: Disable automatic labeling of new inodes when no policy is loaded by Stephen Smalley · 18 years ago
  19. e6f5071 [SELINUX]: selinux_socket_getpeer_{stream,dgram} fixup by Catherine Zhang · 18 years ago
  20. c841aa0 [SECURITY] getpeersec: Fix build breakage by Arnaldo Carvalho de Melo · 18 years ago
  21. 2c7946a [SECURITY]: TCP/UDP getpeersec by Catherine Zhang · 18 years ago
  22. 8c29bfe [IPSEC]: Sync series - update selinux by Jamal Hadi Salim · 18 years ago
  23. 93315ed [PATCH] audit string fields interface + consumer by Amy Griffis · 18 years ago
  24. af601e4 [PATCH] SE Linux audit events by Steve Grubb · 18 years ago
  25. 7306a0b [PATCH] Miscellaneous bug and warning fixes by Dustin Kirkland · 19 years ago
  26. 8c8570f [PATCH] Capture selinux subject/object context information. by Dustin Kirkland · 19 years ago
  27. 90d526c [PATCH] Define new range of userspace messages. by Steve Grubb · 19 years ago
  28. 341c2d8 [PATCH] selinux: tracer SID fix by Stephen Smalley · 18 years ago
  29. 99f6d61 [PATCH] selinux: require AUDIT by Stephen Smalley · 18 years ago
  30. c2b507f [PATCH] selinux: require SECURITY_NETWORK by Stephen Smalley · 18 years ago
  31. 6d94074 [PATCH] Fix keyctl usage of strnlen_user() by Davi Arnaut · 18 years ago
  32. 9ac49d2 [PATCH] selinux: remove security struct magic number fields and tests by Stephen Smalley · 18 years ago
  33. 26d2a4b [PATCH] selinux: change file_alloc_security to use GFP_KERNEL by Stephen Smalley · 18 years ago
  34. db4c964 [PATCH] selinux: fix and cleanup mprotect checks by Stephen Smalley · 18 years ago
  35. 951069e Don't try to "validate" a non-existing timeval. by Linus Torvalds · 18 years ago
  36. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  37. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 18 years ago
  38. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  39. e0795cf [PATCH] selinux: Remove unneeded k[cm]alloc() return value casts by Jesper Juhl · 18 years ago
  40. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  41. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 18 years ago
  42. b5f545c [PATCH] keys: Permit running process to instantiate keys by David Howells · 18 years ago
  43. cab8eb5 [PATCH] keys: Discard duplicate keys from a keyring on link by David Howells · 18 years ago
  44. 017679c [PATCH] keys: Permit key expiry time to be set by David Howells · 18 years ago
  45. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 18 years ago
  46. ee2e6841 [XFRM]: Fix sparse warning. by Luiz Capitulino · 18 years ago
  47. d8d8f6a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  48. 57d1c91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  49. 5f8ac64 [LSM-IPSec]: Corrections to LSM-IPSec Nethooks by Trent Jaeger · 18 years ago
  50. 367cb70 kbuild: un-stringnify KBUILD_MODNAME by Sam Ravnborg · 18 years ago
  51. 1ae8f40 [PATCH] security/: possible cleanups by Adrian Bunk · 18 years ago
  52. 8d9067b [PATCH] Keys: Remove key duplication by David Howells · 18 years ago
  53. 32725ad [PATCH] selinux: more ARRAY_SIZE cleanups by Tobias Klauser · 18 years ago
  54. 6e20a64 [PATCH] selinux: ARRAY_SIZE cleanups by Nicolas Kaiser · 18 years ago
  55. d28d1e0 [LSM-IPSec]: Per-packet access control. by Trent Jaeger · 19 years ago
  56. df71837 [LSM-IPSec]: Security association restriction. by Trent Jaeger · 19 years ago
  57. db1d1d5 [PATCH] Keys: Fix permissions check for update vs add by David Howells · 19 years ago
  58. ce9982d [PATCH] selinux: extend selinuxfs context interface by Stephen Smalley · 19 years ago
  59. 25a74f3 [PATCH] selinux: disable setxattr on mountpoint labeled filesystems by Stephen Smalley · 19 years ago
  60. e517a0c [PATCH] selinux: MLS compatibility by Stephen Smalley · 19 years ago
  61. a7f988b [PATCH] kfree cleanup: security by Jesper Juhl · 19 years ago
  62. 0f6ed7c [PATCH] Keys: Remove incorrect and obsolete '!' operators by David Howells · 19 years ago
  63. 621d312 [PATCH] cleanup the usage of SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  64. b67a1b9 [PATCH] remove hardcoded SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  65. 29db919 [PATCH] Keys: Add LSM hooks for key management [try #3] by David Howells · 19 years ago
  66. 2aa349f [PATCH] Keys: Export user-defined keyring operations by David Howells · 19 years ago
  67. 2f51201 [PATCH] reduce sizeof(struct file) by Eric Dumazet · 19 years ago
  68. bfd5162 [PATCH] SELinux: remove unecessary size_t checks in selinuxfs by Davi Arnaut · 19 years ago
  69. ce4c2bd [PATCH] selinux-canonicalize-getxattr-fix by Andrew Morton · 19 years ago
  70. d381d8a [PATCH] SELinux: canonicalize getxattr() by James Morris · 19 years ago
  71. 89d155e [PATCH] SELinux: convert to kzalloc by James Morris · 19 years ago
  72. 7d877f3 [PATCH] gfp_t: net/* by Al Viro · 19 years ago
  73. 20c19e4 [PATCH] SELinux: handle sel_make_bools() failure in selinuxfs by Davi Arnaut · 19 years ago
  74. 282c1f5 [PATCH] selinux: Fix NULL deref in policydb_destroy by Stephen Smalley · 19 years ago
  75. 7ab501d [PATCH] Keys: Possessor permissions should be additive by David Howells · 19 years ago
  76. 468ed2b [PATCH] Keys: Split key permissions checking into a .c file by David Howells · 19 years ago
  77. f1a9bad [PATCH] Keys: Add request-key process documentation by David Howells · 19 years ago
  78. 74fd92c [PATCH] key: plug request_key_auth memleak by David Howells · 19 years ago
  79. 1340258 [PATCH] SELinux - fix SCTP socket bug and general IP protocol handling by James Morris · 19 years ago
  80. 664cceb [PATCH] Keys: Add possessor permissions to keys [try #3] by David Howells · 19 years ago
  81. 9afa57b [PATCH] seclvl: use securityfs (fix) by Serge Hallyn · 19 years ago
  82. d15c574 [PATCH] seclvl-use-securityfs tidy by Andrew Morton · 19 years ago
  83. ddbf9ef Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6 by Linus Torvalds · 19 years ago
  84. 5d54e69 Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 by Linus Torvalds · 19 years ago
  85. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  86. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  87. e31e14e [PATCH] remove the inode_post_link and inode_post_rename LSM hooks by Stephen Smalley · 19 years ago
  88. a74574a [PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks by Stephen Smalley · 19 years ago
  89. 570bc1c [PATCH] tmpfs: Enable atomic inode security labeling by Stephen Smalley · 19 years ago
  90. 5e41ff9 [PATCH] security: enable atomic inode security labeling by Stephen Smalley · 19 years ago
  91. 4846764 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  92. b5bf6c5 [PATCH] selinux: endian notations by Alexey Dobriyan · 19 years ago
  93. 782ebb9 [PATCH] selinux: Reduce memory use by avtab by Stephen Smalley · 19 years ago
  94. eb6f116 [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate by Herbert Xu · 19 years ago
  95. 216efaa [SELINUX]: Update for tcp_diag rename to inet_diag. by James Morris · 19 years ago
  96. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  97. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  98. 43e943c [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users by Patrick McHardy · 19 years ago
  99. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  100. 2c40579 [PATCH] SECURITY must depend on SYSFS by Adrian Bunk · 19 years ago