summaryrefslogtreecommitdiffstats
path: root/kernel/cred.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'master' into nextJames Morris2010-05-061-2/+3
| |\
| * | security: remove dead hook cred_commitEric Paris2010-04-121-2/+0Star
* | | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-071-2/+2
|\ \ \ | | |/ | |/|
| * | CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells2010-04-221-2/+0Star
| * | CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells2010-04-211-0/+2
* | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-151-0/+1
|\| |
| * | Merge branch 'master' into export-slabhTejun Heo2010-04-051-1/+5
| |\|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | sched: Remove remaining USER_SCHED codeLi Zefan2010-04-021-3/+0Star
| |/ |/|
* | CRED: Fix memory leak in error handlingMathieu Desnoyers2010-03-301-1/+5
|/
* kernel/cred.c: use kmem_cache_freeJulia Lawall2010-02-031-1/+1
* creds_are_invalid() needs to be exported for use by modules:Randy Dunlap2009-09-231-0/+1
* include/linux/cred.h: fix buildAndrew Morton2009-09-231-0/+18
* CRED: Allow put_cred() to cope with a NULL groups listDavid Howells2009-09-151-1/+2
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+43
* CRED: Add some configurable debugging [try #6]David Howells2009-09-021-6/+244
* CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells2009-05-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-01-091-1/+2
|\
| * CRED: Fix commit_creds() on a process that has no mmDavid Howells2009-01-081-1/+2
* | CRED: Must initialise the new creds in prepare_kernel_cred()David Howells2009-01-091-0/+1
* | CRED: Missing put_cred() in prepare_kernel_cred()David Howells2009-01-091-0/+1
|/
* User namespaces: set of cleanups (v2)Serge Hallyn2008-11-251-2/+13
* CRED: Allow kernel services to override LSM settings for task actionsDavid Howells2008-11-141-0/+113
* CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-141-12/+26
* CRED: DocumentationDavid Howells2008-11-141-1/+1
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-1/+45
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-37/+284
* CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-141-0/+63
* CRED: Detach the credentials from task_structDavid Howells2008-11-141-0/+96