summaryrefslogtreecommitdiffstats
path: root/security/keys/key.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-32/+82
|\
| * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-32/+82
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-15/+8
|\ \
| * | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-131-15/+8
| |/
* / workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-201-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-1/+1
|\
| * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-1/+1
* | KEYS: Add invalidation supportDavid Howells2012-05-111-0/+22
* | KEYS: Announce key type (un)registrationDavid Howells2012-05-111-0/+3
|/
* Created a function for setting timeouts on keysBryan Schumaker2012-03-011-0/+20
* keys: add a "logon" key typeJeff Layton2012-01-171-0/+1
* KEYS: Give key types their own lockdep class for key->semDavid Howells2011-11-171-0/+3
* KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells2011-08-231-47/+4
* KEYS: Make the key reaper non-reentrantDavid Howells2011-08-231-1/+1
* KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells2011-08-231-70/+2
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-081-8/+11
* KEYS: Add a key type op to permit the key description to be vettedDavid Howells2011-03-081-0/+8
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-261-4/+4
* KEYS: Fix up comments in key management codeDavid Howells2011-01-211-67/+173
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-211-60/+20
* KEYS: Do preallocation for __key_link()David Howells2010-05-061-16/+29
* security: whitespace coding style fixesJustin P. Mattock2010-04-231-1/+1
* KEYS: Fix garbage collectorDavid Howells2009-09-151-2/+2
* KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-021-0/+14
* KEYS: Flag dead keys to induce EKEYREVOKED [try #6]David Howells2009-09-021-1/+3
* KEYS: Deal with dead-type keys appropriately [try #6]David Howells2009-09-021-4/+2
* keys: distinguish per-uid keys in different namespacesSerge E. Hallyn2009-02-271-2/+9
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-12/+13
* CRED: Wrap task credential accesses in the key management codeDavid Howells2008-11-141-1/+1
* keys: make the keyring quotas controllable through /proc/sysDavid Howells2008-04-291-5/+18
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-291-44/+1
* keys: allow clients to set key perms in key_create_or_update()Arun Raghavan2008-04-291-8/+10
* 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-16/+18
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [PATCH] Keys: Fix key serial number collision handlingDavid Howells2007-02-061-19/+14
* [PATCH] security/keys/*: user kmemdup()Eric Sesterhenn2006-12-071-3/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
* [PATCH] poison: add & use more constantsRandy Dunlap2006-06-271-1/+2
* [PATCH] keys: allocate key serial numbers randomlyMichael LeMay2006-06-261-14/+14
* [PATCH] keys: sort out key quota systemDavid Howells2006-06-261-12/+14
* [PATCH] Keys: Fix race between two instantiators of a keyDavid Howells2006-06-221-0/+4
* [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-221-4/+4
* [RBTREE] Update key.c to use rb_parent() accessor macro.David Woodhouse2006-04-211-4/+4
* [Security] Keys: Fix oops when adding key to non-keyringDavid Howells2006-04-101-0/+4
* [PATCH] Keys: Replace duplicate non-updateable keys rather than failingDavid Howells2006-03-251-5/+9
* [PATCH] Keys: Fix key quota management on key allocationDavid Howells2006-03-251-2/+2
* [PATCH] security/: possible cleanupsAdrian Bunk2006-01-061-1/+1