aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAge
* KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells2015-11-24
* 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: Be more consistent in selection of union members usedInsu Yun2015-10-21
| * KEYS: use kvfree() in add_keyGeliang Tang2015-10-21
| * keys, trusted: seal/unseal with TPM 2.0 chipsJarkko Sakkinen2015-10-18
| * keys, trusted: move struct trusted_key_options to trusted-type.hJarkko Sakkinen2015-10-18
* | KEYS: Don't permit request_key() to construct a new keyringDavid Howells2015-10-19
* | KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells2015-10-15
|/
* KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells2015-09-25
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-04
* KEYS: ensure we free the assoc array edit if edit is validColin Ian King2015-07-27
* switch keyctl_instantiate_key_common() to iov_iterAl Viro2015-04-11
* Don't leak a key reference if request_key() tries to use a revoked keyringDavid Jeffery2015-02-15
* KEYS: Make /proc/keys unconditional if CONFIG_KEYS=yDavid Howells2015-01-22
* KEYS: close race between key lookup and freeingSasha Levin2015-01-05
* KEYS: remove a bogus NULL checkDan Carpenter2014-12-16
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-12-15
|\
| * KEYS: Fix stale key registration at error pathTakashi Iwai2014-12-06
| * Merge commit 'v3.17' into nextJames Morris2014-11-19
| |\
* | | 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
* | | KEYS: Fix the size of the key description passed to/from userspaceDavid Howells2014-12-01
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-12
|\| | | |/ |/|
| * KEYS: Make the key matching functions return boolDavid Howells2014-09-16
| * KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-16
| * KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-16
| * KEYS: Preparse match dataDavid Howells2014-09-16
| * Merge tag 'keys-next-fixes-20140916' into keys-nextDavid Howells2014-09-16
| |\
| | * KEYS: Fix missing staticsDavid Howells2014-09-16
| * | KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells2014-09-16
| |/
* | KEYS: Increase root_maxkeys and root_maxbytes sizesSteve Dickson2014-09-02
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-06
|\|
| * KEYS: revert encrypted key changeMimi Zohar2014-07-28
| * Merge branch 'keys-fixes' into keys-nextDavid Howells2014-07-22
| |\
| | * KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-17
| * | Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextDavid Howells2014-07-22
| |\ \
| | * | KEYS: special dot prefixed keyring name bug fixMimi Zohar2014-07-17
| | |/
| * | KEYS: request_key_auth: Provide key preparsingDavid Howells2014-07-22
| * | KEYS: keyring: Provide key preparsingDavid Howells2014-07-22
| * | KEYS: big_key: Use key preparsingDavid Howells2014-07-22
| * | KEYS: user: Use key preparsingDavid Howells2014-07-22
| * | KEYS: Call ->free_preparse() even after ->preparse() returns an errorDavid Howells2014-07-22
| * | KEYS: Allow expiry time to be set when preparsing a keyDavid Howells2014-07-22
| * | KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells2014-07-22
| * | KEYS: Provide a generic instantiation functionDavid Howells2014-07-18
| |/
| * Merge commit 'v3.15' into nextJames Morris2014-06-24
| |\
* | | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-16
* | | Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-10
|\| | | |/ |/|
| * security: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-04-14