aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gpg: Fix harmless compiler warnings.Werner Koch2015-10-181-66/+64
* g10: Fix assert.Neal H. Walfield2015-10-181-1/+1
* g10: Add TOFU support.Neal H. Walfield2015-10-181-0/+2472