aboutsummaryrefslogtreecommitdiff
path: root/kernel/cred.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-03kernel/cred.c: use kmem_cache_freeGravatar Julia Lawall 1-1/+1
2009-09-23creds_are_invalid() needs to be exported for use by modules:Gravatar Randy Dunlap 1-0/+1
2009-09-23include/linux/cred.h: fix buildGravatar Andrew Morton 1-0/+18
2009-09-15CRED: Allow put_cred() to cope with a NULL groups listGravatar David Howells 1-1/+2
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 1-0/+43
2009-09-02CRED: Add some configurable debugging [try #6]Gravatar David Howells 1-6/+244
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceGravatar David Howells 1-2/+2
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+2
2009-01-09CRED: Must initialise the new creds in prepare_kernel_cred()Gravatar David Howells 1-0/+1
2009-01-09CRED: Missing put_cred() in prepare_kernel_cred()Gravatar David Howells 1-0/+1
2009-01-08CRED: Fix commit_creds() on a process that has no mmGravatar David Howells 1-1/+2
2008-11-24User namespaces: set of cleanups (v2)Gravatar Serge Hallyn 1-2/+13
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsGravatar David Howells 1-0/+113
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskGravatar David Howells 1-12/+26
2008-11-14CRED: DocumentationGravatar David Howells 1-1/+1
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-1/+45
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-37/+284
2008-11-14CRED: Separate per-task-group keyrings from signal_structGravatar David Howells 1-0/+63
2008-11-14CRED: Detach the credentials from task_structGravatar David Howells 1-0/+96