aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-07gpg: Fix format string issues in tofu.Werner Koch1-21/+13
2016-09-07g10: Temporary hack to repalce missing sqrtu32.Werner Koch1-1/+3
2016-09-06g10: Make sure some functions are passed a primary key.Neal H. Walfield1-0/+4
2016-09-06g10: Tweak TOFU's verbosity.Neal H. Walfield1-46/+32
2016-09-06g10: Only show the TOFU warning once per key.Neal H. Walfield1-37/+55
2016-09-06g10: Record and show statistics for encrypted messages when using TOFUNeal H. Walfield1-221/+428
2016-09-06g10: Simplify the binding statistics shown for a TOFU conflict.Neal H. Walfield1-76/+81
2016-09-05g10: Refactor cross sig check code.Neal H. Walfield1-309/+434
2016-09-01g10: End transaction earlier.Neal H. Walfield1-2/+1
2016-09-01g10: Don't consider cross-signed keys to be in conflict.Neal H. Walfield1-4/+158
2016-09-01g10: Fix typo.Neal H. Walfield1-1/+1
2016-09-01g10: When asking about a TOFU binding conflict, default to unknown.Neal H. Walfield1-1/+9
2016-09-01g10: Improve text.Neal H. Walfield1-5/+5
2016-09-01g10: Remove unused parameter.Neal H. Walfield1-10/+5
2016-09-01g10: Be careful to not be in a transaction during long operationsNeal H. Walfield1-18/+75
2016-08-31g10: On a TOFU conflict, show whether the uids are expired or revokedNeal H. Walfield1-1/+106
2016-08-31g10: Always trust ultimately trusted keys.Neal H. Walfield1-21/+21
2016-08-31g10: Fix error detection.Neal H. Walfield1-1/+1
2016-08-31g10: Update a key's TOFU policy in a transaction.Neal H. Walfield1-0/+4
2016-08-31g10: Fix the show old policy functionality when changing a TOFU policy.Neal H. Walfield1-23/+24
2016-08-31g10: Drop unused argument.Neal H. Walfield1-6/+3
2016-08-31gpg: Move state local to tofu.c to a private structure.Neal H. Walfield1-16/+18
2016-08-31gpg: Avoid name spaces clash with future sqlite versions (2).Neal H. Walfield1-23/+23
2016-08-30g10: Improve TOFU batch update code.Neal H. Walfield1-45/+63
2016-08-30g10: Improve TOFU debugging output and some comments.Neal H. Walfield1-21/+23
2016-08-30g10: If a key has no valid user ids, change TOFU to return TRUST_NEVER.Neal H. Walfield1-1/+16
2016-08-30g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield1-136/+168
2016-08-30g10: Support nested transactions on the TOFU DB.Neal H. Walfield1-20/+21
2016-08-30g10: Print the info text in more situations.Neal H. Walfield1-1/+2
2016-08-30g10: Print the formatted text.Neal H. Walfield1-1/+1
2016-08-25gpg: New option --with-tofu-info.Werner Koch1-14/+58
2016-08-24gpg: Change TOFU_STATS to return timestamps.Werner Koch1-32/+59
2016-08-10gpg: Remove tofu database format "split".Werner Koch1-709/+160
2016-07-21g10: Fix error handling.Justus Winter1-3/+3
2016-07-21g10: Drop superfluous begin transaction.Justus Winter1-7/+1
2016-07-21g10: Fix crash.Justus Winter1-2/+10
2016-06-14gpg: Avoid endless loop in a tofu error case.Werner Koch1-1/+1
2016-06-14gpg: Split tofu's get_trust function into several smaller ones.Werner Koch1-434/+480
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-5/+5
2016-05-21gpg: Speed up key listing in Tofu mode.Werner Koch1-50/+18
2016-05-21gpg: Avoid name spaces clash with future sqlite versions.Werner Koch1-19/+19
2016-05-21gpg: Explicitly close a combined Tofu DB.Werner Koch1-3/+8
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch1-35/+38
2016-05-21gpg: Fix the TOFU_STATS_LONG status.Werner Koch1-4/+7
2016-05-04gpg: Fix const char pointer mismatch with gettext.Werner Koch1-3/+4
2016-05-03gpg: Emit status lines TOFU_STATS and TOFU_STATS_LONG.Werner Koch1-8/+61
2016-05-02gpg: Extend TRUST_foo status lines with the trust model.Werner Koch1-4/+17
2016-05-02gpg: Improve line wrapping for a tofu message.Werner Koch1-8/+14
2016-05-02gpg: Re-format some tofu messages.Werner Koch1-107/+151
2016-04-29gpg: Factor some code code out of tofu.cWerner Koch1-82/+82