summaryrefslogtreecommitdiffstats
path: root/security/keys/key.c
AgeCommit message (Expand)AuthorLines
2025-06-11KEYS: Invert FINAL_PUT bitHerbert Xu-2/+3
2025-03-22keys: Fix UAF in key_put()David Howells-0/+2
2024-05-09keys: Fix overwrite of key expiration on instantiationSilvio Gissi-1/+2
2024-05-09keys: update key quotas in key_put()Luis Henriques-10/+22
2024-02-15ima: Move to LSM infrastructureRoberto Sassu-8/+1
2024-02-15security: Introduce key_post_create_or_update hookRoberto Sassu-1/+6
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells-10/+5
2023-10-11security/keys: export key_lookup()Hannes Reinecke-0/+1
2023-02-13KEYS: Add new function key_create()Thomas Weißschuh-37/+100
2021-01-21certs: Fix blacklist flag type confusionDavid Howells-0/+2
2020-11-23keys: Provide the original description to the key preparserDavid Howells-0/+2
2020-05-19watch_queue: Add a key/keyring notification facilityDavid Howells-14/+24
2020-03-15KEYS: reaching the keys quotas correctlyYang Xu-1/+1
2019-12-12KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian-0/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+19
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-19/+10
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+4
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2019-07-08Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+21
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells-19/+10
2019-06-26keys: Include target namespace in match criteriaDavid Howells-0/+1
2019-06-26keys: Cache the hash value to avoid lots of recalculationDavid Howells-1/+1
2019-06-26keys: Simplify key description managementDavid Howells-0/+2
2019-06-19keys: Invalidate used request_key authentication keysDavid Howells-2/+2
2019-05-30keys: Hoist locking out of __key_link_begin()David Howells-6/+21
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-02-15keys: Timestamp new keysDavid Howells-0/+1
2019-02-15KEYS: allow reaching the keys quotas exactlyEric Biggers-2/+2
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+1
2017-12-08security: keys: remove redundant assignment to key_refColin Ian King-1/+0
2017-11-15security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang-4/+4
2017-11-15security: keys: Replace time_t/timespec with time64_tBaolin Wang-13/+6
2017-10-18KEYS: don't let add_key() update an uninstantiated keyDavid Howells-0/+10
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells-11/+20
2017-09-25KEYS: reset parent each time before searching key_user_treeEric Biggers-2/+2
2017-09-25KEYS: prevent creating a different user's keyringsEric Biggers-0/+2
2017-06-09KEYS: fix refcount_inc() on zeroMark Rutland-7/+4
2017-06-09KEYS: fix freeing uninitialized memory in key_update()Eric Biggers-3/+2
2017-04-04KEYS: Consistent ordering for __key_link_begin and restrict checkMat Martineau-11/+13
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau-9/+14
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau-2/+3
2017-04-03KEYS: Use a typedef for restrict_link function pointersMat Martineau-6/+2
2017-04-03security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova-3/+3
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova-3/+3
2016-06-16KEYS: potential uninitialized variableDan Carpenter-1/+1
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells-9/+2
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells-7/+36
2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells-0/+2
2016-01-28KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it setDavid Howells-1/+2
2016-01-07KEYS: refcount bug fixMimi Zohar-2/+1