aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/keyctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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