aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/keys/key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-15ima: Move to LSM infrastructureRoberto Sassu1-8/+1
2024-02-15security: Introduce key_post_create_or_update hookRoberto Sassu1-1/+6
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells1-10/+5
2023-10-11security/keys: export key_lookup()Hannes Reinecke1-0/+1
2023-02-13KEYS: Add new function key_create()Thomas Weißschuh1-37/+100
2021-01-21certs: Fix blacklist flag type confusionDavid Howells1-0/+2
2020-11-23keys: Provide the original description to the key preparserDavid Howells1-0/+2
2020-05-19watch_queue: Add a key/keyring notification facilityDavid Howells1-14/+24
2020-03-15KEYS: reaching the keys quotas correctlyYang Xu1-1/+1
2019-12-12KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian1-0/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-10/+19
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-19/+10
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+4
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2019-07-08Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-6/+21
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-19/+10
2019-06-26keys: Include target namespace in match criteriaDavid Howells1-0/+1
2019-06-26keys: Cache the hash value to avoid lots of recalculationDavid Howells1-1/+1
2019-06-26keys: Simplify key description managementDavid Howells1-0/+2
2019-06-19keys: Invalidate used request_key authentication keysDavid Howells1-2/+2
2019-05-30keys: Hoist locking out of __key_link_begin()David Howells1-6/+21
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-15keys: Timestamp new keysDavid Howells1-0/+1
2019-02-15KEYS: allow reaching the keys quotas exactlyEric Biggers1-2/+2
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2017-12-08security: keys: remove redundant assignment to key_refColin Ian King1-1/+0
2017-11-15security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang1-4/+4
2017-11-15security: keys: Replace time_t/timespec with time64_tBaolin Wang1-13/+6
2017-10-18KEYS: don't let add_key() update an uninstantiated keyDavid Howells1-0/+10
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells1-11/+20
2017-09-25KEYS: reset parent each time before searching key_user_treeEric Biggers1-2/+2
2017-09-25KEYS: prevent creating a different user's keyringsEric Biggers1-0/+2
2017-06-09KEYS: fix refcount_inc() on zeroMark Rutland1-7/+4
2017-06-09KEYS: fix freeing uninitialized memory in key_update()Eric Biggers1-3/+2
2017-04-04KEYS: Consistent ordering for __key_link_begin and restrict checkMat Martineau1-11/+13
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau1-9/+14
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau1-2/+3
2017-04-03KEYS: Use a typedef for restrict_link function pointersMat Martineau1-6/+2
2017-04-03security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova1-3/+3
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova1-3/+3
2016-06-16KEYS: potential uninitialized variableDan Carpenter1-1/+1
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells1-9/+2
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells1-7/+36
2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells1-0/+2
2016-01-28KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it setDavid Howells1-1/+2
2016-01-07KEYS: refcount bug fixMimi Zohar1-2/+1
2015-12-15KEYS: prevent keys from being removed from specified keyringsMimi Zohar1-1/+5
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-9/+9
2015-10-21keys: Be more consistent in selection of union members usedInsu Yun1-1/+1
2014-12-16KEYS: remove a bogus NULL checkDan Carpenter1-6/+4