Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed set but unused variable bugs | Werner Koch | 2011-08-10 | 23 | -80/+84 | |
| | ||||||
* | Fix autoconf warnings and update config.* files. | Werner Koch | 2011-08-10 | 8 | -176/+215 | |
| | ||||||
* | Typo fix | Werner Koch | 2011-08-10 | 1 | -1/+1 | |
| | ||||||
* | Update option s2k-count to match the documentation. | Ben Kibbey | 2011-08-10 | 2 | -3/+8 | |
| | | | | The option would previously return an error if its value was < 65536. | |||||
* | Made the KILLAGENT and KILLSCD commands working again. | Werner Koch | 2011-08-10 | 4 | -0/+20 | |
| | | | | | This requires that GnuPG is build with a newer version of Libassuan (2.0.3). | |||||
* | Adjust for signed integer passed to OpenPGP card decrypt. | Werner Koch | 2011-08-08 | 2 | -8/+26 | |
| | ||||||
* | Minor doc updates v2.0 vs. v2.1) | Werner Koch | 2011-08-08 | 3 | -3/+29 | |
| | ||||||
* | Do not print read-only trustdb warning with --quiet. | Werner Koch | 2011-07-29 | 2 | -1/+5 | |
| | | | | | This is only a warning and gpg would anyway print an error message if it tries to write to the trustdb. | |||||
* | Make the inquire cancel fix a little bit more robust. | Werner Koch | 2011-07-27 | 2 | -1/+18 | |
| | ||||||
* | Fixed gpg-agent SCD inquire command cancellation. | Ben Kibbey | 2011-07-27 | 2 | -0/+18 | |
| | | | | | Need to send the CANCEL command back to scdaemon otherwise the next SCD command will fail. | |||||
* | Fix crash while reading unsupported ssh keys. | Werner Koch | 2011-07-22 | 2 | -12/+11 | |
| | | | | | This bug was found by n-roeser at gmx.net (gnupg-devel@, msgid [email protected]). | |||||
* | Try to get the only-valid-if-cert-valid cert from the dirmngr first. | Werner Koch | 2011-07-21 | 2 | -15/+97 | |
| | | | | | | | | | This should always work because the dirmngr asked us to validate the given certificate. This should make OCSP configuration easier because there is less requirement to install all certificates for Dirmngr and gpgsm. CAUTION: This code has not yet been tested. | |||||
* | Allow listing of ssh fingerprint with the agent's KEYINFO command. | Werner Koch | 2011-07-20 | 2 | -8/+32 | |
| | ||||||
* | Support a confirm flag for ssh. | Werner Koch | 2011-07-20 | 7 | -66/+217 | |
| | | | | | This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts. | |||||
* | New functions to compute an ssh style fingerprint. | Werner Koch | 2011-07-20 | 5 | -1/+473 | |
| | ||||||
* | Print decoded S2K count in --list-packets mode. | Werner Koch | 2011-07-18 | 2 | -1/+15 | |
| | | | | Fixes bug#1355. | |||||
* | Clarify documentation of --keyid-format. | Werner Koch | 2011-07-18 | 1 | -1/+2 | |
| | | | | Fixes bug#1354. | |||||
* | Document OPTION s2k-count | Werner Koch | 2011-06-29 | 1 | -0/+8 | |
| | ||||||
* | Added gpg-agent OPTION "s2k-count". | Ben Kibbey | 2011-06-29 | 8 | -15/+41 | |
| | | | | When unset or 0, the calibrated count will be used. | |||||
* | Fixed an URL typo in the FAQ. | Werner Koch | 2011-06-28 | 1 | -2/+2 | |
| | ||||||
* | doc/gpgsm.texi com-certs.pem mini-fix | Bernhard Reiter | 2011-06-27 | 1 | -1/+1 | |
| | | | | | | | | [[PGP Signed Part:Undecided]] [1. text/plain] Example path for com-certs.pem corrected. [2. text/x-diff; doc.diff] | |||||
* | Add question "What are DH/DSS keys?" | Werner Koch | 2011-06-27 | 1 | -10/+25 | |
| | | | | ... and the answer of course. | |||||
* | Allow generation of card keys up to 4096 bit. | Werner Koch | 2011-06-16 | 7 | -26/+117 | |
| | | | | | | | | | | | | | | | This patch implementes a chunk mode to pass the key parameters from scdaemon to gpg. This allows to pass arbitrary long key paremeters; it is used for keys larger than 3072 bit. Note: the card key generation in gpg is currently broken. The keys are generated but it is not possible to create the self-signature because at that time the gpg-agent does not yet know about the new keys and thus can't divert the sign request to the card. We either need to run the learn command right after calling agent_scd_genkey or implement a way to sign using the currently inserted card. Another option would be to get rid of agent_scd_genkey and implement the feature directly in agent_genkey. | |||||
* | Fix for latest fix in Libgcrypt. | Werner Koch | 2011-06-13 | 2 | -1/+8 | |
| | ||||||
* | Revert latest po add-line-number patch. | Werner Koch | 2011-06-13 | 24 | -42864/+0 | |
| | | | | | To avoid this in the future, everyone should really use the clean-po filter as installed with ./autogen.sh . Thanks. | |||||
* | Fix size_t vs int issues. | Marcus Brinkmann | 2011-06-01 | 12 | -13/+36 | |
| | ||||||
* | po | Marcus Brinkmann | 2011-06-01 | 1 | -1786/+0 | |
| | ||||||
* | dd | Marcus Brinkmann | 2011-06-01 | 1 | -0/+5 | |
| | ||||||
* | Add missing LIBGCRYPT_CFLAGS for dirmngr_ldap. | Marcus Brinkmann | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | Add LIBICONV to LDFLAGS. | Marcus Brinkmann | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git+ssh://playfair.gnupg.org/git/gnupg | Werner Koch | 2011-05-20 | 2 | -3483/+2938 | |
|\ | ||||||
| * | Merge dirmgr cs.po into gnupg cs.po. | Marcus Brinkmann | 2011-05-11 | 2 | -3483/+2938 | |
| | | ||||||
* | | Require libgpg-error 1.10 | Werner Koch | 2011-05-20 | 5 | -17/+10 | |
| | | | | | | | | | | This allows to remove some error code substitutes. Fixed a typo in gpg.text. | |||||
* | | Add fixme note regarding pth_kill | Werner Koch | 2011-04-29 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'wk-gpg-keybox' | Werner Koch | 2011-04-29 | 11 | -411/+486 | |
|\ | ||||||
| * | Re-indentation of keydb.c and error code changes. | Werner Koch | 2011-04-29 | 8 | -348/+403 | |
| | | | | | | | | | | | | Returning -1 as an error code is not very clean given that gpg error has more descriptive error codes. Thus we now return GPG_ERR_NOT_FOUND for all search operations and adjusted all callers. | |||||
| * | Update OpenPGP parser to support ECC | Werner Koch | 2011-04-28 | 3 | -63/+83 | |
| | | ||||||
* | | Fix import stat counter and abort secret key import on merge-only error case. | Marcus Brinkmann | 2011-04-29 | 2 | -25/+36 | |
| | | ||||||
* | | Give sensible error messages when trying to delete secret key. | Marcus Brinkmann | 2011-04-29 | 2 | -11/+26 | |
|/ | ||||||
* | Removed memory leak in the ECDH code. | Werner Koch | 2011-04-28 | 2 | -32/+59 | |
| | ||||||
* | Fixed regression in OpenPGP secret key export. | Werner Koch | 2011-04-26 | 7 | -6/+53 | |
| | | | | | | | | The protection used in the exported key used a different iteration count than given in the S2K field. Thus all OpenPGP keys exported from GnuPG 2.1-beta can't be imported again. Given that the actual secret key material is kept in private-keys-v1.d/ the can be re-exported with this fixed version. | |||||
* | Fix regression in gpg's mail address parsing. | Werner Koch | 2011-04-25 | 20 | -24/+62 | |
| | | | | | | Since 2009-12-08 gpg was not able to find email addresses indicated by a leading '<'. This happened when I merged the user id classification code of gpgsm and gpg. | |||||
* | Add OPTION:cache-ttl-opt-preset to gpg-agent. | Werner Koch | 2011-04-21 | 6 | -7/+31 | |
| | | | | | This option may be used to change the default ttl values use with the --preset option of GENKEY and PASSWD. | |||||
* | 2011-04-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2011-04-20 | 2 | -1/+6 | |
| | | | | | * keylist.c (list_keyblock_colon): Use get_ownertrust_info, not get_ownertrust (which lead to binary zeroes in the output!). | |||||
* | Fix gpg-agent secure memory leak in OpenPGP private key import. | Marcus Brinkmann | 2011-04-20 | 2 | -0/+8 | |
| | | | | | | | | 2011-04-20 Marcus Brinkmann <[email protected]> * command.c (cmd_import_key): Release key from failed import before converting openpgp private key in the openpgp-private-key case. | |||||
* | Another PASSWD --preset fix. | Ben Kibbey | 2011-04-18 | 2 | -1/+5 | |
| | | | | Check for an error before presetting the passphrase. | |||||
* | Fixed PASSWD --preset. | Ben Kibbey | 2011-04-13 | 2 | -7/+11 | |
| | | | | | The previous patch required that the keygrip be cached before adding the new passphrase to the cache. No more. | |||||
* | Use macros for the 120 and 900s cache TTLs. | Werner Koch | 2011-04-12 | 4 | -12/+23 | |
| | ||||||
* | Added PASSWD --preset. | Ben Kibbey | 2011-04-12 | 2 | -2/+15 | |
| | ||||||
* | Added GENKEY --preset to add the passphrase of the generated key to the cache. | Ben Kibbey | 2011-04-12 | 4 | -4/+24 | |
| |