aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Do not call an extra get_validity if no-show-uid-validity is used.Werner Koch2015-10-261-6/+25
* gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor2015-10-266-37/+33
* w32: Make it build again if Tofu support is not available.Werner Koch2015-10-261-0/+4
* dirmngr: Add example Tor hidden service.Werner Koch2015-10-261-0/+3
* 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-235-53/+239
* 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: Use the proper type.Neal H. Walfield2015-10-233-13/+2
* Move SRV RR code from common/ to dirmngr/.Werner Koch2015-10-221-3/+1
* gpg: Add a new OpenPGP card vendor.Werner Koch2015-10-211-0/+1
* Change capitalization of TOR to Tor.Werner Koch2015-10-211-2/+2
* gpg: If the saved trust model is unknown, default to tofu+pgp.Neal H. Walfield2015-10-211-2/+2
* gpg: Don't accidentally free UTK_LIST.Neal H. Walfield2015-10-211-1/+2
* gpg: When evaluating trust reg exps, treat tofu+pgp like pgp.Neal H. Walfield2015-10-211-2/+4
* gpg: If a key is ultimate trusted, return that in the tofu model.Neal H. Walfield2015-10-211-2/+54
* gpg: Keep the trust DB up to date for the tofu and tofu+pgp models.Neal H. Walfield2015-10-211-7/+18
* gpg: Factor out code into a standalone function.Neal H. Walfield2015-10-212-7/+16
* gpg: Make the tofu DB check and initialization atomic.Neal H. Walfield2015-10-211-14/+16
* build: Allow building without SQLlite support.Werner Koch2015-10-206-5/+34
* 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: Remove unused prototype digest_algo_from_sig.Neal H. Walfield2015-10-201-1/+0
* gpg: Fix --desig-revoke.Neal H. Walfield2015-10-193-11/+14
* gpg: Improve function documentation and some comments.Neal H. Walfield2015-10-193-48/+223
* gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield2015-10-193-31/+41
* gpg: Mark local function as static.Neal H. Walfield2015-10-191-1/+1
* gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor2015-10-193-5/+11
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-10-196-7/+74
* 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-182-3/+3
* gpg: Fix harmless compiler warnings.Werner Koch2015-10-183-67/+74
* g10: Fix assert.Neal H. Walfield2015-10-181-1/+1
* g10: Add TOFU support.Neal H. Walfield2015-10-1815-71/+2991
* gpg: Try hard to use MDC also for sign+symenc.Werner Koch2015-10-123-9/+9
* gpg: Add option --print-dane-records.Werner Koch2015-10-086-23/+134
* Fix two unused/possible-uninitialized var warnings.Werner Koch2015-10-081-1/+0
* gpg: Pass CTRL parameter to all key listing functions.Werner Koch2015-10-084-34/+39
* gpg: Remove unfinished experimental code to export as S-expressions.Werner Koch2015-10-072-175/+10
* gpg: Add new --auto-key-locate mechanism "dane".Werner Koch2015-10-065-15/+32
* dirmngr: Do tilde expansion for --hkp-cacert.Werner Koch2015-10-061-1/+1
* gpg: Fail decryption for AES etc message w/o MDC.Werner Koch2015-10-061-0/+16