aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Fix recent build regression.Werner Koch2016-06-081-1/+1
* common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2016-06-072-2/+0
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-0714-52/+38
* gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.NIIBE Yutaka2016-06-071-2/+6
* gpg: Use --keyid-format=none by default.Werner Koch2016-06-062-3/+3
* gpg: Add option --with-subkey-fingerprint.Werner Koch2016-06-064-4/+27
* gpg: Implement --keyid-format=none.Werner Koch2016-06-068-137/+146
* indent: Wrap strings in debug messages.Werner Koch2016-06-061-3/+5
* gpg: Add the fingerprint to KEY_CREATED for subkeys.Werner Koch2016-06-021-9/+12
* gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch2016-06-024-48/+112
* gpg: Extend the --quick-gen-key command.Werner Koch2016-06-023-21/+84
* gpg: Improve the new parse_subkey_algostr_usagestr fucntion.Werner Koch2016-06-021-28/+34
* gpg: New command --quick-addkey.Werner Koch2016-06-024-155/+482
* gpg: Do not abort on certain invalid packets.Werner Koch2016-06-022-3/+8
* g10: Allow User ID length >= 256.NIIBE Yutaka2016-06-011-1/+1
* gpg: New status code NOTATION_FLAGS.Werner Koch2016-05-313-5/+16
* gpg: Keep current and total of PROGESS status lines small enough.Werner Koch2016-05-271-15/+45
* gpg, w32: Fix build regression.Werner Koch2016-05-241-0/+2
* g10: Fix typo in comment.Daniel Kahn Gillmor2016-05-231-1/+1
* 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-215-97/+96
* gpg: Explicitly close a combined Tofu DB.Werner Koch2016-05-211-3/+8
* gpg: Remove debug output accidently introduced with 027c4e5.Werner Koch2016-05-211-3/+0
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-219-47/+70
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-2116-152/+180
* gpg: Fix the TOFU_STATS_LONG status.Werner Koch2016-05-211-4/+7
* gpg: Print "[ never ]" instead of err for validity.Werner Koch2016-05-191-0/+1
* gpg: Add --weak-digest to gpgv's help screen.Werner Koch2016-05-181-1/+2
* gpg: Emit new status line KEY_CONSIDERED.Werner Koch2016-05-171-82/+138
* g10: Fix signature checking.NIIBE Yutaka2016-05-111-4/+9
* gpg: Allow unattended deletion of secret keys.Werner Koch2016-05-103-5/+14
* gpg: Fix buglet in the check_all_keysigs function.Werner Koch2016-05-091-2/+3
* gpg: Request a "save" after cmd "check" fixed something.Werner Koch2016-05-091-2/+3
* gpg: Fix const char pointer mismatch with gettext.Werner Koch2016-05-041-3/+4
* Some minor string changes and fixed a printf format.Werner Koch2016-05-042-8/+15
* tests: Silence output of some tests.Werner Koch2016-05-031-2/+6
* 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-024-24/+58
* 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-2952-285/+232
* gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch2016-04-2711-22/+178
* gpg: Add OpenPGP card vendor 0x2342.Werner Koch2016-04-261-1/+1
* w32: Use --enable-gpg2-is-gpg by default.Werner Koch2016-04-211-1/+1
* gpg: Improve UID selction of --quick-sign-key.Werner Koch2016-04-191-10/+54
* gpg: Avoid debug like output at start of --edit-key.Werner Koch2016-04-191-6/+12
* g10: Fix exporting secret keys of certain sizes.Justus Winter2016-04-071-1/+1
* g10: Fix typo.Justus Winter2016-04-071-1/+1
* Revert "g10: Support armored keyrings in gpgv."Justus Winter2016-04-065-134/+10