aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-01g10: Fix memory leak.Justus Winter1-3/+3
2016-07-01Fix trivial memory leaks in tests.Justus Winter1-0/+1
2016-06-30g10: Fix memory leak.Justus Winter1-0/+9
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-30common: Fix memory leak.Justus Winter1-0/+1
2016-06-30g10: Fix keybox-related memory leaks.Justus Winter1-2/+6
2016-06-30g10: Fix memory leak.Justus Winter1-0/+4
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-30g10: Fix memory leak.Justus Winter1-2/+0
2016-06-30w32: Fix build.Justus Winter1-1/+1
2016-06-30g10: Implement gpg --quick-revuidDaniel Kahn Gillmor4-65/+236
2016-06-28g10: Fix memory leaks.Justus Winter3-14/+20
2016-06-28gpg: Add hack to --quick-gen-key to create Curve25519 keys.Werner Koch1-1/+7
2016-06-28g10: Fix --list-packets.NIIBE Yutaka4-5/+4
2016-06-24gpg: New import option "import-export".Werner Koch2-2/+79
2016-06-23gpg: New import option "import-show".Werner Koch2-2/+22
2016-06-23gpg: Do not print the validity after key generation.Werner Koch3-6/+16
2016-06-23g10: Fix regression of card-edit/fetch.NIIBE Yutaka1-17/+7
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