summaryrefslogtreecommitdiff
path: root/security/keys/process_keys.c
Commit message (Expand)AuthorAge
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-04
* KEYS: Make the key matching functions return boolDavid Howells2014-09-16
* KEYS: Preparse match dataDavid Howells2014-09-16
* KEYS: initialize root uid and session keyrings earlyMimi Zohar2013-09-25
* KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells2013-09-24
* KEYS: Introduce a search context structureDavid Howells2013-09-24
* KEYS: Skip key state checks when checking for possessionDavid Howells2013-09-24
* keys: fix race with concurrent install_user_keyrings()David Howells2013-03-12
* userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-03
* KEYS: Revert one application of "Fix unreachable code" patchDavid Howells2013-02-21
* keys: fix unreachable codeAlan Cox2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-16
|\
| * KEYS: Reduce initial permissions on keysDavid Howells2012-10-02
| * KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-02
| * keys: Fix unreachable codeAlan Cox2012-09-28
* | Merge branch 'master' into for-nextJiri Kosina2012-10-28
|\ \
| * | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-13
| |/
* | keys: Fix unreachable codeAlan Cox2012-10-25
|/
* merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-22
* trimming task_work: kill ->dataAl Viro2012-07-22
* keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov2012-05-23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\
| * cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-07
| * userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-07
* | KEYS: Do LRU discard in full keyringsDavid Howells2012-05-11
|/
* KEYS: testing wrong bit for KEY_FLAG_REVOKEDDan Carpenter2012-03-07
* KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells2011-08-23
* KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells2011-08-23
* Set cred->user_ns in key_replace_session_keyringSerge E. Hallyn2011-05-26
* KEYS: Improve /proc/keysDavid Howells2011-03-17
* KEYS: Fix up comments in key management codeDavid Howells2011-01-21
* KEYS: Do some style cleanup in the key management code.David Howells2011-01-21
* Fix install_process_keyring error handlingAndi Kleen2010-10-28
* KEYS: Make /proc/keys check to see if a key is possessed before security checkDavid Howells2010-08-02
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-27
* KEYS: Return more accurate error codesDan Carpenter2010-05-18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-02
* KEYS: Deal with dead-type keys appropriately [try #6]David Howells2009-09-02
* kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov2009-07-17
* keys: distinguish per-uid keys in different namespacesSerge E. Hallyn2009-02-27
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-14
* CRED: Inaugurate COW credentialsDavid Howells2008-11-14
* CRED: Separate per-task-group keyrings from signal_structDavid Howells2008-11-14
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-14
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-14
* CRED: Separate task security context from task_structDavid Howells2008-11-14
* KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells2008-11-14
* keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-29
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07