summaryrefslogtreecommitdiffstats
path: root/security/keys/process_keys.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-64/+22Star
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-22/+64
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-22/+64
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-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-091-23/+18Star
|\|
| * keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-191-23/+18Star
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-091-15/+11Star
|\|
| * keys: Reuse keyring_index_key::desc_len in lookup_user_key()Eric Biggers2019-05-301-3/+1Star
| * keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-221-12/+10Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* 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/+4Star
* 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-231-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-291-0/+1
|\
| * keys: Export lookup_user_key to external usersDave Jiang2018-12-141-0/+1
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+0Star
|/
* 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-051-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/+58Star
* 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-041-1/+1
* KEYS: Revert one application of "Fix unreachable code" patchDavid Howells2013-02-211-0/+2
* keys: fix unreachable codeAlan Cox2012-12-211-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-171-53/+39Star
|\
| * KEYS: Reduce initial permissions on keysDavid Howells2012-10-021-9/+17
| * KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-021-44/+22Star
| * keys: Fix unreachable codeAlan Cox2012-09-281-2/+0Star
* | Merge branch 'master' into for-nextJiri Kosina2012-10-281-7/+8
|\ \
| * | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-141-7/+8
| |/
* / keys: Fix unreachable codeAlan Cox2012-10-251-2/+0Star
|/