Age | Commit message (Expand) | Author | Files | Lines |
2005-10-31 | [PATCH] cleanup the usage of SEND_SIG_xxx constants | Oleg Nesterov | 1 | -2/+1 |
2005-10-31 | [PATCH] remove hardcoded SEND_SIG_xxx constants | Oleg Nesterov | 1 | -2/+2 |
2005-10-31 | [PATCH] Keys: Add LSM hooks for key management [try #3] | David Howells | 6 | -35/+94 |
2005-10-31 | [PATCH] Keys: Export user-defined keyring operations | David Howells | 1 | -25/+24 |
2005-10-31 | [PATCH] reduce sizeof(struct file) | Eric Dumazet | 2 | -2/+2 |
2005-10-31 | [PATCH] SELinux: remove unecessary size_t checks in selinuxfs | Davi Arnaut | 1 | -9/+9 |
2005-10-31 | [PATCH] selinux-canonicalize-getxattr-fix | Andrew Morton | 1 | -3/+0 |
2005-10-31 | [PATCH] SELinux: canonicalize getxattr() | James Morris | 2 | -15/+33 |
2005-10-31 | [PATCH] SELinux: convert to kzalloc | James Morris | 8 | -97/+49 |
2005-10-28 | [PATCH] gfp_t: net/* | Al Viro | 2 | -3/+3 |
2005-10-24 | [PATCH] SELinux: handle sel_make_bools() failure in selinuxfs | Davi Arnaut | 1 | -1/+3 |
2005-10-24 | [PATCH] selinux: Fix NULL deref in policydb_destroy | Stephen Smalley | 1 | -2/+4 |
2005-10-09 | [PATCH] Keys: Possessor permissions should be additive | David Howells | 1 | -6/+6 |
2005-10-09 | [PATCH] Keys: Split key permissions checking into a .c file | David Howells | 2 | -0/+71 |
2005-10-09 | [PATCH] Keys: Add request-key process documentation | David Howells | 2 | -0/+4 |
2005-10-09 | [PATCH] key: plug request_key_auth memleak | David Howells | 1 | -0/+1 |
2005-09-30 | [PATCH] SELinux - fix SCTP socket bug and general IP protocol handling | James Morris | 1 | -6/+24 |
2005-09-28 | [PATCH] Keys: Add possessor permissions to keys [try #3] | David Howells | 8 | -307/+391 |
2005-09-17 | [PATCH] seclvl: use securityfs (fix) | Serge Hallyn | 1 | -1/+1 |
2005-09-17 | [PATCH] seclvl-use-securityfs tidy | Andrew Morton | 1 | -10/+5 |
2005-09-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6 | Linus Torvalds | 4 | -159/+419 |
2005-09-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 | Linus Torvalds | 3 | -5/+5 |
2005-09-10 | [PATCH] files: lock-free fd look-up | Dipankar Sarma | 1 | -1/+1 |
2005-09-10 | [PATCH] files: break up files struct | Dipankar Sarma | 1 | -2/+4 |
2005-09-10 | [PATCH] remove the inode_post_link and inode_post_rename LSM hooks | Stephen Smalley | 2 | -30/+0 |
2005-09-10 | [PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks | Stephen Smalley | 3 | -140/+0 |
2005-09-10 | [PATCH] tmpfs: Enable atomic inode security labeling | Stephen Smalley | 1 | -11/+16 |
2005-09-10 | [PATCH] security: enable atomic inode security labeling | Stephen Smalley | 3 | -0/+67 |
2005-09-05 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2005-09-05 | [PATCH] selinux: endian notations | Alexey Dobriyan | 5 | -37/+52 |
2005-09-05 | [PATCH] selinux: Reduce memory use by avtab | Stephen Smalley | 9 | -235/+400 |
2005-09-02 | [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate | Herbert Xu | 1 | -1/+1 |
2005-08-30 | [SELINUX]: Update for tcp_diag rename to inet_diag. | James Morris | 2 | -2/+3 |
2005-08-30 | [NETLINK]: Add "groups" argument to netlink_kernel_create | Patrick McHardy | 1 | -1/+2 |
2005-08-30 | [NETLINK]: Convert netlink users to use group numbers instead of bitmasks | Patrick McHardy | 1 | -2/+2 |
2005-08-30 | [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users | Patrick McHardy | 1 | -0/+1 |
2005-08-30 | [NETLINK]: Add properly module refcounting for kernel netlink sockets. | Harald Welte | 1 | -1/+1 |
2005-08-23 | [PATCH] SECURITY must depend on SYSFS | Adrian Bunk | 1 | -0/+1 |
2005-08-09 | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 9 | -47/+113 |
2005-08-05 | [PATCH] Destruction of failed keyring oopses | David Howells | 1 | -1/+5 |
2005-08-05 | [PATCH] Error during attempt to join key management session can leave semapho... | David Howells | 1 | -1/+1 |
2005-08-04 | [PATCH] Keys: Fix key management syscall interface bugs | David Howells | 2 | -5/+8 |
2005-07-29 | [PATCH] selinux: Fix address length checks in connect hook | Stephen Smalley | 1 | -2/+2 |
2005-07-28 | [PATCH] SELinux: default labeling of MLS field | James Morris | 5 | -38/+97 |
2005-07-13 | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 1 | -7/+8 |
2005-07-09 | [PATCH] seclvl securityfs | serue@us.ibm.com | 1 | -158/+70 |
2005-07-09 | [PATCH] add securityfs for all LSMs to use | Greg KH | 2 | -1/+348 |
2005-07-08 | [PATCH] Keys: Base keyring size on key pointer not key struct | David Howells | 1 | -7/+8 |
2005-07-02 | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 21 | -451/+1036 |
2005-06-30 | [PATCH] selinux_sb_copy_data() should not require a whole page | Eric Paris | 1 | -1/+2 |