summaryrefslogtreecommitdiffstats
path: root/security/keys/request_key_auth.c
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-4/+4
* KEYS: Don't return EAGAIN to keyctl_assume_authority()David Howells2011-06-141-0/+2
* Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-271-1/+1
|\
| * Create Documentation/security/,Randy Dunlap2011-05-191-1/+1
* | KEYS: Improve /proc/keysDavid Howells2011-03-171-1/+2
|/
* KEYS: Fix up comments in key management codeDavid Howells2011-01-211-16/+14
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-211-24/+8
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-21/+20
* CRED: Separate task security context from task_structDavid Howells2008-11-141-6/+6
* KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells2008-11-141-1/+4
* CRED: Wrap task credential accesses in the key management codeDavid Howells2008-11-141-1/+1
* keys: explicitly include required slab.h header file.Robert P. J. Day2008-04-291-0/+1
* keys: allow the callout data to be passed as a blob rather than a stringDavid Howells2008-04-291-5/+7
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2007-10-171-1/+10
* [PATCH] keys: sort out key quota systemDavid Howells2006-06-261-1/+1
* [PATCH] Keys: Fix race between two instantiators of a keyDavid Howells2006-06-221-1/+44
* [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-221-1/+1
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-081-75/+117
* [PATCH] Keys: Add request-key process documentationDavid Howells2005-10-081-0/+2
* [PATCH] key: plug request_key_auth memleakDavid Howells2005-10-081-0/+1
* [PATCH] Keys: Add possessor permissions to keys [try #3]David Howells2005-09-281-1/+1
* [PATCH] Keys: Make request-key create an authorisation keyDavid Howells2005-06-241-0/+180