summaryrefslogtreecommitdiffstats
path: root/kernel/cred.c
Commit message (Expand)AuthorAgeFilesLines
* cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee2016-06-301-0/+2
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches2015-09-101-4/+9
* kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-151-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+26
|\
| * userns: Add a more complete capability subset test to commit_credsEric W. Biederman2012-12-141-1/+26
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-161-112/+15
|\ \ | |/ |/|
| * KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-021-112/+15
* | userns: Make credential debugging user namespace safe.Eric W. Biederman2012-08-231-2/+8
|/
* keys: kill task_struct->replacement_session_keyringOleg Nesterov2012-05-231-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-19/+25
|\
| * userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-14/+22
| * cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-071-5/+3
* | cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov2012-04-111-0/+2
|/
* security: trim security.hAl Viro2012-02-141-0/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-251-2/+16
|\
| * CRED: fix build error due to 'tgcred' undeclaredAxel Lin2011-08-231-0/+2
| * CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells2011-08-231-2/+14
* | move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-111-4/+2
|/
* Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-271-1/+1
|\
| * Create Documentation/security/,Randy Dunlap2011-05-191-1/+1
* | Merge branch 'master' into nextJames Morris2011-05-191-6/+6
|\|
| * Cache user_ns in struct credSerge E. Hallyn2011-05-131-6/+6
* | capabilities: delete all CAP_INIT macrosEric Paris2011-04-041-3/+3
|/
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-0/+6
* Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-161-6/+10
|\
| * CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-02-071-2/+2
| * CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-02-071-4/+8
* | cred: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
|/
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-3/+1
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-4/+0
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2010-07-291-0/+25
* umh: creds: kill subprocess_info->cred logicOleg Nesterov2010-05-271-60/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-05-201-2/+0
|\
| * Merge branch 'master' into nextJames Morris2010-05-061-2/+3
| |\
| * | security: remove dead hook cred_commitEric Paris2010-04-121-2/+0
* | | 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/+0
| * | 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/+0
| |/ |/|
* | 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