summaryrefslogtreecommitdiff
path: root/kernel/cred.c
AgeCommit message (Expand)Author
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar
2010-05-06Merge branch 'master' into nextJames Morris
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar
2010-04-12security: remove dead hook cred_commitEric Paris
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-30CRED: Fix memory leak in error handlingMathieu Desnoyers
2010-02-03kernel/cred.c: use kmem_cache_freeJulia Lawall
2009-09-23creds_are_invalid() needs to be exported for use by modules:Randy Dunlap
2009-09-23include/linux/cred.h: fix buildAndrew Morton
2009-09-15CRED: Allow put_cred() to cope with a NULL groups listDavid Howells
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-05-11CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-01-09CRED: Must initialise the new creds in prepare_kernel_cred()David Howells
2009-01-09CRED: Missing put_cred() in prepare_kernel_cred()David Howells
2009-01-08CRED: Fix commit_creds() on a process that has no mmDavid Howells
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells
2008-11-14CRED: DocumentationDavid Howells
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells
2008-11-14CRED: Detach the credentials from task_structDavid Howells