Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into npth | Marcus Brinkmann | 2011-10-25 | 4 | -15/+93 | |
|\| | | | | | | | | | Conflicts: common/ChangeLog | |||||
| * | Allow distribution of dotlock.* also under a modified BSD license | Werner Koch | 2011-10-24 | 3 | -0/+77 | |
| | | ||||||
| * | Typo fix and remove of some colloquial terms | Werner Koch | 2011-10-18 | 1 | -15/+16 | |
| | | ||||||
* | | Cast npth_self result for safety. | Marcus Brinkmann | 2011-10-13 | 2 | -5/+9 | |
| | | ||||||
* | | Fix error check. | Marcus Brinkmann | 2011-10-13 | 2 | -1/+3 | |
| | | ||||||
* | | Amend last commit. | Marcus Brinkmann | 2011-10-13 | 2 | -1/+4 | |
| | | ||||||
* | | Fix npth version check. | Marcus Brinkmann | 2011-10-13 | 1 | -16/+7 | |
| | | ||||||
* | | Merge branch 'master' into npth | Marcus Brinkmann | 2011-10-13 | 52 | -1392/+2688 | |
|\| | | | | | | | | | | | Conflicts: ChangeLog common/ChangeLog | |||||
| * | Put more options into the options index | Werner Koch | 2011-10-12 | 5 | -676/+833 | |
| | | | | | | | | Also removed the single letter options from the index. | |||||
| * | Extend yat2m to allow indented tables. | Werner Koch | 2011-10-12 | 2 | -35/+72 | |
| | | | | | | | | | | | | Current makeinfo versions allow to indent the texinfo source. However yat2m had no support for this. With this patch it is now possible to use a simple indentation style while keeping man pages readable. | |||||
| * | Change JNLIB license to LGPLv3+ or GPLv2+. | Werner Koch | 2011-09-30 | 30 | -205/+527 | |
| | | | | | | | | This is to allow the use of this code with code under GPLv2(only). | |||||
| * | Add prefix macro for dotlock functions. | Werner Koch | 2011-09-30 | 3 | -8/+45 | |
| | | | | | | | | Also fixed a type in the GLIB version. | |||||
| * | Add dotlock_get_fd and dotlock_set_fd. | Werner Koch | 2011-09-29 | 3 | -2/+37 | |
| | | ||||||
| * | Make dotlock.c thread-safe on pthread systems. | Werner Koch | 2011-09-29 | 2 | -25/+81 | |
| | | | | | | | | This is achieved by passing the define DOTLOCK_USE_PTHREAD. | |||||
| * | Add a flag parameter to dotlock_create. | Werner Koch | 2011-09-28 | 15 | -24/+37 | |
| | | | | | | | | This allows us to extend this function in the future. | |||||
| * | Allow arbitrary timeouts with dotlock. | Werner Koch | 2011-09-28 | 2 | -37/+87 | |
| | | ||||||
| * | Improved the dotlock module. | Werner Koch | 2011-09-27 | 4 | -43/+529 | |
| | | | | | | | | | | | | | | - It is now more portable and may be used outside of GnuPG - vfat file systems are now supported. - The use of link(2) is more robust. - Wrote extensive documentation. | |||||
| * | Remove check for gcry_kdf_derive | Werner Koch | 2011-09-27 | 2 | -24/+13 | |
| | | | | | | | | | | This is not anymore required because we require Libgcrypt 1.5.0 which features this function. | |||||
| * | Renamed the lock functions. | Werner Koch | 2011-09-23 | 16 | -376/+541 | |
| | | | | | | | | Also cleaned up the dotlock code for easier readability. | |||||
| * | Remove support for RISCOS from dotlock.c | Werner Koch | 2011-09-22 | 1 | -58/+7 | |
| | | ||||||
* | | Initial port to Npth. | Marcus Brinkmann | 2011-10-13 | 43 | -1055/+1009 | |
|/ | ||||||
* | Allow NULL for free_public_key. | Werner Koch | 2011-09-20 | 8 | -34/+36 | |
| | ||||||
* | tests: avoid use of freed pointer | Jim Meyering | 2011-09-20 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | [spotted by coverity] This is only in tests/, but easy to fix, so... I've included extra context so you can see how var->value would be used in the following atoi call. >From cf9ae83fd2da8d7a289b048ef0feed4096f6d263 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Tue, 20 Sep 2011 16:32:59 +0200 Subject: [PATCH] avoid use of free'd pointer * asschk.c (set_type_var): Set var->value to NULL after freeing it, to avoid subsequent use of freed pointer. | |||||
* | avoid use of freed pointer | Jim Meyering | 2011-09-20 | 2 | -1/+11 | |
| | | | | | | | | | | | | | Without this patch, pk2 would be freed twice. >From 2a18a4b757e0896e738fefbbaa8ff8c23a9edf89 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Tue, 20 Sep 2011 16:20:39 +0200 Subject: [PATCH] avoid use of freed pointer If we free pk2 at the top of the for-loop, set it to NULL so that we don't free it again just before returning. * revoke.c (gen_desig_revoke): Don't use pk2 after freeing it. | |||||
* | Replace gcry_md_start_debug by gcry_md_debug. | Werner Koch | 2011-09-20 | 10 | -15/+32 | |
| | | | | | This is to allow building with Libgcrypt master (1.6) which has some cleanups in the API/ABI. | |||||
* | Allow no protection in pinentry-mode=loopback. | Ben Kibbey | 2011-09-13 | 2 | -2/+12 | |
| | | | | | When the inquired passphrase has a 0 length then treat it as no protection. | |||||
* | Fixed invalid free. | Ben Kibbey | 2011-09-13 | 1 | -3/+1 | |
| | ||||||
* | Fixed regression in libcurl.m4 | Werner Koch | 2011-09-12 | 2 | -1/+6 | |
| | | | | | Fixed lost hash sign introduced by previous change (2011-04-08). Reported by John Marshall. | |||||
* | Handle pinentry-mode=loopback. | Ben Kibbey | 2011-09-12 | 5 | -2/+83 | |
| | | | | | | When this mode is set an inquire will be sent to the client to retrieve the passphrase. This adds a new inquire keyword "NEW_PASSPHRASE" that the GENKEY and PASSWD commands use when generating a new key. | |||||
* | Mark component descriptions for translation. | Werner Koch | 2011-08-26 | 2 | -6/+11 | |
| | ||||||
* | Beautified the online html manual | Werner Koch | 2011-08-12 | 5 | -9/+32 | |
| | ||||||
* | 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. |