aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-26dirmngr: Add example Tor hidden service.Werner Koch1-0/+3
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. Walfield5-53/+239
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-23gpg: Use the proper type.Neal H. Walfield3-13/+2
2015-10-22Move SRV RR code from common/ to dirmngr/.Werner Koch1-3/+1
2015-10-21gpg: Add a new OpenPGP card vendor.Werner Koch1-0/+1
2015-10-21Change capitalization of TOR to Tor.Werner Koch1-2/+2
2015-10-21gpg: If the saved trust model is unknown, default to tofu+pgp.Neal H. Walfield1-2/+2
2015-10-21gpg: Don't accidentally free UTK_LIST.Neal H. Walfield1-1/+2
2015-10-21gpg: When evaluating trust reg exps, treat tofu+pgp like pgp.Neal H. Walfield1-2/+4
2015-10-21gpg: If a key is ultimate trusted, return that in the tofu model.Neal H. Walfield1-2/+54
2015-10-21gpg: Keep the trust DB up to date for the tofu and tofu+pgp models.Neal H. Walfield1-7/+18
2015-10-21gpg: Factor out code into a standalone function.Neal H. Walfield2-7/+16
2015-10-21gpg: Make the tofu DB check and initialization atomic.Neal H. Walfield1-14/+16
2015-10-20build: Allow building without SQLlite support.Werner Koch6-5/+34
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-20gpg: Remove unused prototype digest_algo_from_sig.Neal H. Walfield1-1/+0
2015-10-19gpg: Fix --desig-revoke.Neal H. Walfield3-11/+14
2015-10-19gpg: Improve function documentation and some comments.Neal H. Walfield3-48/+223
2015-10-19gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield3-31/+41
2015-10-19gpg: Mark local function as static.Neal H. Walfield1-1/+1
2015-10-19gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor3-5/+11
2015-10-19gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor6-7/+74
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 Koch2-3/+3
2015-10-18gpg: Fix harmless compiler warnings.Werner Koch3-67/+74
2015-10-18g10: Fix assert.Neal H. Walfield1-1/+1
2015-10-18g10: Add TOFU support.Neal H. Walfield15-71/+2991
2015-10-12gpg: Try hard to use MDC also for sign+symenc.Werner Koch3-9/+9
2015-10-08gpg: Add option --print-dane-records.Werner Koch6-23/+134
2015-10-08Fix two unused/possible-uninitialized var warnings.Werner Koch1-1/+0
2015-10-08gpg: Pass CTRL parameter to all key listing functions.Werner Koch4-34/+39
2015-10-07gpg: Remove unfinished experimental code to export as S-expressions.Werner Koch2-175/+10
2015-10-06gpg: Add new --auto-key-locate mechanism "dane".Werner Koch5-15/+32
2015-10-06dirmngr: Do tilde expansion for --hkp-cacert.Werner Koch1-1/+1
2015-10-06gpg: Fail decryption for AES etc message w/o MDC.Werner Koch1-0/+16
2015-10-05gpg: Install a dirmngr.conf file.Werner Koch4-46/+87
2015-10-05gpg: Deprecate the --keyserver option.Werner Koch4-27/+69
2015-10-01gpg: Fix a practical hang after use of --faked-system-time.Werner Koch2-8/+17