aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* g10: On a TOFU conflict, show whether the uids are expired or revokedNeal H. Walfield2016-08-311-1/+106
* g10: Always trust ultimately trusted keys.Neal H. Walfield2016-08-311-21/+21
* g10: Fix error detection.Neal H. Walfield2016-08-311-1/+1
* g10: Update a key's TOFU policy in a transaction.Neal H. Walfield2016-08-311-0/+4
* g10: Fix the show old policy functionality when changing a TOFU policy.Neal H. Walfield2016-08-311-23/+24
* g10: Drop unused argument.Neal H. Walfield2016-08-311-6/+3
* gpg: Move state local to tofu.c to a private structure.Neal H. Walfield2016-08-311-16/+18
* gpg: Avoid name spaces clash with future sqlite versions (2).Neal H. Walfield2016-08-311-23/+23
* g10: Improve TOFU batch update code.Neal H. Walfield2016-08-301-45/+63
* g10: Improve TOFU debugging output and some comments.Neal H. Walfield2016-08-301-21/+23
* g10: If a key has no valid user ids, change TOFU to return TRUST_NEVER.Neal H. Walfield2016-08-301-1/+16
* g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield2016-08-301-136/+168
* g10: Support nested transactions on the TOFU DB.Neal H. Walfield2016-08-301-20/+21
* g10: Print the info text in more situations.Neal H. Walfield2016-08-301-1/+2
* g10: Print the formatted text.Neal H. Walfield2016-08-301-1/+1
* gpg: New option --with-tofu-info.Werner Koch2016-08-251-14/+58
* gpg: Change TOFU_STATS to return timestamps.Werner Koch2016-08-241-32/+59
* gpg: Remove tofu database format "split".Werner Koch2016-08-101-709/+160
* g10: Fix error handling.Justus Winter2016-07-211-3/+3
* g10: Drop superfluous begin transaction.Justus Winter2016-07-211-7/+1
* g10: Fix crash.Justus Winter2016-07-211-2/+10
* gpg: Avoid endless loop in a tofu error case.Werner Koch2016-06-141-1/+1
* gpg: Split tofu's get_trust function into several smaller ones.Werner Koch2016-06-141-434/+480
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-5/+5
* gpg: Speed up key listing in Tofu mode.Werner Koch2016-05-211-50/+18
* gpg: Avoid name spaces clash with future sqlite versions.Werner Koch2016-05-211-19/+19
* gpg: Explicitly close a combined Tofu DB.Werner Koch2016-05-211-3/+8
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-211-35/+38
* gpg: Fix the TOFU_STATS_LONG status.Werner Koch2016-05-211-4/+7
* gpg: Fix const char pointer mismatch with gettext.Werner Koch2016-05-041-3/+4
* gpg: Emit status lines TOFU_STATS and TOFU_STATS_LONG.Werner Koch2016-05-031-8/+61
* gpg: Extend TRUST_foo status lines with the trust model.Werner Koch2016-05-021-4/+17
* gpg: Improve line wrapping for a tofu message.Werner Koch2016-05-021-8/+14
* gpg: Re-format some tofu messages.Werner Koch2016-05-021-107/+151
* gpg: Factor some code code out of tofu.cWerner Koch2016-04-291-82/+82
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-61/+60
* g10: Use gpg-error abstraction of sched_yield.Justus Winter2016-03-311-2/+1
* gpg: Fix NULL-segv for missing tofu DB.Werner Koch2016-03-291-1/+2
* gpg: Streamline use of error messages in tofu.cWerner Koch2016-01-191-123/+134
* g10: Improve strings printed by tofu.c.Werner Koch2016-01-181-128/+132
* gpg: Avoid warnings about possible NULL deref.Werner Koch2016-01-071-0/+6
* gpg: Improve documentation.Neal H. Walfield2015-12-021-2/+1
* gpg: Fix type mismatch resulting in a buffer overflow.Neal H. Walfield2015-12-021-1/+4
* gpg: Reflow long texts.Neal H. Walfield2015-11-231-4/+12
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-141-50/+11
* gpg: Simplify the tofu interface by using the public key packet.Werner Koch2015-11-131-28/+9
* gpg: Make trusted-key override for Tofu robust against swapped tofu.db.Werner Koch2015-11-131-19/+31
* gpg: Default to the flat TOFU DB format.Neal H. Walfield2015-11-101-2/+2
* gpg: Change out of core error message.Werner Koch2015-11-031-19/+28