aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-42/+0
2008-11-14CRED: Inaugurate COW credentialsDavid Howells9-269/+317
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells2-80/+54
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2-14/+20
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells2-6/+7
2008-11-14CRED: Separate task security context from task_structDavid Howells5-78/+86
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells5-111/+187
2008-11-14KEYS: Disperse linux/key_ui.hDavid Howells3-1/+33
2008-11-14CRED: Wrap task credential accesses in the key management codeDavid Howells4-8/+8
2008-06-06keys: remove unused key_alloc_semDaniel Walker1-1/+0
2008-04-29keys: explicitly include required slab.h header file.Robert P. J. Day2-0/+2
2008-04-29keys: make the keyring quotas controllable through /proc/sysDavid Howells6-15/+94
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells4-118/+92
2008-04-29keys: allow clients to set key perms in key_create_or_update()Arun Raghavan2-9/+12
2008-04-29keys: switch to proc_create()Alexey Dobriyan1-6/+2
2008-04-29keys: add keyctl function to get a security labelDavid Howells3-1/+71
2008-04-29keys: allow the callout data to be passed as a blob rather than a stringDavid Howells4-29/+48
2008-04-29keys: check starting keyring as part of searchKevin Coffman1-4/+31
2008-04-29keys: increase the payload size when instantiating a keyDavid Howells1-8/+30
2008-04-18security: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells4-4/+4
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