Age | Commit message (Expand) | Author | Files | Lines |
2008-10-11 | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex... | James Morris | 1 | -3/+10 |
2008-10-10 | netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f... | Paul Moore | 1 | -1/+2 |
2008-10-10 | selinux: Fix a problem in security_netlbl_sid_to_secattr() | Paul Moore | 1 | -2/+8 |
2008-10-04 | selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() | Paul Moore | 1 | -7/+4 |
2008-10-04 | selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() | Paul Moore | 1 | -7/+4 |
2008-09-21 | Merge branch 'master' into next | James Morris | 1 | -3/+3 |
2008-09-04 | SELinux: memory leak in security_context_to_sid_core | Eric Paris | 1 | -3/+3 |
2008-08-29 | SELinux: add boundary support and thread context assignment | KaiGai Kohei | 3 | -15/+367 |
2008-08-15 | selinux: Unify for- and while-loop style | Vesa-Matti Kari | 6 | -24/+24 |
2008-08-07 | selinux: conditional expression type validation was off-by-one | Vesa-Matti Kari | 1 | -1/+1 |
2008-08-05 | SELinux: trivial, remove unneeded local variable | Vesa-Matti J Kari | 1 | -4/+2 |
2008-08-05 | SELinux: Trivial minor fixes that change C null character style | Vesa-Matti J Kari | 3 | -18/+18 |
2008-07-15 | Revert "SELinux: allow fstype unknown to policy to use xattrs if present" | James Morris | 1 | -19/+8 |
2008-07-14 | SELinux: allow fstype unknown to policy to use xattrs if present | Eric Paris | 1 | -8/+19 |
2008-07-14 | SELinux: more user friendly unknown handling printk | Eric Paris | 1 | -0/+7 |
2008-07-14 | selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux ... | Stephen Smalley | 1 | -3/+13 |
2008-07-14 | SELinux: drop load_mutex in security_load_policy | Eric Paris | 1 | -13/+1 |
2008-07-14 | SELinux: fix off by 1 reference of class_to_string in context_struct_compute_av | Eric Paris | 1 | -1/+1 |
2008-07-14 | SELinux: open code sidtab lock | James Morris | 1 | -11/+7 |
2008-07-14 | SELinux: open code load_mutex | James Morris | 1 | -12/+9 |
2008-07-14 | SELinux: open code policy_rwlock | James Morris | 1 | -56/+52 |
2008-07-14 | selinux: fix endianness bug in network node address handling | Stephen Smalley | 1 | -7/+8 |
2008-07-14 | SELinux: keep the code clean formating and syntax | Eric Paris | 3 | -7/+7 |
2008-07-14 | SELinux: fix sleeping allocation in security_context_to_sid | Stephen Smalley | 1 | -30/+40 |
2008-07-14 | selinux: support deferred mapping of contexts | Stephen Smalley | 6 | -124/+227 |
2008-04-29 | Security: Make secctx_to_secid() take const secdata | David Howells | 1 | -2/+2 |
2008-04-29 | xattr: add missing consts to function arguments | David Howells | 1 | -2/+2 |
2008-04-28 | SELinux: policydb.h whitespace, syntax, and other cleanups | Eric Paris | 1 | -5/+5 |
2008-04-28 | SELinux: mls_types.h whitespace, syntax, and other cleanups | Eric Paris | 1 | -2/+2 |
2008-04-28 | SELinux: mls.h whitespace, syntax, and other cleanups | Eric Paris | 1 | -3/+3 |
2008-04-28 | SELinux: hashtab.h whitespace, syntax, and other cleanups | Eric Paris | 1 | -3/+3 |
2008-04-28 | SELinux: context.h whitespace, syntax, and other cleanups | Eric Paris | 1 | -2/+2 |
2008-04-28 | SELinux: ss/conditional.h whitespace, syntax, and other cleanups | Eric Paris | 1 | -3/+3 |
2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 8 | -254/+235 |
2008-04-21 | changing whitespace for fun and profit: policydb.c | Eric Paris | 1 | -68/+63 |
2008-04-21 | SELinux: clean up printks | Eric Paris | 4 | -61/+60 |
2008-04-21 | SELinux: sidtab.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -4/+2 |
2008-04-21 | SELinux: services.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -60/+55 |
2008-04-21 | SELinux: mls.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -13/+14 |
2008-04-21 | SELinux: hashtab.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -2/+2 |
2008-04-21 | SELinux: ebitmap.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -3/+2 |
2008-04-21 | SELinux: conditional.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -33/+26 |
2008-04-21 | SELinux: avtab.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -10/+11 |
2008-04-18 | security: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
2008-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -11/+34 |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds | 1 | -1/+1 |
2008-04-19 | SELinux: use new audit hooks, remove redundant exports | Ahmed S. Darwish | 1 | -11/+34 |
2008-04-18 | SELinux: Add network port SID cache | Paul Moore | 1 | -7/+1 |
2008-04-18 | selinux/ss/services.c should #include <linux/selinux.h> | Adrian Bunk | 1 | -0/+1 |
2008-04-18 | selinux: introduce permissive types | Eric Paris | 3 | -0/+38 |