summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* security/seclvl.c: fix time wrap (CVE-2005-4352)Adrian Bunk2006-11-171-0/+2
* [PATCH] selinux: check for failed kmalloc in security_sid_to_context()Serge E. Hallyn2006-05-201-0/+4
* [PATCH] selinux: Fix MLS compatibility off-by-one bugRon Yorston2006-04-241-1/+1
* [PATCH] Keys: Fix oops when adding key to non-keyring [CVE-2006-1522]David Howells2006-04-102-0/+5
* [PATCH] selinux: tracer SID fixStephen Smalley2006-03-111-1/+1
* [PATCH] selinux: require AUDITStephen Smalley2006-02-072-3/+1
* [PATCH] selinux: require SECURITY_NETWORKStephen Smalley2006-02-053-22/+5
* [PATCH] Fix keyctl usage of strnlen_user()Davi Arnaut2006-02-031-5/+10
* [PATCH] selinux: remove security struct magic number fields and testsStephen Smalley2006-02-012-52/+5
* [PATCH] selinux: change file_alloc_security to use GFP_KERNELStephen Smalley2006-02-011-1/+1
* [PATCH] selinux: fix and cleanup mprotect checksStephen Smalley2006-02-011-29/+21
* Don't try to "validate" a non-existing timeval.Linus Torvalds2006-01-311-2/+2
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-131-3/+2
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-114-0/+4
* [PATCH] selinux: Remove unneeded k[cm]alloc() return value castsJesper Juhl2006-01-101-3/+3
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-4/+4
* [PATCH] shrink dentry structEric Dumazet2006-01-081-1/+1
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-088-235/+327
* [PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells2006-01-081-23/+64
* [PATCH] keys: Permit key expiry time to be setDavid Howells2006-01-083-0/+48
* [PATCH] rcu file: use atomic primitivesNick Piggin2006-01-081-1/+1
* [XFRM]: Fix sparse warning.Luiz Capitulino2006-01-071-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-063-11/+3
|\
| * [LSM-IPSec]: Corrections to LSM-IPSec NethooksTrent Jaeger2006-01-063-11/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-061-4/+2
|\ \ | |/ |/|
| * kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2006-01-061-4/+2
* | [PATCH] security/: possible cleanupsAdrian Bunk2006-01-063-3/+2
* | [PATCH] Keys: Remove key duplicationDavid Howells2006-01-063-150/+3
* | [PATCH] selinux: more ARRAY_SIZE cleanupsTobias Klauser2006-01-062-2/+2
* | [PATCH] selinux: ARRAY_SIZE cleanupsNicolas Kaiser2006-01-061-2/+2
|/
* [LSM-IPSec]: Per-packet access control.Trent Jaeger2006-01-036-0/+410
* [LSM-IPSec]: Security association restriction.Trent Jaeger2006-01-032-1/+57
* [PATCH] Keys: Fix permissions check for update vs addDavid Howells2005-12-011-1/+1
* [PATCH] selinux: extend selinuxfs context interfaceStephen Smalley2005-11-091-26/+19
* [PATCH] selinux: disable setxattr on mountpoint labeled filesystemsStephen Smalley2005-11-091-0/+3
* [PATCH] selinux: MLS compatibilityStephen Smalley2005-11-091-1/+4
* [PATCH] kfree cleanup: securityJesper Juhl2005-11-072-8/+7
* [PATCH] Keys: Remove incorrect and obsolete '!' operatorsDavid Howells2005-11-071-4/+4
* [PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov2005-10-301-2/+1
* [PATCH] remove hardcoded SEND_SIG_xxx constantsOleg Nesterov2005-10-301-2/+2
* [PATCH] Keys: Add LSM hooks for key management [try #3]David Howells2005-10-306-35/+94
* [PATCH] Keys: Export user-defined keyring operationsDavid Howells2005-10-301-25/+24
* [PATCH] reduce sizeof(struct file)Eric Dumazet2005-10-302-2/+2
* [PATCH] SELinux: remove unecessary size_t checks in selinuxfsDavi Arnaut2005-10-301-9/+9
* [PATCH] selinux-canonicalize-getxattr-fixAndrew Morton2005-10-301-3/+0
* [PATCH] SELinux: canonicalize getxattr()James Morris2005-10-302-15/+33
* [PATCH] SELinux: convert to kzallocJames Morris2005-10-308-97/+49
* [PATCH] gfp_t: net/*Al Viro2005-10-282-3/+3
* [PATCH] SELinux: handle sel_make_bools() failure in selinuxfsDavi Arnaut2005-10-231-1/+3