summaryrefslogtreecommitdiff
path: root/kernel/cred.c
AgeCommit message (Expand)Author
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-12-14userns: Add a more complete capability subset test to commit_credsEric W. Biederman
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells
2012-08-23userns: Make credential debugging user namespace safe.Eric W. Biederman
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
2012-04-11cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman
2012-02-14security: trim security.hAl Viro
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds
2011-05-19Create Documentation/security/,Randy Dunlap
2011-05-19Merge branch 'master' into nextJames Morris
2011-05-13Cache user_ns in struct credSerge E. Hallyn
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-01-27cred: Replace deprecated spinlock initializationThomas Gleixner
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
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