summaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-72/+32Star
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-32/+72
|\
| * keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-031-1/+7
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-31/+65
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-3/+5
|\|
| * keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-1/+1
| * keys: Include target namespace in match criteriaDavid Howells2019-06-261-1/+2
| * keys: Namespace keyring namesDavid Howells2019-06-261-1/+2
| * keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-1/+1
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-091-1/+89
|\|
| * keys: Add capability-checking keyctl functionDavid Howells2019-06-191-0/+35
| * keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-301-0/+52
| * keys: sparse: Fix incorrect RCU accessesDavid Howells2019-05-291-1/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-071-1/+1
|\
| * keys: fix missing __user in KEYCTL_PKEY_QUERYBen Dooks2019-03-051-1/+1
* | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-151-0/+1
|/
* security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+0Star
* KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]David Howells2018-10-261-0/+24
* KEYS: reject NULL restriction string when type is specifiedEric Biggers2017-12-081-14/+10Star
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-5/+4Star
* KEYS: prevent KEYCTL_READ on negative keyEric Biggers2017-09-251-0/+5
* KEYS: fix key refcount leak in keyctl_read_key()Eric Biggers2017-09-251-1/+1
* KEYS: fix key refcount leak in keyctl_assume_authority()Eric Biggers2017-09-251-4/+2Star
* KEYS: sanitize add_key() and keyctl() key payloadsEric Biggers2017-06-091-3/+9
* KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers2017-06-091-2/+2
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-16/+6Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-1/+59
|\
| * KEYS: add SP800-56A KDF support for DHStephan Mueller2017-04-041-1/+1
| * KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau2017-04-041-0/+58
* | KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2017-04-181-7/+4Star
* | KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells2017-04-181-2/+7
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* KEYS: Add placeholder for KDF usage with DHStephan Mueller2016-06-031-2/+2
* KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau2016-04-121-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-181-8/+41
|\
| * KEYS: refcount bug fixMimi Zohar2016-01-071-10/+7Star
| * KEYS: prevent keys from being removed from specified keyringsMimi Zohar2015-12-151-10/+46
* | KEYS: Fix race between read and revokeDavid Howells2015-12-191-9/+9
|/
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-2/+2
* KEYS: use kvfree() in add_keyGeliang Tang2015-10-211-7/+1Star
* switch keyctl_instantiate_key_common() to iov_iterAl Viro2015-04-121-51/+27Star
* KEYS: Fix the size of the key description passed to/from userspaceDavid Howells2014-12-011-30/+26Star
* KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells2014-09-161-0/+2
* Merge branch 'keys-fixes' into keys-nextDavid Howells2014-07-221-1/+14
|\
| * KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-171-1/+14
* | KEYS: special dot prefixed keyring name bug fixMimi Zohar2014-07-171-2/+4
|/