aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/key.c
Commit message (Expand)AuthorAgeFilesLines
* first round of updates to the security codeWolfgang Wiedmeyer2015-10-231-116/+5
* 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
* [PATCH] Keys: Remove key duplicationDavid Howells2006-01-061-53/+3
* [PATCH] kfree cleanup: securityJesper Juhl2005-11-071-2/+1
* [PATCH] Keys: Add LSM hooks for key management [try #3]David Howells2005-10-301-16/+40
* [PATCH] Keys: Add possessor permissions to keys [try #3]David Howells2005-09-281-36/+45
* [PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney2005-06-251-1/+1
* [PATCH] Keys: Make request-key create an authorisation keyDavid Howells2005-06-241-6/+18
* [PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells2005-06-241-52/+42
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1040