aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch7-31/+99
2016-06-20gpg: New option --rfc4880bis.Werner Koch2-0/+10
2016-06-14g10: Fix another race condition for trustdb access.Niibe Yutaka1-2/+6
2016-06-14gpg: Print the subkey's curve and not the primary key curve.Werner Koch1-4/+4
2016-06-14gpg: Avoid endless loop in a tofu error case.Werner Koch1-1/+1
2016-06-14gpg: Split tofu's get_trust function into several smaller ones.Werner Koch1-434/+480
2016-06-14doc: Consistently use 'keyserver'.Werner Koch4-8/+8
2016-06-13gpg: Un-deprecate option --auto-key-retrieve.Werner Koch1-6/+0
2016-06-13gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch4-2/+24
2016-06-13gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch4-12/+84
2016-06-13gpg,indent: Re-indent and chnage var names in sign.cWerner Koch1-70/+69
2016-06-11gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch4-77/+107
2016-06-11g10: Export cleartext keys as cleartextDaniel Kahn Gillmor1-2/+3
2016-06-11g10: Allow receiving cleartext secret keys from agentDaniel Kahn Gillmor3-4/+223
2016-06-11g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor3-8/+12
2016-06-11g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor9-31/+60
2016-06-08w32: Fix recent build regression.Werner Koch1-1/+1
2016-06-07common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2-2/+0
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch14-52/+38
2016-06-07gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.NIIBE Yutaka1-2/+6
2016-06-06gpg: Use --keyid-format=none by default.Werner Koch2-3/+3
2016-06-06gpg: Add option --with-subkey-fingerprint.Werner Koch4-4/+27
2016-06-06gpg: Implement --keyid-format=none.Werner Koch8-137/+146
2016-06-06indent: Wrap strings in debug messages.Werner Koch1-3/+5
2016-06-02gpg: Add the fingerprint to KEY_CREATED for subkeys.Werner Koch1-9/+12
2016-06-02gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch4-48/+112
2016-06-02gpg: Extend the --quick-gen-key command.Werner Koch3-21/+84
2016-06-02gpg: Improve the new parse_subkey_algostr_usagestr fucntion.Werner Koch1-28/+34
2016-06-02gpg: New command --quick-addkey.Werner Koch4-155/+482
2016-06-02gpg: Do not abort on certain invalid packets.Werner Koch2-3/+8
2016-06-01g10: Allow User ID length >= 256.NIIBE Yutaka1-1/+1
2016-05-31gpg: New status code NOTATION_FLAGS.Werner Koch3-5/+16
2016-05-27gpg: Keep current and total of PROGESS status lines small enough.Werner Koch1-15/+45
2016-05-24gpg, w32: Fix build regression.Werner Koch1-0/+2
2016-05-23g10: Fix typo in comment.Daniel Kahn Gillmor1-1/+1
2016-05-21gpg: Speed up key listing in Tofu mode.Werner Koch1-50/+18
2016-05-21gpg: Avoid name spaces clash with future sqlite versions.Werner Koch5-97/+96
2016-05-21gpg: Explicitly close a combined Tofu DB.Werner Koch1-3/+8
2016-05-21gpg: Remove debug output accidently introduced with 027c4e5.Werner Koch1-3/+0
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch9-47/+70
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch16-152/+180
2016-05-21gpg: Fix the TOFU_STATS_LONG status.Werner Koch1-4/+7
2016-05-19gpg: Print "[ never ]" instead of err for validity.Werner Koch1-0/+1
2016-05-18gpg: Add --weak-digest to gpgv's help screen.Werner Koch1-1/+2
2016-05-17gpg: Emit new status line KEY_CONSIDERED.Werner Koch1-82/+138
2016-05-11g10: Fix signature checking.NIIBE Yutaka1-4/+9
2016-05-10gpg: Allow unattended deletion of secret keys.Werner Koch3-5/+14
2016-05-09gpg: Fix buglet in the check_all_keysigs function.Werner Koch1-2/+3
2016-05-09gpg: Request a "save" after cmd "check" fixed something.Werner Koch1-2/+3
2016-05-04gpg: Fix const char pointer mismatch with gettext.Werner Koch1-3/+4