summaryrefslogtreecommitdiff
path: root/security/keys/key.c
AgeCommit message (Expand)Author
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells
2023-10-11security/keys: export key_lookup()Hannes Reinecke
2023-02-13KEYS: Add new function key_create()Thomas Weißschuh
2021-01-21certs: Fix blacklist flag type confusionDavid Howells
2020-11-23keys: Provide the original description to the key preparserDavid Howells
2020-05-19watch_queue: Add a key/keyring notification facilityDavid Howells
2020-03-15KEYS: reaching the keys quotas correctlyYang Xu
2019-12-12KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-08Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-26keys: Include target namespace in match criteriaDavid Howells
2019-06-26keys: Cache the hash value to avoid lots of recalculationDavid Howells
2019-06-26keys: Simplify key description managementDavid Howells
2019-06-19keys: Invalidate used request_key authentication keysDavid Howells
2019-05-30keys: Hoist locking out of __key_link_begin()David Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-15keys: Timestamp new keysDavid Howells
2019-02-15KEYS: allow reaching the keys quotas exactlyEric Biggers
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2017-12-08security: keys: remove redundant assignment to key_refColin Ian King
2017-11-15security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang
2017-11-15security: keys: Replace time_t/timespec with time64_tBaolin Wang
2017-10-18KEYS: don't let add_key() update an uninstantiated keyDavid Howells
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells
2017-09-25KEYS: reset parent each time before searching key_user_treeEric Biggers
2017-09-25KEYS: prevent creating a different user's keyringsEric Biggers
2017-06-09KEYS: fix refcount_inc() on zeroMark Rutland
2017-06-09KEYS: fix freeing uninitialized memory in key_update()Eric Biggers
2017-04-04KEYS: Consistent ordering for __key_link_begin and restrict checkMat Martineau
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau
2017-04-03KEYS: Use a typedef for restrict_link function pointersMat Martineau
2017-04-03security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova
2016-06-16KEYS: potential uninitialized variableDan Carpenter
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells
2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells
2016-01-28KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it setDavid Howells
2016-01-07KEYS: refcount bug fixMimi Zohar
2015-12-15KEYS: prevent keys from being removed from specified keyringsMimi Zohar
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-21keys: Be more consistent in selection of union members usedInsu Yun
2014-12-16KEYS: remove a bogus NULL checkDan Carpenter
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells