aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-09gpg: 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-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
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch1-2/+2
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-20/+21
2016-05-02gpg: Extend TRUST_foo status lines with the trust model.Werner Koch1-10/+12
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-4/+3
2016-04-05gpg: Replace use of "gpg2" by GPG_NAMEWerner Koch1-2/+2
2016-03-19gpg: Silence trustdb computation with --quiet.Werner Koch1-8/+11
2016-01-20gpg: Silence message about ignoring revoked user ids.Werner Koch1-10/+14
2016-01-18Use ngettext for some strings.Werner Koch1-4/+10
2016-01-07gpg: Avoid warnings about possible NULL deref.Werner Koch1-1/+0
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-2/+0
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-1/+4
2015-11-27Silence unused variable or parameter warnings.Werner Koch1-0/+7
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield1-5/+1
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-11-13gpg: Simplify the tofu interface by using the public key packet.Werner Koch1-8/+2
2015-11-10gpg: Default to the the PGP trust model.Neal H. Walfield1-2/+2
2015-10-29gpg: Display the correct error message.Neal H. Walfield1-4/+7
2015-10-29gpg: Eliminate a memory leak.Neal H. Walfield1-7/+9
2015-10-21gpg: If the saved trust model is unknown, default to tofu+pgp.Neal H. Walfield1-2/+2
2015-10-21gpg: Don't accidentally free UTK_LIST.Neal H. Walfield1-1/+2
2015-10-21gpg: When evaluating trust reg exps, treat tofu+pgp like pgp.Neal H. Walfield1-2/+4
2015-10-21gpg: Keep the trust DB up to date for the tofu and tofu+pgp models.Neal H. Walfield1-7/+18
2015-10-21gpg: Factor out code into a standalone function.Neal H. Walfield1-7/+14
2015-10-20build: Allow building without SQLlite support.Werner Koch1-0/+13
2015-10-18gpg: Silence two more warnings.Werner Koch1-1/+1
2015-10-18g10: Add TOFU support.Neal H. Walfield1-43/+137
2015-09-16gpg: Fix skip function dummy parameter.Werner Koch1-2/+2