summaryrefslogtreecommitdiffstats
path: root/security/keys
AgeCommit message (Expand)Author
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-25KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats
2016-01-05KEYS: Fix race between read and revokeDavid Howells
2015-10-28KEYS: Don't permit request_key() to construct a new keyringDavid Howells
2015-10-28KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells
2015-10-28KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells
2015-08-11KEYS: ensure we free the assoc array edit if edit is validColin Ian King
2015-01-15KEYS: close race between key lookup and freeingSasha Levin
2015-01-15KEYS: Fix stale key registration at error pathTakashi Iwai
2014-06-10Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-15security: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-04-14Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...James Morris
2014-04-14Merge commit 'v3.14' into nextJames Morris
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells
2014-03-09KEYS: Make the keyring cycle detector ignore other keyrings of the same nameDavid Howells
2014-03-06security/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-02-06security: replace strict_strto*() with kstrto*()Jingoo Han
2013-12-02security: shmem: implement kernel private shmem inodesEric Paris
2013-12-02KEYS: Fix searching of nested keyringsDavid Howells
2013-12-02KEYS: Fix multiple key add into associative arrayDavid Howells
2013-12-02KEYS: Fix the keyring hash functionDavid Howells
2013-12-02KEYS: Pre-clear struct key on allocationDavid Howells
2013-11-14KEYS: Fix keyring content gc scannerDavid Howells
2013-11-13KEYS: Fix error handling in big_key instantiationDavid Howells
2013-11-06KEYS: Fix UID check in keyctl_get_persistent()David Howells
2013-10-30KEYS: fix error return code in big_key_instantiate()Wei Yongjun
2013-10-30KEYS: Fix keyring quota misaccounting on key replacement and unlinkDavid Howells
2013-10-30KEYS: Fix a race between negating a key and reading the error setDavid Howells
2013-10-30KEYS: Make BIG_KEYS booleanJosh Boyer
2013-09-25KEYS: initialize root uid and session keyrings earlyMimi Zohar
2013-09-25KEYS: Add a 'trusted' flag and a 'trusted only' flagDavid Howells
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells
2013-09-24KEYS: Implement a big key type that can save to tmpfsDavid Howells
2013-09-24KEYS: Expand the capacity of a keyringDavid Howells
2013-09-24KEYS: Drop the permissions argument from __keyring_search_one()David Howells
2013-09-24KEYS: Define a __key_get() wrapper to use rather than atomic_inc()David Howells
2013-09-24KEYS: Search for auth-key by name rather than target key IDDavid Howells
2013-09-24KEYS: Introduce a search context structureDavid Howells
2013-09-24KEYS: Consolidate the concept of an 'index key' for key accessDavid Howells