summaryrefslogtreecommitdiffstats
path: root/security/keys/process_keys.c
Commit message (Expand)AuthorAgeFilesLines
* ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman2021-10-201-0/+8
* security: keys: Fix fall-through warnings for ClangGustavo A. R. Silva2021-01-211-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-191-24/+22
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-64/+22
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-22/+64
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-22/+64
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-92/+170
|\|
| * keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-261-91/+168
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-1/+2
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-23/+18
|\|
| * keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-191-23/+18
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-081-15/+11
|\|
| * keys: Reuse keyring_index_key::desc_len in lookup_user_key()Eric Biggers2019-05-301-3/+1
| * keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-221-12/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* keys: safe concurrent user->{session,uid}_keyring accessJann Horn2019-04-101-14/+17
* security: don't use RCU accessors for cred->session_keyringJann Horn2019-04-101-8/+4
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-071-0/+3
|\
| * security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-221-0/+3
* | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-151-0/+1
|/
* Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-0/+1
|\
| * keys: Export lookup_user_key to external usersDave Jiang2018-12-131-0/+1
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+0
|/
* security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-151-1/+1
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-1/+1
* KEYS: prevent creating a different user's keyringsEric Biggers2017-09-251-2/+4
* KEYS: put keyring if install_session_keyring_to_cred() failsEric Biggers2017-06-091-3/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-1/+1
|\
| * security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova2017-04-031-1/+1
* | KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2017-04-181-17/+27
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-6/+10
* KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats2016-01-201-0/+1
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-2/+2
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-041-0/+1
* KEYS: Make the key matching functions return boolDavid Howells2014-09-161-2/+2
* KEYS: Preparse match dataDavid Howells2014-09-161-6/+7
* KEYS: initialize root uid and session keyrings earlyMimi Zohar2013-09-251-0/+10
* KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells2013-09-241-8/+8
* KEYS: Introduce a search context structureDavid Howells2013-09-241-59/+58
* KEYS: Skip key state checks when checking for possessionDavid Howells2013-09-241-3/+5
* keys: fix race with concurrent install_user_keyrings()David Howells2013-03-121-1/+1
* userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-031-1/+1
* KEYS: Revert one application of "Fix unreachable code" patchDavid Howells2013-02-211-0/+2
* keys: fix unreachable codeAlan Cox2012-12-201-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-161-53/+39
|\
| * KEYS: Reduce initial permissions on keysDavid Howells2012-10-021-9/+17
| * KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-021-44/+22