aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/request_key.c
Commit message (Expand)AuthorAge
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-07
|\
| * security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-22
* | KEYS: always initialize keyring_index_key::desc_lenEric Biggers2019-02-22
* | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-15
|/
* security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-12
* KEYS: add missing permission check for request_key() destinationEric Biggers2017-12-08
* KEYS: remove unnecessary get/put of explicit dest_keyringEric Biggers2017-12-08
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-18
* doc: ReSTify keys-request-key.txtKees Cook2017-05-18
* Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-19
* KEYS: Strip trailing spacesDavid Howells2016-06-14
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-11
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-05
|\
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* | KEYS: Don't permit request_key() to construct a new keyringDavid Howells2015-10-19
|/
* Don't leak a key reference if request_key() tries to use a revoked keyringDavid Jeffery2015-02-15
* KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells2014-12-01
* KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells2014-12-01
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-12
|\
| * KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-16
| * KEYS: Preparse match dataDavid Howells2014-09-16
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
|/
* KEYS: Fix a race between negating a key and reading the error setDavid Howells2013-10-30
* KEYS: Expand the capacity of a keyringDavid Howells2013-09-24
* KEYS: Introduce a search context structureDavid Howells2013-09-24
* KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells2013-09-24
* KEYS: Skip key state checks when checking for possessionDavid Howells2013-09-24
* KEYS: split call to call_usermodehelper_fns()Lucas De Marchi2013-04-30
* 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
* | userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-13
|/
* kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh2012-05-31
* usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov2012-03-23
* KEYS: Fix error handling in construct_key_and_link()David Howells2011-06-21
* KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-17
* Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-27
|\
| * Create Documentation/security/,Randy Dunlap2011-05-19
* | KEYS: Improve /proc/keysDavid Howells2011-03-16
|/
* KEYS: Add a new keyctl op to reject a key with a specified error codeDavid Howells2011-03-07
* KEYS: Fix __key_link_end() quota fixup on errorDavid Howells2011-01-25
* KEYS: Fix up comments in key management codeDavid Howells2011-01-21
* KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells2010-12-23
* KEYS: request_key() should return -ENOKEY if the constructed key is negativeDavid Howells2010-08-06
* KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key()Justin P. Mattock2010-08-02
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-27
* KEYS: Do preallocation for __key_link()David Howells2010-05-06
* Merge branch 'master' into nextJames Morris2010-05-06
|\
| * KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells2010-05-05
* | KEYS: Better handling of errors from construct_alloc_key()David Howells2010-05-05
|/