summaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)Author
2018-01-01KEYS: add missing permission check for request_key() destinationEric Biggers
2018-01-01KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2018-01-01KEYS: trusted: sanitize all key materialEric Biggers
2018-01-01KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers
2018-01-01KEYS: prevent creating a different user's keyringsEric Biggers
2018-01-01KEYS: fix key refcount leak in keyctl_read_key()Eric Biggers
2018-01-01KEYS: fix key refcount leak in keyctl_assume_authority()Eric Biggers
2018-01-01KEYS: don't revoke uninstantiated key in request_key_auth_new()Eric Biggers
2018-01-01KEYS: fix cred refcount leak in request_key_auth_new()Eric Biggers
2017-11-11KEYS: don't let add_key() update an uninstantiated keyDavid Howells
2017-09-15KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers
2017-07-18KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells
2017-06-05KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers
2017-06-05KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells
2017-06-05KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells
2017-06-05KEYS: special dot prefixed keyring name bug fixMimi Zohar
2017-06-05KEYS: Fix an error code in request_master_key()Dan Carpenter
2017-04-04keys: Guard against null match function in keyring_search_aux()Ben Hutchings
2016-11-20KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells
2016-08-22KEYS: potential uninitialized variableDan Carpenter
2016-01-22KEYS: Fix race between read and revokeDavid Howells
2015-11-17KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells
2015-11-17KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells
2015-02-20KEYS: close race between key lookup and freeingSasha Levin
2015-02-20KEYS: Fix stale key registration at error pathTakashi Iwai
2013-04-10key: Fix resource leakAlan Cox
2013-03-20Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers
2013-03-20keys: fix race with concurrent install_user_keyrings()David Howells
2011-11-16encrypted-keys: module build fixesMimi Zohar
2011-11-16encrypted-keys: fix error return codeMimi Zohar
2011-11-15KEYS: Fix a NULL pointer deref in the user-defined key typeDavid Howells
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-10-31Cross Memory AttachChristopher Yeoh
2011-09-20encrypted-keys: check hex2bin resultMimi Zohar
2011-09-20trusted-keys: check hex2bin resultMimi Zohar
2011-09-15encrypted-keys: IS_ERR need include/err.hStephen Rothwell
2011-09-14encrypted-keys: remove trusted-keys dependencyMimi Zohar
2011-09-14encrypted-keys: create encrypted-keys directoryMimi Zohar
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells
2011-08-23KEYS: The dead key link reaper should be non-reentrantDavid Howells
2011-08-23KEYS: Make the key reaper non-reentrantDavid Howells
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells
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-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-06-30Merge branch 'linus' into nextJames Morris
2011-06-27encrypted-keys: add ecryptfs format supportRoberto Sassu