summaryrefslogtreecommitdiff
path: root/security/keys/process_keys.c
Commit message (Expand)AuthorAge
* security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-15
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-18
* KEYS: prevent creating a different user's keyringsEric Biggers2017-09-25
* KEYS: put keyring if install_session_keyring_to_cred() failsEric Biggers2017-06-09
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-03
|\
| * security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova2017-04-03
* | KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2017-04-18
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-11
* KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats2016-01-20
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* 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