aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cred.c
Commit message (Expand)AuthorAge
* Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-27
|\
| * Create Documentation/security/,Randy Dunlap2011-05-19
* | Merge branch 'master' into nextJames Morris2011-05-19
|\|
| * Cache user_ns in struct credSerge E. Hallyn2011-05-13
* | capabilities: delete all CAP_INIT macrosEric Paris2011-04-03
|/
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-23
* Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-16
|\
| * CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-02-07
| * CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-07
* | cred: Replace deprecated spinlock initializationThomas Gleixner2011-01-27
|/
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-12
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2010-07-29
* umh: creds: kill subprocess_info->cred logicOleg Nesterov2010-05-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-05-20
|\
| * Merge branch 'master' into nextJames Morris2010-05-05
| |\
| * | security: remove dead hook cred_commitEric Paris2010-04-11
* | | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-07
|\ \ \ | | |/ | |/|
| * | CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells2010-04-21
| * | CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells2010-04-20
* | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-15
|\| |
| * | Merge branch 'master' into export-slabhTejun Heo2010-04-04
| |\|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | | sched: Remove remaining USER_SCHED codeLi Zefan2010-04-02
| |/ |/|
* | CRED: Fix memory leak in error handlingMathieu Desnoyers2010-03-30
|/
* kernel/cred.c: use kmem_cache_freeJulia Lawall2010-02-02
* creds_are_invalid() needs to be exported for use by modules:Randy Dunlap2009-09-23
* include/linux/cred.h: fix buildAndrew Morton2009-09-23
* CRED: Allow put_cred() to cope with a NULL groups listDavid Howells2009-09-14
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-02
* CRED: Add some configurable debugging [try #6]David Howells2009-09-02
* CRED: Rename cred_exec_mutex to reflect that it's a guard against ptraceDavid Howells2009-05-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-01-09
|\
| * CRED: Fix commit_creds() on a process that has no mmDavid Howells2009-01-08
* | CRED: Must initialise the new creds in prepare_kernel_cred()David Howells2009-01-09
* | CRED: Missing put_cred() in prepare_kernel_cred()David Howells2009-01-09
|/
* User namespaces: set of cleanups (v2)Serge Hallyn2008-11-24
* CRED: Allow kernel services to override LSM settings for task actionsDavid Howells2008-11-13
* CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells2008-11-13
* CRED: DocumentationDavid Howells2008-11-13
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-13
* CRED: Inaugurate COW credentialsDavid Howells2008-11-13
* CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-13
* CRED: Detach the credentials from task_structDavid Howells2008-11-13