summaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Also show when the most recently signed message was observed.Neal H. Walfield2015-11-031-1/+23
* gpg: Split a utility function out of a large function.Neal H. Walfield2015-11-031-134/+157
* gpg: Fix message formatting.Neal H. Walfield2015-11-031-2/+2
* gpg: Don't store formatting fingerprints in the TOFU DB.Neal H. Walfield2015-11-031-77/+100
* gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.Neal H. Walfield2015-10-291-6/+31
* gpg: Move sqlite helper functions into their own file.Neal H. Walfield2015-10-291-223/+1
* gpg: Make sure we only have a single SQL statement.Neal H. Walfield2015-10-261-1/+16
* gpg: When the TOFU DB is in batch mode, periodically drop the locks.Neal H. Walfield2015-10-261-0/+30
* gpg: Provide an interface to patch TOFU updates.Neal H. Walfield2015-10-231-53/+209
* gpg: Cache prepared SQL queries and open DB connections.Neal H. Walfield2015-10-231-211/+518
* gpg: Return the DBs meta-handle rather than the sqlite3 handle.Neal H. Walfield2015-10-231-28/+28
* gpg: If a key is ultimate trusted, return that in the tofu model.Neal H. Walfield2015-10-211-2/+54
* gpg: Make the tofu DB check and initialization atomic.Neal H. Walfield2015-10-211-14/+16
* gpg: Don't die immediately if the TOFU DB is locked.Neal H. Walfield2015-10-201-0/+4
* gpg: Improve output.Neal H. Walfield2015-10-201-4/+4
* gpg: Synchronize translation template.Neal H. Walfield2015-10-201-1/+1
* gpg: When showing conflicts, also show bindings with no recorded sigs.Neal H. Walfield2015-10-201-20/+34
* gpg: Improve text.Neal H. Walfield2015-10-201-7/+9
* gpg: Use the right variable to display the information.Neal H. Walfield2015-10-201-3/+4
* gpg: Make failing to create a directory a soft error.Neal H. Walfield2015-10-201-1/+1
* gpg: Fix formatting.Neal H. Walfield2015-10-191-6/+6
* gpg: Don't forget to free some memory.Neal H. Walfield2015-10-191-0/+1
* gpg: If a conflict occurs in batch mode, record that.Neal H. Walfield2015-10-191-6/+20
* gpg: Silence two more warnings.Werner Koch2015-10-181-2/+2