aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-05gpg: Silence expired trusted-key diagnostics in quiet mode.Werner Koch1-4/+6
2024-10-30gpg: Do not fail with an error for a "Note:" diagnosticWerner Koch1-2/+2
2024-09-25gpg: Exclude expired trusted keys from the key validation process.Werner Koch1-14/+47
2024-09-25gpg: Remove useless variable in validate_keys.Werner Koch1-30/+34
2024-06-04gpg: Rename functions with an "fprint" part to "fpr"Werner Koch1-1/+1
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-03-06wks: Make gpg-wks-client --mirror work w/o args.Werner Koch1-1/+1
2024-03-04gpg: Fix mixed invocation with --trusted-keys and --no-options.Werner Koch1-44/+66
2023-09-06gpg: Fix validity of re-imported keys.Werner Koch1-1/+22
2022-10-28gpg: Fix trusted introducer for user-ids with only the mbox.Werner Koch1-19/+31
2022-09-13gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka1-1/+1
2022-01-12gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka1-0/+43
2021-11-13gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch1-8/+56
2021-05-21common: Annotate leaked memory in homedir.cWerner Koch1-1/+1
2021-05-20g10: Fix memory leaksJakub Jelen1-0/+1
2021-04-25gpg: Auto import keys specified with --trusted-keys.Werner Koch1-1/+1
2021-04-23gpg: Replace an obsolete trustdb function.Werner Koch1-4/+4
2020-10-27gpg: Sort the signatures in standard key listings.Werner Koch1-1/+1
2020-08-07gpg: Fix trustdb for v5key.NIIBE Yutaka1-26/+54
2020-04-03gpg: Add regular expression support.NIIBE Yutaka1-20/+2
2020-03-18gpg: Also allow a v5 fingerprint for --trusted-key.Werner Koch1-0/+7
2020-03-18gpg: Update --trusted-key to accept fingerprint as well as long key id.Daniel Kahn Gillmor1-6/+18
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-1/+1
2019-08-23gpg: Do not show two informational diagnostics with quiet.Werner Koch1-1/+3
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-07-06gpg: Move key cleaning functions to a separate file.Werner Koch1-0/+1
2018-03-26gpg: Pass CTRL arg to get_trusthashrec.Werner Koch1-1/+1
2017-12-04g10: Fix regexp sanitization.NIIBE Yutaka1-1/+5
2017-11-09g10: Fix regexp sanitization.NIIBE Yutaka1-1/+5
2017-08-24gpg: Fix memory leak while running --check-trustdb.Werner Koch1-0/+3
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-92/+97
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-6/+6
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+5
2017-03-02gpg: Fix (quick) key generation with --always-trust.Justus Winter1-0/+10
2017-02-28gpg: Do not require a trustdb for decryption.Werner Koch1-27/+58
2017-02-21Fix spelling.Daniel Kahn Gillmor1-1/+1
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-01-23gpg: Fix misleading log message when checking regexp.Damien Goutte-Gattat1-2/+2
2017-01-04g10: avoid warning when --disable-tofuDaniel Kahn Gillmor1-1/+1
2016-11-23g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield1-7/+27
2016-11-22g10: If the set of UTKs changes, invalidate any changed policies.Neal H. Walfield1-0/+7
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-15g10: Add missing header.Justus Winter1-0/+1
2016-09-15g10: Only consider bindings matching the signer's user id.Neal H. Walfield1-11/+29
2016-09-06g10: Record and show statistics for encrypted messages when using TOFUNeal H. Walfield1-3/+3
2016-09-05g10: Don't add user attributes to the TOFU DB.Neal H. Walfield1-0/+8
2016-08-30g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield1-45/+48
2016-07-01g10: Fix memory leak.Justus Winter1-4/+6