aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31New key db.neal/nextNeal H. Walfield1-1/+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
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-4/+0
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-221/+431
2006-03-07* options.h, gpg.c (main, parse_trust_model), pkclist.cDavid Shaw1-6/+1
2005-12-20Finished PKA featureWerner Koch1-2/+8
2005-12-06Some cleanup so we don't build files that are completely ifdeffed out. David Shaw1-1/+1
2005-11-18* keyedit.c (keyedit_menu, menu_clean): Simplify clean options to justDavid Shaw1-26/+20
2005-11-12* trustdb.h, trustdb.c (clean_key): New function to handle keyDavid Shaw1-8/+40
2005-11-12* trustdb.c (clean_uid_from_key, clean_uids_from_key): SignificantlyDavid Shaw1-66/+49
2005-11-10* keyedit.c (keyedit_menu, menu_clean_sigs_from_uids): Add "minimize"David Shaw1-2/+0