summaryrefslogtreecommitdiffstats
path: root/security/keys
AgeCommit message (Expand)AuthorLines
2010-05-05KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells-1/+1
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells-10/+13
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima-9/+9
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()David Howells-3/+6
2010-05-05KEYS: Fix an RCU warning in the reading of user keysDavid Howells-1/+2
2010-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-1/+1
2010-04-27keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells-1/+8
2010-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells-1/+1
2010-04-24keys: fix an RCU warningDavid Howells-5/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-2/+0
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney-2/+5
2009-12-17Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven-0/+10
2009-12-17keys: PTR_ERR return of wrong pointer in keyctl_get_security()Roel Kluin-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman-5/+5
2009-11-12sysctl security/keys: Remove dead binary sysctl supportEric W. Biederman-6/+1
2009-10-15KEYS: get_instantiation_keyring() should inc the keyring refcount in all casesDavid Howells-1/+1
2009-09-23KEYS: Have the garbage collector set its timer for live expired keysDavid Howells-2/+2
2009-09-15KEYS: Fix garbage collectorDavid Howells-35/+73
2009-09-15KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne-0/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells-0/+156
2009-09-02KEYS: Do some whitespace cleanups [try #6]David Howells-9/+3
2009-09-02KEYS: Make /proc/keys use keyid not numread as file position [try #6]Serge E. Hallyn-22/+55
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells-4/+322
2009-09-02KEYS: Flag dead keys to induce EKEYREVOKED [try #6]David Howells-1/+3
2009-09-02KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try...David Howells-1/+7
2009-09-02KEYS: Deal with dead-type keys appropriately [try #6]David Howells-31/+48
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov-1/+1
2009-06-25keys: annotate seqfile ops with __releases and __acquiresJames Morris-0/+4
2009-04-09keys: Handle there being no fallback destination keyring for request_key()David Howells-3/+6
2009-02-27keys: make procfiles per-user-namespaceSerge E. Hallyn-6/+49
2009-02-27keys: skip keys from another user namespaceSerge E. Hallyn-0/+3
2009-02-27keys: consider user namespace in key_permissionSerge E. Hallyn-0/+5
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn-5/+16
2009-01-17security: introduce missing kfreeVegard Nossum-0/+1
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens-9/+9
2009-01-01keys: fix sparse warning by adding __user annotation to castJames Morris-1/+1
2008-12-29KEYS: Fix variable uninitialisation warningsDavid Howells-3/+3
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells-42/+0
2008-11-14CRED: Inaugurate COW credentialsDavid Howells-269/+317
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells-80/+54
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-14/+20
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-6/+7
2008-11-14CRED: Separate task security context from task_structDavid Howells-78/+86
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells-111/+187
2008-11-14KEYS: Disperse linux/key_ui.hDavid Howells-1/+33
2008-11-14CRED: Wrap task credential accesses in the key management codeDavid Howells-8/+8
2008-06-06keys: remove unused key_alloc_semDaniel Walker-1/+0
2008-04-29keys: explicitly include required slab.h header file.Robert P. J. Day-0/+2
2008-04-29keys: make the keyring quotas controllable through /proc/sysDavid Howells-15/+94