aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Fix memory leak.Justus Winter2016-06-301-0/+9
* g10: Fix memory leak.Justus Winter2016-06-301-0/+1
* g10: Fix memory leak.Justus Winter2016-06-301-0/+1
* common: Fix memory leak.Justus Winter2016-06-301-0/+1
* g10: Fix keybox-related memory leaks.Justus Winter2016-06-301-2/+6
* g10: Fix memory leak.Justus Winter2016-06-301-0/+4
* g10: Fix memory leak.Justus Winter2016-06-301-0/+1
* g10: Fix memory leak.Justus Winter2016-06-301-2/+0
* w32: Fix build.Justus Winter2016-06-301-1/+1
* g10: Implement gpg --quick-revuidDaniel Kahn Gillmor2016-06-304-65/+236
* g10: Fix memory leaks.Justus Winter2016-06-283-14/+20
* gpg: Add hack to --quick-gen-key to create Curve25519 keys.Werner Koch2016-06-281-1/+7
* g10: Fix --list-packets.NIIBE Yutaka2016-06-284-5/+4
* gpg: New import option "import-export".Werner Koch2016-06-242-2/+79
* gpg: New import option "import-show".Werner Koch2016-06-232-2/+22
* gpg: Do not print the validity after key generation.Werner Koch2016-06-233-6/+16
* g10: Fix regression of card-edit/fetch.NIIBE Yutaka2016-06-231-17/+7
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-207-31/+99
* gpg: New option --rfc4880bis.Werner Koch2016-06-202-0/+10
* g10: Fix another race condition for trustdb access.Niibe Yutaka2016-06-141-2/+6
* gpg: Print the subkey's curve and not the primary key curve.Werner Koch2016-06-141-4/+4
* gpg: Avoid endless loop in a tofu error case.Werner Koch2016-06-141-1/+1
* gpg: Split tofu's get_trust function into several smaller ones.Werner Koch2016-06-141-434/+480
* doc: Consistently use 'keyserver'.Werner Koch2016-06-144-8/+8
* gpg: Un-deprecate option --auto-key-retrieve.Werner Koch2016-06-131-6/+0
* gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch2016-06-134-2/+24
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-134-12/+84
* gpg,indent: Re-indent and chnage var names in sign.cWerner Koch2016-06-131-70/+69
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-114-77/+107
* g10: Export cleartext keys as cleartextDaniel Kahn Gillmor2016-06-111-2/+3
* g10: Allow receiving cleartext secret keys from agentDaniel Kahn Gillmor2016-06-113-4/+223
* g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor2016-06-113-8/+12
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-119-31/+60
* 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