aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-19gpg: Streamline use of error messages in tofu.cWerner Koch1-123/+134
2016-01-18g10: Improve strings printed by tofu.c.Werner Koch1-128/+132
2016-01-07gpg: Avoid warnings about possible NULL deref.Werner Koch1-0/+6
2015-12-02gpg: Improve documentation.Neal H. Walfield1-2/+1
2015-12-02gpg: Fix type mismatch resulting in a buffer overflow.Neal H. Walfield1-1/+4
2015-11-23gpg: Reflow long texts.Neal H. Walfield1-4/+12
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-11-14gpg: Use only one fingerprint formatting function.Werner Koch1-50/+11
2015-11-13gpg: Simplify the tofu interface by using the public key packet.Werner Koch1-28/+9
2015-11-13gpg: Make trusted-key override for Tofu robust against swapped tofu.db.Werner Koch1-19/+31
2015-11-10gpg: Default to the flat TOFU DB format.Neal H. Walfield1-2/+2
2015-11-03gpg: Change out of core error message.Werner Koch1-19/+28
2015-11-03gpg: Also show when the most recently signed message was observed.Neal H. Walfield1-1/+23
2015-11-03gpg: Split a utility function out of a large function.Neal H. Walfield1-134/+157
2015-11-03gpg: Fix message formatting.Neal H. Walfield1-2/+2
2015-11-03gpg: Don't store formatting fingerprints in the TOFU DB.Neal H. Walfield1-77/+100
2015-10-29gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.Neal H. Walfield1-6/+31
2015-10-29gpg: Move sqlite helper functions into their own file.Neal H. Walfield1-223/+1
2015-10-26gpg: Make sure we only have a single SQL statement.Neal H. Walfield1-1/+16
2015-10-26gpg: When the TOFU DB is in batch mode, periodically drop the locks.Neal H. Walfield1-0/+30
2015-10-23gpg: Provide an interface to patch TOFU updates.Neal H. Walfield1-53/+209
2015-10-23gpg: Cache prepared SQL queries and open DB connections.Neal H. Walfield1-211/+518
2015-10-23gpg: Return the DBs meta-handle rather than the sqlite3 handle.Neal H. Walfield1-28/+28
2015-10-21gpg: If a key is ultimate trusted, return that in the tofu model.Neal H. Walfield1-2/+54
2015-10-21gpg: Make the tofu DB check and initialization atomic.Neal H. Walfield1-14/+16
2015-10-20gpg: Don't die immediately if the TOFU DB is locked.Neal H. Walfield1-0/+4
2015-10-20gpg: Improve output.Neal H. Walfield1-4/+4
2015-10-20gpg: Synchronize translation template.Neal H. Walfield1-1/+1
2015-10-20gpg: When showing conflicts, also show bindings with no recorded sigs.Neal H. Walfield1-20/+34
2015-10-20gpg: Improve text.Neal H. Walfield1-7/+9
2015-10-20gpg: Use the right variable to display the information.Neal H. Walfield1-3/+4
2015-10-20gpg: Make failing to create a directory a soft error.Neal H. Walfield1-1/+1
2015-10-19gpg: Fix formatting.Neal H. Walfield1-6/+6
2015-10-19gpg: Don't forget to free some memory.Neal H. Walfield1-0/+1
2015-10-19gpg: If a conflict occurs in batch mode, record that.Neal H. Walfield1-6/+20
2015-10-18gpg: Silence two more warnings.Werner Koch1-2/+2
2015-10-18gpg: Fix harmless compiler warnings.Werner Koch1-66/+64
2015-10-18g10: Fix assert.Neal H. Walfield1-1/+1
2015-10-18g10: Add TOFU support.Neal H. Walfield1-0/+2472