aboutsummaryrefslogtreecommitdiff
path: root/security/keys/process_keys.c
AgeCommit message (Expand)Author
2013-09-25KEYS: initialize root uid and session keyrings earlyMimi Zohar
2013-09-24KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells
2013-09-24KEYS: Introduce a search context structureDavid Howells
2013-09-24KEYS: Skip key state checks when checking for possessionDavid Howells
2013-03-12keys: fix race with concurrent install_user_keyrings()David Howells
2013-03-03userns: Stop oopsing in key_change_session_keyringEric W. Biederman
2013-02-21KEYS: Revert one application of "Fix unreachable code" patchDavid Howells
2012-12-20keys: fix unreachable codeAlan Cox
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-10-28Merge branch 'master' into for-nextJiri Kosina
2012-10-25keys: Fix unreachable codeAlan Cox
2012-10-02KEYS: Reduce initial permissions on keysDavid Howells
2012-10-02KEYS: Make the session and process keyrings per-threadDavid Howells
2012-09-28keys: Fix unreachable codeAlan Cox
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro
2012-07-22trimming task_work: kill ->dataAl Viro
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-11KEYS: Do LRU discard in full keyringsDavid Howells
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2012-03-07KEYS: testing wrong bit for KEY_FLAG_REVOKEDDan Carpenter
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells
2011-05-26Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn
2011-03-17KEYS: Improve /proc/keysDavid Howells
2011-01-21KEYS: Fix up comments in key management codeDavid Howells
2011-01-21KEYS: Do some style cleanup in the key management code.David Howells
2010-10-28Fix install_process_keyring error handlingAndi Kleen
2010-08-02KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov
2010-05-18KEYS: Return more accurate error codesDan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-09-02KEYS: Deal with dead-type keys appropriately [try #6]David Howells
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov
2009-02-27keys: distinguish per-uid keys in different namespacesSerge E. Hallyn
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra
2006-06-26[PATCH] keys: sort out key quota systemDavid Howells