summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2.1.13gnupg-2.1.13Werner Koch2016-06-161-1/+47
* po: Auto-updateWerner Koch2016-06-1625-946/+1069
* po: Update Ukrainian translationYuri Chornoivan2016-06-161-246/+288
* po: Update Russian translation.Ineiev2016-06-161-368/+150
* po: Update German translationWerner Koch2016-06-161-25/+31
* speedo,w32: Take gpg-preset-passphrase from libexec.Werner Koch2016-06-161-1/+1
* Add missing files so that make distcheck works again,Werner Koch2016-06-162-2/+3
* tools: Fix typo in function name of symcryptrun.Werner Koch2016-06-161-1/+1
* gpg: Print the subkey's curve and not the primary key curve.Werner Koch2016-06-141-4/+4
* ldap: Improve info output for v3 fallbackWerner Koch2016-06-141-2/+3
* dirmngr: Try ldap protocol V3 as fallbackAndre Heinecke2016-06-141-0/+12
* dirmngr: Print ldap error if bind failsAndre Heinecke2016-06-141-1/+1
* gpgsm: Allow ciphers AES192 and SERPENT256Werner Koch2016-06-141-1/+3
* doc: Add files and envvars to a new index.Werner Koch2016-06-148-29/+75
* 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-1434-100/+100
* speedo,w32: Add gpg-preset-passphrase also to the uninstaller.Werner Koch2016-06-131-0/+1
* gpg: Un-deprecate option --auto-key-retrieve.Werner Koch2016-06-132-25/+27
* gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch2016-06-135-7/+41
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-135-15/+89
* gpg,indent: Re-indent and chnage var names in sign.cWerner Koch2016-06-131-70/+69
* common: Fix bad printf format in t-stringhelp.cWerner Koch2016-06-121-1/+1
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-114-77/+107
* common: New function split_fields.Werner Koch2016-06-113-0/+120
* g10: Export cleartext keys as cleartextDaniel Kahn Gillmor2016-06-112-26/+7
* 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-114-9/+18
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-119-31/+60
* speedo,w32: Distribute gpg-preset-passphrase.Werner Koch2016-06-111-0/+1
* Explicitly restrict socket permissions.Werner Koch2016-06-084-1/+13
* w32: Fix recent build regression.Werner Koch2016-06-084-4/+3
* gpgconf: New commands --create-socketdir and --remove-socketdir.Werner Koch2016-06-082-0/+78
* Implement /run/user/UID/gnupg based sockets.Werner Koch2016-06-085-26/+228
* gpgconf: Add option --homedirWerner Koch2016-06-081-0/+2
* Do not use no-libgcrypt dummy for toolsWerner Koch2016-06-082-13/+12
* Do not try to remove the enclosing directory of sockets.Werner Koch2016-06-082-15/+1
* common: New function gnupg_socketdir.Werner Koch2016-06-078-10/+47
* common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2016-06-0711-23/+6
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-0744-179/+188
* po: Update Japanese translation.NIIBE Yutaka2016-06-071-359/+333
* 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-065-5/+37
* gpg: Implement --keyid-format=none.Werner Koch2016-06-069-143/+153
* indent: Wrap strings in debug messages.Werner Koch2016-06-061-3/+5
* w32: Require --enable-build-timestamp for the BUILD_HOSTNAME.Werner Koch2016-06-042-4/+7
* 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-025-52/+157
* gpg: Extend the --quick-gen-key command.Werner Koch2016-06-024-22/+92