Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for the 2.0.18 release.gnupg-2.0.18 | Werner Koch | 2011-08-04 | 37 | -282/+1138 |
| | | | | | | | | Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations. | ||||
* | New option --ssh-fpr for the agent:KEYINFO command | Werner Koch | 2011-08-04 | 4 | -75/+126 |
| | | | | | Also added the option --data. Hwoever we don't list the other itehms 2.1. does; instead we print dashes. | ||||
* | Support a confirm flag for ssh. | Werner Koch | 2011-08-04 | 8 | -130/+264 |
| | | | | | 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-08-04 | 5 | -2/+491 |
| | |||||
* | Removed some set but unused variables. | Werner Koch | 2011-08-04 | 25 | -788/+811 |
| | |||||
* | Fixed some autoconf bit rot. | Werner Koch | 2011-08-04 | 6 | -40/+51 |
| | | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I need to fix some wrong call conventions for AC_LANG_PROGRAM. Also factor out an m4 conditional construct from AC_INIT to avoid the "not a literal" warning. | ||||
* | Do not print read-only trustdb warning with --quiet. | Werner Koch | 2011-07-29 | 2 | -4/+8 |
| | | | | | This is only a warning and gpg would anyway print an error message if it tries to write to the trustdb. | ||||
* | Update config.{guess,sub}. | Werner Koch | 2011-07-22 | 4 | -165/+184 |
| | |||||
* | Print the decoded iteration count with --list-packets. | Werner Koch | 2011-07-22 | 2 | -20/+27 |
| | | | | Fixes bug#1355. | ||||
* | Fix crash while reading unsupported ssh keys. | Werner Koch | 2011-07-22 | 2 | -73/+73 |
| | | | | | 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 | 3 | -89/+173 |
| | | | | | | | | | 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 generation of card keys up to 4096 bit. | Werner Koch | 2011-07-07 | 6 | -94/+173 |
| | | | | | | 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. | ||||
* | Provide pubkey letters e and E | Werner Koch | 2011-07-01 | 4 | -32/+41 |
| | | | | | This is only to print those letters instead of a question mark. It does not mean ECC is or will be supported in this branch. | ||||
* | Fix a for a bug fix in the latest Libgcrypt. | Werner Koch | 2011-06-13 | 2 | -171/+177 |
| | | | | | | * pkglue.c (mpi_from_sexp, pk_decrypt): Use GCRYMPI_FMT_USG for gcry_sexp_nth_mpi. This fixes a problem with a recent bug fix in Libgcrypt. | ||||
* | Include estream.h | Werner Koch | 2011-04-29 | 2 | -1/+3 |
| | |||||
* | Do not use pth functions after pth_kill. Fixes bug#1320. | Werner Koch | 2011-04-29 | 5 | -276/+341 |
| | | | | | | | | | | | | | | Fabian Keil found the reason for a SIGBUS: In the "gpg-agent --daemon" case, main() calls pth_kill() after the client has been forked, so when es_deinit() is called on exit, acquiring the estream_list_lock seems to cause pth to dereference a pointer located in a memory region that has previously been free()'d. My approach to fix it is different than his suggestion. It should allow to continue all estream operations after a pth_kill except for restarting pth. | ||||
* | Fix translaor email | Werner Koch | 2011-02-23 | 1 | -5/+1 |
| | |||||
* | Add autogen.sh magic to install git hooks. | Werner Koch | 2011-02-04 | 2 | -30/+56 |
| | |||||
* | Fix problem with unplugged card readers. | Werner Koch | 2011-01-25 | 3 | -1/+19 |
| | | | | | | | | | | | | | | | | From Grant Olsons's mail to gnupg-devel@: This is three-quarters NIIBE and one-quarter me, but I though it would be easier to have a single complete patch that applies to STABLE-BRANCH-2-0 than two patches floating around. This is basically NIIBE Yatuka's patch here: http://lists.gnupg.org/pipermail/gnupg-devel/2010-November/025828.html Plus another check that closes down the reader explicitly if we get a SW_HOST_NO_READER error, so that an unplugged reader doesn't hold onto the first slot, preventing us from getting to the active plugged reader. | ||||
* | Fix a bug in es_fopenmem etc. | Werner Koch | 2011-01-20 | 2 | -3/+7 |
| | |||||
* | Post release updates | Werner Koch | 2011-01-13 | 4 | -101/+36 |
| | |||||
* | Finished preparations for 2.0.17gnupg-2.0.17 | Werner Koch | 2011-01-13 | 22 | -346/+1104 |
| | |||||
* | First batch of translation updates. | Werner Koch | 2011-01-12 | 13 | -1544/+715 |
| | |||||
* | Changed text template | Werner Koch | 2011-01-11 | 1 | -6/+7 |
| | |||||
* | Update copyright year. | Werner Koch | 2011-01-11 | 4 | -4/+4 |
| | |||||
* | Add gpgtar backport | Werner Koch | 2011-01-11 | 17 | -115/+2815 |
| | |||||
* | Update config.guess files. | Werner Koch | 2011-01-11 | 3 | -122/+147 |
| | |||||
* | Actually update the de.po file | Werner Koch | 2011-01-11 | 1 | -3/+3 |
| | |||||
* | Updated po files (one new fuzzy) | Werner Koch | 2011-01-11 | 26 | -98/+318 |
| | |||||
* | Resolved a fuzzy in de.po | Werner Koch | 2011-01-11 | 1 | -2/+2 |
| | |||||
* | Remove some meta data from po files. | Werner Koch | 2011-01-11 | 30 | -49133/+7 |
| | |||||
* | Fix bug#1307. | Werner Koch | 2011-01-10 | 6 | -17/+35 |
| | |||||
* | Support a git revision string | Werner Koch | 2011-01-10 | 2 | -1/+8 |
| | |||||
* | Fix bug#1311 | Werner Koch | 2011-01-10 | 4 | -2/+146 |
| | |||||
* | Fix a bug where scdaemon kills a non-daemon gpg-agent. | Werner Koch | 2010-11-11 | 7 | -23/+62 |
| | | | | | Fix a passphrase cache annoyance. | ||||
* | * pkclist.c (select_algo_from_prefs): Make sure the scores can't | David Shaw | 2010-10-29 | 2 | -18/+44 |
| | | | | | | | | | | | | overflow when picking an algorithm (not a security issue since we can't pick something not present in all preference lists, but we might pick something that isn't scored first choice). * pkclist.c (select_algo_from_prefs): Slightly improve the handling of MD5 in preference lists. Instead of replacing MD5 with SHA-1, just remove MD5 from the list altogether, and let the next-highest ranked algorithm be chosen. | ||||
* | Fix memory leak | Werner Koch | 2010-09-29 | 2 | -1/+3 |
| | |||||
* | Add missing space to Assuan command | Werner Koch | 2010-09-29 | 3 | -8/+18 |
| | |||||
* | fix for bug1234. | Werner Koch | 2010-09-28 | 2 | -1/+5 |
| | |||||
* | Allow more hash algorithms with the OpenPGP card. | Werner Koch | 2010-09-28 | 3 | -2/+27 |
| | |||||
* | Fix bug 1285 | Werner Koch | 2010-09-24 | 5 | -5/+27 |
| | |||||
* | Return a more specific error code for missing issuer certificates | Werner Koch | 2010-09-16 | 8 | -9/+35 |
| | |||||
* | Fix --include-certs entry. | Werner Koch | 2010-09-16 | 1 | -4/+3 |
| | |||||
* | Missing spaces fix. | Werner Koch | 2010-09-03 | 2 | -5/+9 |
| | |||||
* | Fix | Werner Koch | 2010-08-23 | 4 | -6/+15 |
| | |||||
* | Fix --check-options | Werner Koch | 2010-08-19 | 2 | -10/+17 |
| | |||||
* | Pass on assuan comment lines from scd. | Werner Koch | 2010-08-11 | 7 | -20/+46 |
| | | | | | | Fix confidential flag setting. Print another status_error. | ||||
* | Pass on comment lines from scdaemon. | Werner Koch | 2010-08-11 | 2 | -0/+19 |
| | |||||
* | Fix reallocation bug | Werner Koch | 2010-07-23 | 2 | -0/+5 |
| | |||||
* | Update | Werner Koch | 2010-07-19 | 2 | -648/+963 |
| |