aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25security/selinux: constify function pointer tables and fieldsJan Engelhardt1-2/+2
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells5-317/+335
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+2
2007-04-26[AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-2/+2
2007-02-06[PATCH] Keys: Fix key serial number collision handlingDavid Howells1-19/+14
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+1
2006-12-07[PATCH] security/keys/*: user kmemdup()Eric Sesterhenn2-6/+2
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-29[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerDavid Howells3-11/+36
2006-06-27[PATCH] poison: add & use more constantsRandy Dunlap1-1/+2
2006-06-26[PATCH] keys: restrict contents of /proc/keys to Viewable keysMichael LeMay1-0/+7
2006-06-26[PATCH] keys: allocate key serial numbers randomlyMichael LeMay1-14/+14
2006-06-26[PATCH] keys: let keyctl_chown() change a key's ownerFredrik Tolf1-8/+48
2006-06-26[PATCH] keys: discard the contents of a key on revocationDavid Howells2-1/+45
2006-06-26[PATCH] keys: sort out key quota systemDavid Howells7-40/+60
2006-06-22[PATCH] Keys: Fix race between two instantiators of a keyDavid Howells3-17/+74
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay5-16/+20
2006-04-21[RBTREE] Update key.c to use rb_parent() accessor macro.David Woodhouse1-4/+4
2006-04-11[PATCH] Keys: Improve usage of memory barriers and remove IRQ disablementDavid Howells1-21/+20
2006-04-10[Security] Keys: Fix oops when adding key to non-keyringDavid Howells2-0/+5
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-03-24[PATCH] strndup_user: convert keyctlDavi Arnaut1-105/+50
2006-03-22[PATCH] sem2mutex: security/Ingo Molnar1-3/+4
2006-02-03[PATCH] Fix keyctl usage of strnlen_user()Davi Arnaut1-5/+10
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-08[PATCH] keys: Permit running process to instantiate keysDavid Howells8-235/+327
2006-01-08[PATCH] keys: Discard duplicate keys from a keyring on linkDavid Howells1-23/+64
2006-01-08[PATCH] keys: Permit key expiry time to be setDavid Howells3-0/+48
2006-01-06[PATCH] security/: possible cleanupsAdrian Bunk3-3/+2
2006-01-06[PATCH] Keys: Remove key duplicationDavid Howells3-150/+3
2005-12-01[PATCH] Keys: Fix permissions check for update vs addDavid Howells1-1/+1
2005-11-07[PATCH] kfree cleanup: securityJesper Juhl1-2/+1
2005-11-07[PATCH] Keys: Remove incorrect and obsolete '!' operatorsDavid Howells1-4/+4
2005-10-30[PATCH] Keys: Add LSM hooks for key management [try #3]David Howells5-35/+71
2005-10-30[PATCH] Keys: Export user-defined keyring operationsDavid Howells1-25/+24
2005-10-08[PATCH] Keys: Possessor permissions should be additiveDavid Howells1-6/+6
2005-10-08[PATCH] Keys: Split key permissions checking into a .c fileDavid Howells2-0/+71
2005-10-08[PATCH] Keys: Add request-key process documentationDavid Howells2-0/+4
2005-10-08[PATCH] key: plug request_key_auth memleakDavid Howells1-0/+1
2005-09-28[PATCH] Keys: Add possessor permissions to keys [try #3]David Howells8-307/+391
2005-08-04[PATCH] Destruction of failed keyring oopsesDavid Howells1-1/+5
2005-08-04[PATCH] Error during attempt to join key management session can leave semaphore pinnedDavid Howells1-1/+1
2005-08-04[PATCH] Keys: Fix key management syscall interface bugsDavid Howells2-5/+8
2005-07-07[PATCH] Keys: Base keyring size on key pointer not key structDavid Howells1-7/+8