summaryrefslogtreecommitdiffstats
path: root/security/keys/request_key.c
Commit message (Expand)AuthorAgeFilesLines
* userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-131-3/+3
* kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2012-05-311-10/+3
* usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov2012-03-231-1/+1
* KEYS: Fix error handling in construct_key_and_link()David Howells2011-06-211-1/+2
* KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-171-2/+1
* 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-2/+1
|/
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-081-1/+1
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-261-1/+1
* KEYS: Fix up comments in key management codeDavid Howells2011-01-211-43/+121
* KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells2010-12-231-1/+0
* KEYS: request_key() should return -ENOKEY if the constructed key is negativeDavid Howells2010-08-061-0/+2
* KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()Justin P. Mattock2010-08-021-0/+1
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-271-0/+32
* KEYS: Do preallocation for __key_link()David Howells2010-05-061-16/+31
* Merge branch 'master' into nextJames Morris2010-05-061-1/+1
|\
| * KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells2010-05-051-1/+1
* | KEYS: Better handling of errors from construct_alloc_key()David Howells2010-05-061-2/+22
|/
* keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells2010-04-271-1/+8
* keys: fix an RCU warningDavid Howells2010-04-241-5/+8
* keys: Handle there being no fallback destination keyring for request_key()David Howells2009-04-091-3/+6
* keys: distinguish per-uid keys in different namespacesSerge E. Hallyn2009-02-271-1/+1
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-11/+18
* CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-141-20/+14
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-5/+6
* CRED: Separate task security context from task_structDavid Howells2008-11-141-8/+10
* KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells2008-11-141-24/+51
* KEYS: Disperse linux/key_ui.hDavid Howells2008-11-141-0/+2
* CRED: Wrap task credential accesses in the key management codeDavid Howells2008-11-141-5/+5
* 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-19/+30
* 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-285/+271
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+2
* [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerDavid Howells2006-06-291-10/+34
* [PATCH] keys: sort out key quota systemDavid Howells2006-06-261-15/+21
* [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-221-2/+4
* [PATCH] keys: Permit running process to instantiate keysDavid Howells2006-01-081-58/+50
* [PATCH] Keys: Add request-key process documentationDavid Howells2005-10-081-0/+2
* [PATCH] Keys: Add possessor permissions to keys [try #3]David Howells2005-09-281-7/+29
* [PATCH] Keys: Fix key management syscall interface bugsDavid Howells2005-08-041-1/+1
* [PATCH] Keys: Make request-key create an authorisation keyDavid Howells2005-06-241-32/+150
* [PATCH] Keys: Use RCU to manage session keyring pointerDavid Howells2005-06-241-4/+3
* [PATCH] Keys: Pass session keyring to call_usermodehelper()David Howells2005-06-241-1/+1
* [PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells2005-06-241-17/+15
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+359