summaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-271-1/+1
|\
| * gpg: New option --use-keyboxd.Werner Koch2019-09-091-1/+1
* | gpg: Do not show two informational diagnostics with quiet.Werner Koch2019-08-231-1/+3
|/
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-121-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* gpg: Move key cleaning functions to a separate file.Werner Koch2018-07-061-0/+1
* gpg: Pass CTRL arg to get_trusthashrec.Werner Koch2018-03-261-1/+1
* g10: Fix regexp sanitization.NIIBE Yutaka2017-12-041-1/+5
* gpg: Fix memory leak while running --check-trustdb.Werner Koch2017-08-241-0/+3
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-92/+97
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-6/+6
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* gpg: Fix (quick) key generation with --always-trust.Justus Winter2017-03-021-0/+10
* gpg: Do not require a trustdb for decryption.Werner Koch2017-02-281-27/+58
* Fix spelling.Daniel Kahn Gillmor2017-02-211-1/+1
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* gpg: Fix misleading log message when checking regexp.Damien Goutte-Gattat2017-01-231-2/+2
* g10: avoid warning when --disable-tofuDaniel Kahn Gillmor2017-01-041-1/+1
* g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield2016-11-231-7/+27
* g10: If the set of UTKs changes, invalidate any changed policies.Neal H. Walfield2016-11-221-0/+7
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Add missing header.Justus Winter2016-09-151-0/+1
* g10: Only consider bindings matching the signer's user id.Neal H. Walfield2016-09-151-11/+29
* g10: Record and show statistics for encrypted messages when using TOFUNeal H. Walfield2016-09-061-3/+3
* g10: Don't add user attributes to the TOFU DB.Neal H. Walfield2016-09-051-0/+8
* g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield2016-08-301-45/+48
* g10: Fix memory leak.Justus Winter2016-07-011-4/+6
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-211-2/+2
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-211-20/+21
* gpg: Extend TRUST_foo status lines with the trust model.Werner Koch2016-05-021-10/+12
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-4/+3
* gpg: Replace use of "gpg2" by GPG_NAMEWerner Koch2016-04-051-2/+2
* gpg: Silence trustdb computation with --quiet.Werner Koch2016-03-191-8/+11
* gpg: Silence message about ignoring revoked user ids.Werner Koch2016-01-201-10/+14
* Use ngettext for some strings.Werner Koch2016-01-181-4/+10
* gpg: Avoid warnings about possible NULL deref.Werner Koch2016-01-071-1/+0
* gpg: Fix warnings about useless assignments.Werner Koch2016-01-071-2/+0
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-1/+4
* Silence unused variable or parameter warnings.Werner Koch2015-11-271-0/+7
* gpg: Change keydb_search to not return legacy keys.Neal H. Walfield2015-11-171-5/+1
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Simplify the tofu interface by using the public key packet.Werner Koch2015-11-131-8/+2
* gpg: Default to the the PGP trust model.Neal H. Walfield2015-11-101-2/+2
* gpg: Display the correct error message.Neal H. Walfield2015-10-291-4/+7
* gpg: Eliminate a memory leak.Neal H. Walfield2015-10-291-7/+9
* gpg: If the saved trust model is unknown, default to tofu+pgp.Neal H. Walfield2015-10-211-2/+2
* gpg: Don't accidentally free UTK_LIST.Neal H. Walfield2015-10-211-1/+2
* gpg: When evaluating trust reg exps, treat tofu+pgp like pgp.Neal H. Walfield2015-10-211-2/+4
* gpg: Keep the trust DB up to date for the tofu and tofu+pgp models.Neal H. Walfield2015-10-211-7/+18