summaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-131-4/+14
| * | KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-021-5/+6
| * | key: Fix resource leakAlan Cox2012-09-281-2/+2
| |/
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-4/+14
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-4/+14
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-20/+30
|\ \
| * | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-131-20/+30
| |/
* | task_work: Revert "hold task_lock around checks in keyctl"Oleg Nesterov2012-09-131-2/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-231-1/+1
|\
| * Merge commit 'v3.5-rc2' into nextJames Morris2012-06-101-40/+37
| |\
| * | KEYS: Fix some sparse warningsDavid Howells2012-05-251-1/+1
* | | hold task_lock around checks in keyctlAl Viro2012-07-221-0/+2
* | | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-221-19/+9
* | | trimming task_work: kill ->dataAl Viro2012-07-221-6/+8
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-38/+35
|\ \
| * | keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-231-28/+35
| * | TIF_NOTIFY_RESUME is defined on all targets nowAl Viro2012-05-231-10/+0
| |/
* | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-05-311-1/+1
* | security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton2012-05-311-1/+1
|/
* KEYS: Add invalidation supportDavid Howells2012-05-111-0/+34
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-231-16/+2
|\
| * Created a function for setting timeouts on keysBryan Schumaker2012-03-011-16/+2
* | KEYS: Allow special keyrings to be clearedDavid Howells2012-01-191-1/+14
|/
* Cross Memory AttachChristopher Yeoh2011-10-311-1/+1
* KEYS: Make request_key() and co. return an error for a negative keyDavid Howells2011-03-171-0/+6
* KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells2011-03-081-7/+96
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-081-2/+38
* KEYS: Fix up comments in key management codeDavid Howells2011-01-211-92/+186
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-211-58/+19
OpenPOWER on IntegriCloud