summaryrefslogtreecommitdiffstats
path: root/security/keys/key.c
Commit message (Expand)AuthorAgeFilesLines
* keys: Fix overwrite of key expiration on instantiationSilvio Gissi2024-05-091-1/+2
* keys: update key quotas in key_put()Luis Henriques2024-05-091-10/+22
* ima: Move to LSM infrastructureRoberto Sassu2024-02-151-8/+1
* security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-151-1/+6
* keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells2023-12-211-10/+5
* security/keys: export key_lookup()Hannes Reinecke2023-10-111-0/+1
* KEYS: Add new function key_create()Thomas Weißschuh2023-02-131-37/+100
* certs: Fix blacklist flag type confusionDavid Howells2021-01-211-0/+2
* keys: Provide the original description to the key preparserDavid Howells2020-11-231-0/+2
* watch_queue: Add a key/keyring notification facilityDavid Howells2020-05-191-14/+24
* KEYS: reaching the keys quotas correctlyYang Xu2020-03-151-1/+1
* KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian2019-12-121-0/+10
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-10/+19
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-19/+10
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-19/+10
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+4
|\|
| * keys: Include target namespace in match criteriaDavid Howells2019-06-261-0/+1
| * keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-261-1/+1
| * keys: Simplify key description managementDavid Howells2019-06-261-0/+2
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-2/+2
|\|
| * keys: Invalidate used request_key authentication keysDavid Howells2019-06-191-2/+2
* | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-081-6/+21
|\|
| * keys: Hoist locking out of __key_link_begin()David Howells2019-05-301-6/+21
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* keys: Timestamp new keysDavid Howells2019-02-151-0/+1
* KEYS: allow reaching the keys quotas exactlyEric Biggers2019-02-151-2/+2
* security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
* security: keys: remove redundant assignment to key_refColin Ian King2017-12-081-1/+0
* security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang2017-11-151-4/+4
* security: keys: Replace time_t/timespec with time64_tBaolin Wang2017-11-151-13/+6
* KEYS: don't let add_key() update an uninstantiated keyDavid Howells2017-10-181-0/+10
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-11/+20
* KEYS: reset parent each time before searching key_user_treeEric Biggers2017-09-251-2/+2
* KEYS: prevent creating a different user's keyringsEric Biggers2017-09-251-0/+2
* KEYS: fix refcount_inc() on zeroMark Rutland2017-06-091-7/+4
* KEYS: fix freeing uninitialized memory in key_update()Eric Biggers2017-06-091-3/+2
* KEYS: Consistent ordering for __key_link_begin and restrict checkMat Martineau2017-04-041-11/+13
* KEYS: Use structure to capture key restriction function and dataMat Martineau2017-04-041-9/+14
* KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-031-2/+3
* KEYS: Use a typedef for restrict_link function pointersMat Martineau2017-04-031-6/+2
* security, keys: convert key_user.usage from atomic_t to refcount_tElena Reshetova2017-04-031-3/+3
* security, keys: convert key.usage from atomic_t to refcount_tElena Reshetova2017-04-031-3/+3
* KEYS: potential uninitialized variableDan Carpenter2016-06-161-1/+1
* KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells2016-04-111-9/+2
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-7/+36
* KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells2016-02-091-0/+2
* KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it setDavid Howells2016-01-281-1/+2
* KEYS: refcount bug fixMimi Zohar2016-01-071-2/+1
* KEYS: prevent keys from being removed from specified keyringsMimi Zohar2015-12-151-1/+5
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-9/+9