aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-03kernel/cred.c: use kmem_cache_freeJulia Lawall1-1/+1
2009-09-23creds_are_invalid() needs to be exported for use by modules:Randy Dunlap1-0/+1
2009-09-23include/linux/cred.h: fix buildAndrew Morton1-0/+18
2009-09-15CRED: Allow put_cred() to cope with a NULL groups listDavid Howells1-1/+2
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+43
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-6/+244
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells1-2/+2
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+2
2009-01-09CRED: Must initialise the new creds in prepare_kernel_cred()David Howells1-0/+1
2009-01-09CRED: Missing put_cred() in prepare_kernel_cred()David Howells1-0/+1
2009-01-08CRED: Fix commit_creds() on a process that has no mmDavid Howells1-1/+2
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-2/+13
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells1-0/+113
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells1-12/+26
2008-11-14CRED: DocumentationDavid Howells1-1/+1
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-1/+45
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-37/+284
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells1-0/+63
2008-11-14CRED: Detach the credentials from task_structDavid Howells1-0/+96