aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29keys: make the keyring quotas controllable through /proc/sysDavid Howells1-5/+18
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells1-44/+1
2008-04-29keys: allow clients to set key perms in key_create_or_update()Arun Raghavan1-8/+10
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells1-16/+18
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-02-06[PATCH] Keys: Fix key serial number collision handlingDavid Howells1-19/+14
2006-12-07[PATCH] security/keys/*: user kmemdup()Eric Sesterhenn1-3/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap1-1/+2
2006-06-26[PATCH] keys: allocate key serial numbers randomlyMichael LeMay1-14/+14
2006-06-26[PATCH] keys: sort out key quota systemDavid Howells1-12/+14
2006-06-22[PATCH] Keys: Fix race between two instantiators of a keyDavid Howells1-0/+4
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay1-4/+4
2006-04-21[RBTREE] Update key.c to use rb_parent() accessor macro.David Woodhouse1-4/+4
2006-04-10[Security] Keys: Fix oops when adding key to non-keyringDavid Howells1-0/+4
2006-03-25[PATCH] Keys: Replace duplicate non-updateable keys rather than failingDavid Howells1-5/+9
2006-03-25[PATCH] Keys: Fix key quota management on key allocationDavid Howells1-2/+2
2006-01-06[PATCH] security/: possible cleanupsAdrian Bunk1-1/+1
2006-01-06[PATCH] Keys: Remove key duplicationDavid Howells1-53/+3
2005-11-07[PATCH] kfree cleanup: securityJesper Juhl1-2/+1
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]David Howells1-16/+40
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]David Howells1-36/+45
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-06-24[PATCH] Keys: Make request-key create an authorisation keyDavid Howells1-6/+18
2005-06-24[PATCH] keys: Discard key spinlock and use RCU for key payloadDavid Howells1-52/+42
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1040