aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cred.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19cred: export get_task_cred().NeilBrown1-0/+1
2018-12-19cred: add get_cred_rcu()NeilBrown1-1/+1
2018-12-19cred: add cred_fscmp() for comparing creds.NeilBrown1-0/+55
2017-05-18doc: ReSTify credentials.txtKees Cook1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2016-06-30cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee1-0/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-09-10kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches1-4/+9
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+3
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+26
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-112/+15
2012-12-14userns: Add a more complete capability subset test to commit_credsEric W. Biederman1-1/+26
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells1-112/+15
2012-08-23userns: Make credential debugging user namespace safe.Eric W. Biederman1-2/+8
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov1-9/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-19/+25
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-14/+22
2012-04-11cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov1-0/+2
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman1-5/+3
2012-02-14security: trim security.hAl Viro1-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-2/+16
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin1-0/+2
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells1-2/+14
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-4/+2
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docsLinus Torvalds1-1/+1
2011-05-19Create Documentation/security/,Randy Dunlap1-1/+1
2011-05-19Merge branch 'master' into nextJames Morris1-6/+6
2011-05-13Cache user_ns in struct credSerge E. Hallyn1-6/+6
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris1-3/+3
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn1-0/+6
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar1-6/+10
2011-02-07CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-02-07CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa1-4/+8
2011-01-27cred: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-3/+1
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-4/+0
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-0/+25
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov1-60/+0
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+0
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar1-2/+2
2010-05-06Merge branch 'master' into nextJames Morris1-2/+3
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells1-2/+0
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells1-0/+2
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar1-0/+1
2010-04-12security: remove dead hook cred_commitEric Paris1-2/+0
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+5
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-30CRED: Fix memory leak in error handlingMathieu Desnoyers1-1/+5