aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-24[PATCH] strndup_user: convert keyctlDavi Arnaut1-105/+50
2006-02-03[PATCH] Fix keyctl usage of strnlen_user()Davi Arnaut1-5/+10
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-08[PATCH] keys: Permit running process to instantiate keysDavid Howells1-23/+84
2006-01-08[PATCH] keys: Permit key expiry time to be setDavid Howells1-0/+44
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]David Howells1-5/+8
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]David Howells1-150/+151
2005-08-04[PATCH] Keys: Fix key management syscall interface bugsDavid Howells1-4/+7
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyDavid Howells1-58/+118
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells1-16/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+987