summaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c
Commit message (Expand)AuthorAgeFilesLines
* keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-031-1/+7
* keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-31/+65
* keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-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
* 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
* 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-041-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/+0
* 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/+10
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-5/+4
* 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/+2
* 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-081-16/+6
* 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/+4
* | 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-171-8/+41
|\
| * KEYS: refcount bug fixMimi Zohar2016-01-071-10/+7
| * 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/+1
* switch keyctl_instantiate_key_common() to iov_iterAl Viro2015-04-111-51/+27
* KEYS: Fix the size of the key description passed to/from userspaceDavid Howells2014-12-011-30/+26
* 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
|/
* KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-141-22/+22
* KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells2013-09-241-0/+3
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-161-7/+8
|\
| * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-021-4/+14
| |\
OpenPOWER on IntegriCloud