aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-01-21KEYS: Fix up comments in key management codeDavid Howells1-92/+186
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells1-58/+19
2010-09-10KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells1-1/+2
2010-09-10KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells1-0/+3
2010-08-02KEYS: Use the variable 'key' in keyctl_describe_key()David Howells1-7/+5
2010-08-02KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation keyDavid Howells1-1/+16
2010-06-27KEYS: Propagate error code instead of returning -EINVALDan Carpenter1-2/+2
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov1-1/+1
2010-04-23security: whitespace coding style fixesJustin P. Mattock1-29/+29
2010-04-12security: remove dead hook key_session_to_parentEric Paris1-7/+0
2009-12-17Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven1-0/+10
2009-12-17keys: PTR_ERR return of wrong pointer in keyctl_get_security()Roel Kluin1-1/+1
2009-10-15KEYS: get_instantiation_keyring() should inc the keyring refcount in all casesDavid Howells1-1/+1
2009-09-15KEYS: Fix garbage collectorDavid Howells1-1/+1
2009-09-15KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+102
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells1-0/+1
2009-09-02KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try #6]David Howells1-1/+7
2009-09-02KEYS: Deal with dead-type keys appropriately [try #6]David Howells1-21/+29
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn1-1/+1
2009-01-17security: introduce missing kfreeVegard Nossum1-0/+1
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-9/+9
2009-01-01keys: fix sparse warning by adding __user annotation to castJames Morris1-1/+1
2008-12-29KEYS: Fix variable uninitialisation warningsDavid Howells1-3/+3
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-28/+67
2008-11-14CRED: Separate task security context from task_structDavid Howells1-12/+13
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells1-47/+71
2008-11-14CRED: Wrap task credential accesses in the key management codeDavid Howells1-1/+1
2008-04-29keys: make the keyring quotas controllable through /proc/sysDavid Howells1-3/+9
2008-04-29keys: allow clients to set key perms in key_create_or_update()Arun Raghavan1-1/+2
2008-04-29keys: add keyctl function to get a security labelDavid Howells1-0/+66
2008-04-29keys: allow the callout data to be passed as a blob rather than a stringDavid Howells1-2/+5
2008-04-29keys: increase the payload size when instantiating a keyDavid Howells1-8/+30
2006-06-29[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerDavid Howells1-1/+1
2006-06-26[PATCH] keys: let keyctl_chown() change a key's ownerFredrik Tolf1-8/+48
2006-06-26[PATCH] keys: sort out key quota systemDavid Howells1-2/+3