aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-1/+1
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller1-2/+2
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau1-0/+5
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+41
2016-01-07KEYS: refcount bug fixMimi Zohar1-10/+7
2015-12-19KEYS: Fix race between read and revokeDavid Howells1-9/+9
2015-12-15KEYS: prevent keys from being removed from specified keyringsMimi Zohar1-10/+46
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-2/+2
2015-10-21KEYS: use kvfree() in add_keyGeliang Tang1-7/+1
2015-04-11switch keyctl_instantiate_key_common() to iov_iterAl Viro1-51/+27
2014-12-01KEYS: Fix the size of the key description passed to/from userspaceDavid Howells1-30/+26
2014-09-16KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells1-0/+2
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells1-1/+14
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells1-1/+14
2014-07-17KEYS: special dot prefixed keyring name bug fixMimi Zohar1-2/+4
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells1-22/+22
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells1-0/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-7/+8
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+14
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-4/+14
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells1-4/+14
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells1-5/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-20/+30
2012-09-28key: Fix resource leakAlan Cox1-2/+2
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman1-20/+30
2012-09-13task_work: Revert "hold task_lock around checks in keyctl"Oleg Nesterov1-2/+0
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-4/+14
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2012-07-22hold task_lock around checks in keyctlAl Viro1-0/+2
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro1-19/+9
2012-07-22trimming task_work: kill ->dataAl Viro1-6/+8
2012-06-10Merge commit 'v3.5-rc2' into nextJames Morris1-40/+37
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-38/+35
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-1/+1
2012-05-31security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton1-1/+1
2012-05-25KEYS: Fix some sparse warningsDavid Howells1-1/+1
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov1-28/+35
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowAl Viro1-10/+0
2012-05-11KEYS: Add invalidation supportDavid Howells1-0/+34
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-16/+2
2012-03-01Created a function for setting timeouts on keysBryan Schumaker1-16/+2
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells1-1/+14
2011-10-31Cross Memory AttachChristopher Yeoh1-1/+1
2011-03-17KEYS: Make request_key() and co. return an error for a negative keyDavid Howells1-0/+6
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells1-7/+96
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells1-2/+38