aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
2008-06-06keys: remove unused key_alloc_semGravatar Daniel Walker 1-1/+0
2008-04-29keys: explicitly include required slab.h header file.Gravatar Robert P. J. Day 2-0/+2
2008-04-29keys: make the keyring quotas controllable through /proc/sysGravatar David Howells 6-15/+94
2008-04-29keys: don't generate user and user session keyrings unless they're accessedGravatar David Howells 4-118/+92
2008-04-29keys: allow clients to set key perms in key_create_or_update()Gravatar Arun Raghavan 2-9/+12
2008-04-29keys: switch to proc_create()Gravatar Alexey Dobriyan 1-6/+2
2008-04-29keys: add keyctl function to get a security labelGravatar David Howells 3-1/+71
2008-04-29keys: allow the callout data to be passed as a blob rather than a stringGravatar David Howells 4-29/+48
2008-04-29keys: check starting keyring as part of searchGravatar Kevin Coffman 1-4/+31
2008-04-29keys: increase the payload size when instantiating a keyGravatar David Howells 1-8/+30
2008-04-18security: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 4-4/+4
2008-01-25security/selinux: constify function pointer tables and fieldsGravatar Jan Engelhardt 1-2/+2
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousGravatar David Howells 5-317/+335
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-18usermodehelper: Tidy up waitingGravatar Jeremy Fitzhardinge 1-1/+2
2007-04-26[AF_RXRPC]: Key facility changes for AF_RXRPCGravatar David Howells 1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 2-2/+0
2007-02-12[PATCH] mark struct file_operations const 9Gravatar Arjan van de Ven 1-2/+2
2007-02-06[PATCH] Keys: Fix key serial number collision handlingGravatar David Howells 1-19/+14
2006-12-07[PATCH] lockdep: name some old style locksGravatar Peter Zijlstra 1-1/+1
2006-12-07[PATCH] security/keys/*: user kmemdup()Gravatar Eric Sesterhenn 2-6/+2
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-3/+3
2006-06-29[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerGravatar David Howells 3-11/+36
2006-06-27[PATCH] poison: add & use more constantsGravatar Randy Dunlap 1-1/+2
2006-06-26[PATCH] keys: restrict contents of /proc/keys to Viewable keysGravatar Michael LeMay 1-0/+7
2006-06-26[PATCH] keys: allocate key serial numbers randomlyGravatar Michael LeMay 1-14/+14
2006-06-26[PATCH] keys: let keyctl_chown() change a key's ownerGravatar Fredrik Tolf 1-8/+48
2006-06-26[PATCH] keys: discard the contents of a key on revocationGravatar David Howells 2-1/+45
2006-06-26[PATCH] keys: sort out key quota systemGravatar David Howells 7-40/+60
2006-06-22[PATCH] Keys: Fix race between two instantiators of a keyGravatar David Howells 3-17/+74
2006-06-22[PATCH] selinux: add hooks for key subsystemGravatar Michael LeMay 5-16/+20
2006-04-21[RBTREE] Update key.c to use rb_parent() accessor macro.Gravatar David Woodhouse 1-4/+4
2006-04-11[PATCH] Keys: Improve usage of memory barriers and remove IRQ disablementGravatar David Howells 1-21/+20
2006-04-10[Security] Keys: Fix oops when adding key to non-keyringGravatar David Howells 2-0/+5
2006-03-25[PATCH] Keys: Replace duplicate non-updateable keys rather than failingGravatar David Howells 1-5/+9
2006-03-25[PATCH] Keys: Fix key quota management on key allocationGravatar David Howells 1-2/+2
2006-03-24[PATCH] strndup_user: convert keyctlGravatar Davi Arnaut 1-105/+50
2006-03-22[PATCH] sem2mutex: security/Gravatar Ingo Molnar 1-3/+4
2006-02-03[PATCH] Fix keyctl usage of strnlen_user()Gravatar Davi Arnaut 1-5/+10
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2006-01-08[PATCH] keys: Permit running process to instantiate keysGravatar David Howells 8-235/+327
2006-01-08[PATCH] keys: Discard duplicate keys from a keyring on linkGravatar David Howells 1-23/+64
2006-01-08[PATCH] keys: Permit key expiry time to be setGravatar David Howells 3-0/+48
2006-01-06[PATCH] security/: possible cleanupsGravatar Adrian Bunk 3-3/+2
2006-01-06[PATCH] Keys: Remove key duplicationGravatar David Howells 3-150/+3
2005-12-01[PATCH] Keys: Fix permissions check for update vs addGravatar David Howells 1-1/+1
2005-11-07[PATCH] kfree cleanup: securityGravatar Jesper Juhl 1-2/+1