summaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c
AgeCommit message (Expand)AuthorLines
2014-12-01KEYS: Fix the size of the key description passed to/from userspaceDavid Howells-30/+26
2014-09-16KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells-0/+2
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells-1/+14
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells-1/+14
2014-07-17KEYS: special dot prefixed keyring name bug fixMimi Zohar-2/+4
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells-22/+22
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells-0/+3
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-7/+8
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+14
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells-4/+14
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells-4/+14
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells-5/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-20/+30
2012-09-28key: Fix resource leakAlan Cox-2/+2
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman-20/+30
2012-09-13task_work: Revert "hold task_lock around checks in keyctl"Oleg Nesterov-2/+0
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells-4/+14
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+1
2012-07-22hold task_lock around checks in keyctlAl Viro-0/+2
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro-19/+9
2012-07-22trimming task_work: kill ->dataAl Viro-6/+8
2012-06-10Merge commit 'v3.5-rc2' into nextJames Morris-40/+37
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-38/+35
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh-1/+1
2012-05-31security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton-1/+1
2012-05-25KEYS: Fix some sparse warningsDavid Howells-1/+1
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov-28/+35
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowAl Viro-10/+0
2012-05-11KEYS: Add invalidation supportDavid Howells-0/+34
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-16/+2
2012-03-01Created a function for setting timeouts on keysBryan Schumaker-16/+2
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells-1/+14
2011-10-31Cross Memory AttachChristopher Yeoh-1/+1
2011-03-17KEYS: Make request_key() and co. return an error for a negative keyDavid Howells-0/+6
2011-03-08KEYS: Add an iovec version of KEYCTL_INSTANTIATEDavid Howells-7/+96
2011-03-08KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells-2/+38
2011-01-21KEYS: Fix up comments in key management codeDavid Howells-92/+186
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells-58/+19
2010-09-10KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells-1/+2
2010-09-10KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells-0/+3
2010-08-02KEYS: Use the variable 'key' in keyctl_describe_key()David Howells-7/+5
2010-08-02KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation keyDavid Howells-1/+16
2010-06-27KEYS: Propagate error code instead of returning -EINVALDan Carpenter-2/+2
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov-1/+1
2010-04-23security: whitespace coding style fixesJustin P. Mattock-29/+29
2010-04-12security: remove dead hook key_session_to_parentEric Paris-7/+0
2009-12-17Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven-0/+10
2009-12-17keys: PTR_ERR return of wrong pointer in keyctl_get_security()Roel Kluin-1/+1
2009-10-15KEYS: get_instantiation_keyring() should inc the keyring refcount in all casesDavid Howells-1/+1