aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-09-02g10: Use a symbolic constant instead of a literal.Neal H. Walfield1-10/+13
2015-06-04gpg: Replace -1 by GPG_ERR_NOT_FOUND in tdbio.cWerner Koch1-51/+59
2015-05-08gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch1-1/+1
2015-03-04gpg: avoid chatter about trustdb when --quietDaniel Kahn Gillmor1-2/+4
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-10/+10
2015-01-22gpg: Improve skipping of PGP-2 keys.Werner Koch1-1/+5
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-14/+14
2014-03-07w32: Silence warnings about unused vars.Werner Koch1-0/+2
2014-03-07gpg: Do not require a trustdb with --always-trust.Werner Koch1-14/+54
2014-02-10gpg: Allow building without any trust model support.Werner Koch1-598/+32
2013-01-08gpg: Remove a function wrapper.Werner Koch1-2/+3
2012-08-24Actually show translators comments in PO filesDavid Prévot1-5/+5
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-5/+5
2012-01-20Changes to --min-cert-level should cause a trustdb rebuild (issue 1366)David Shaw1-3/+7
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch1-2/+2
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-88/+88
2010-10-20Make public key data structure easier to read.Werner Koch1-18/+18
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-1/+1
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-1/+2
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-2/+2
2009-12-08Unification of the search descriptor usage.Werner Koch1-1/+3
2009-09-28Rename encode.c to encrypt.c.Werner Koch1-6/+12
2009-07-22Print verbose instructions in case of a corrupted trustdb.Werner Koch1-0/+21
2008-12-09Flush keyserver search output.Werner Koch1-43/+67
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-4/+13
2007-12-12Doc fixes.Werner Koch1-11/+88