aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-09keys: Handle there being no fallback destination keyring for request_key()David Howells1-3/+6
2009-02-27keys: make procfiles per-user-namespaceSerge E. Hallyn1-6/+49
2009-02-27keys: skip keys from another user namespaceSerge E. Hallyn1-0/+3
2009-02-27keys: consider user namespace in key_permissionSerge E. Hallyn1-0/+5
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn5-5/+16
2009-01-17security: introduce missing kfreeVegard Nossum1-0/+1
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens1-9/+9
2009-01-01keys: fix sparse warning by adding __user annotation to castJames Morris1-1/+1
2008-12-29KEYS: Fix variable uninitialisation warningsDavid Howells1-3/+3
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