aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
2009-10-15KEYS: get_instantiation_keyring() should inc the keyring refcount in all casesGravatar David Howells 1-1/+1
2009-09-23KEYS: Have the garbage collector set its timer for live expired keysGravatar David Howells 1-2/+2
2009-09-15KEYS: Fix garbage collectorGravatar David Howells 4-35/+73
2009-09-15KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentGravatar Marc Dionne 1-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 5-0/+156
2009-09-02KEYS: Do some whitespace cleanups [try #6]Gravatar David Howells 1-9/+3
2009-09-02KEYS: Make /proc/keys use keyid not numread as file position [try #6]Gravatar Serge E. Hallyn 1-22/+55
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]Gravatar David Howells 7-4/+322
2009-09-02KEYS: Flag dead keys to induce EKEYREVOKED [try #6]Gravatar David Howells 1-1/+3
2009-09-02KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try...Gravatar David Howells 1-1/+7
2009-09-02KEYS: Deal with dead-type keys appropriately [try #6]Gravatar David Howells 4-31/+48
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Gravatar Oleg Nesterov 1-1/+1
2009-06-25keys: annotate seqfile ops with __releases and __acquiresGravatar James Morris 1-0/+4
2009-04-09keys: Handle there being no fallback destination keyring for request_key()Gravatar David Howells 1-3/+6
2009-02-27keys: make procfiles per-user-namespaceGravatar Serge E. Hallyn 1-6/+49
2009-02-27keys: skip keys from another user namespaceGravatar Serge E. Hallyn 1-0/+3
2009-02-27keys: consider user namespace in key_permissionGravatar Serge E. Hallyn 1-0/+5
2009-02-27keys: distinguish per-uid keys in different namespacesGravatar Serge E. Hallyn 5-5/+16
2009-01-17security: introduce missing kfreeGravatar Vegard Nossum 1-0/+1
2009-01-14[CVE-2009-0029] System call wrappers part 28Gravatar Heiko Carstens 1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 27Gravatar Heiko Carstens 1-9/+9
2009-01-01keys: fix sparse warning by adding __user annotation to castGravatar James Morris 1-1/+1
2008-12-29KEYS: Fix variable uninitialisation warningsGravatar David Howells 1-3/+3
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-42/+0
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 9-269/+317
2008-11-14CRED: Separate per-task-group keyrings from signal_structGravatar David Howells 2-80/+54
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 2-14/+20
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 2-6/+7
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 5-78/+86
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentGravatar David Howells 5-111/+187
2008-11-14KEYS: Disperse linux/key_ui.hGravatar David Howells 3-1/+33
2008-11-14CRED: Wrap task credential accesses in the key management codeGravatar David Howells 4-8/+8
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