Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use gcc pragmas to suppress some warnings. | Werner Koch | 2012-01-10 | 4 | -112/+141 | |
| | | | | | | | | | * configure.ac (AH_BOTTOM): Add GNUPG_GCC_VERSION macro. * util/estream-printf.c (pr_float): Use new gcc pragma to ignore a warning about a non-literal format. * util/miscutil.c (asctimestamp): Ditto. * cipher/md.c (md_stop_debug): Use new gcc pragme to ignore a warning * about a set but unused variable. | |||||
* | Update gitlog-to-changelog. | Werner Koch | 2012-01-10 | 3 | -2/+17 | |
| | | | | | | * scripts/gitlog-to-changelog: Update from gnupg master. * Makefile.am (gen-ChangeLog): Add new options. * scripts/autogen.sh: Fix typo in URL. Reported by Gilles Espinasse. | |||||
* | Use the longest key ID available when talking to a HKP server. | David Shaw | 2011-12-28 | 1 | -7/+13 | |
| | | | | | | This is issue 1340. Now that PKSD is dead, and SKS supports long key IDs, this is safe to do. Patch from Daniel Kahn Gillmor <[email protected]>. | |||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-02 | 10 | -44/+564 | |
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. | |||||
* | Rename all ChangeLog files to ChangeLog-2011. | Werner Koch | 2011-12-02 | 21 | -2303/+2427 | |
| | | | | * ChangeLog: New file. | |||||
* | On VMS use --batch by default if in batch mode. | Werner Koch | 2011-09-12 | 4 | -5/+31 | |
| | | | | | | This problem was identified and solved by Steven M. Schweda. Note that the vms specific code is not part of this repository. See http://antinode.info/dec/sw/gnupg.html for the VMS port. | |||||
* | Removed some set but unused vars. | Werner Koch | 2011-08-09 | 14 | -119/+132 | |
| | ||||||
* | Fix aliasing problem. | Werner Koch | 2011-08-09 | 1 | -1035/+1043 | |
| | ||||||
* | Fixed some autoconf bit rot. | Werner Koch | 2011-08-09 | 9 | -215/+72 | |
| | | | | | | | Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning. | |||||
* | Fix bug#1307 | Werner Koch | 2011-08-09 | 5 | -133/+147 | |
| | | | | | This is a backport of the fixes for 2.0. There is only one real bug, the other changes are for clarity and for more picky compilers. | |||||
* | Print the decoded iteration count witn --list-packets. | Werner Koch | 2011-07-22 | 2 | -13/+20 | |
| | | | | Fixes bug#1355. | |||||
* | Allow building for ARM thumb. Fixes bug#1202. | Werner Koch | 2011-07-04 | 2 | -7/+10 | |
| | ||||||
* | Add pubkey letters e and E for ECC. | Werner Koch | 2011-07-01 | 7 | -199/+216 | |
| | | | | | | | This does not mean we have any kind of ECC support now. It is merely to avoid printing a question mark for the algorithm. Trailing white space changes as usual. | |||||
* | * photoid.c (generate_photo_id): Check for the JPEG magic numbers | David Shaw | 2011-04-06 | 2 | -3/+8 | |
| | | | | | instead of JFIF since some programs generate an EXIF header first. This is issue 1331. | |||||
* | Don't link gpgv with libreadline | Werner Koch | 2011-02-23 | 36 | -37703/+416 | |
| | | | | Also add a useful .gitignore file. | |||||
* | Update gpg-zip.1 (bug#1317) | Werner Koch | 2011-02-23 | 2 | -74/+110 | |
| | ||||||
* | Support a git revision number | Werner Koch | 2010-12-28 | 2 | -1/+8 | |
| | ||||||
* | Revert last two changes and replace by code from libgcrypt 1.4.6. | Werner Koch | 2010-12-23 | 2 | -12/+19 | |
| | ||||||
* | * gpg.c (main): Do not provide a default for | David Shaw | 2010-10-29 | 2 | -6/+5 | |
| | | | | | | --personal-digest-preferences. This allows the usual digest selection algorithm to pick a digest based on recipient keys. | |||||
* | * pkclist.c (select_algo_from_prefs): Slightly improve the handling of | David Shaw | 2010-10-29 | 2 | -13/+26 | |
| | | | | | | | 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. | |||||
* | * pkclist.c (select_algo_from_prefs): Make sure the scores can't | David Shaw | 2010-10-29 | 2 | -4/+17 | |
| | | | | | | | 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). | |||||
* | Detect unsigned time_t and adjust y2038 detection. | Werner Koch | 2010-10-27 | 9 | -12/+71 | |
| | ||||||
* | mips fixes | Werner Koch | 2010-10-22 | 2 | -22/+35 | |
| | ||||||
* | Remove warnings on VMS | Werner Koch | 2010-10-20 | 5 | -3/+15 | |
| | ||||||
* | * armor.test: Tweak the bug 1179 test to only run if Twofish is | David Shaw | 2010-10-20 | 2 | -11/+20 | |
| | | | | | included in the program. The sample message requires Twofish. | |||||
* | Two little updates | Werner Koch | 2010-10-18 | 2 | -298/+538 | |
| | ||||||
* | Post release updates | Werner Koch | 2010-10-18 | 2 | -2/+7 | |
| | ||||||
* | Add a minor feature for w32.gnupg-1.4.11 | Werner Koch | 2010-10-18 | 2 | -3/+14 | |
| | ||||||
* | Prepare for 1.4.11 | Werner Koch | 2010-10-18 | 39 | -18377/+17352 | |
| | ||||||
* | VMS fixes | Werner Koch | 2010-10-10 | 4 | -7/+27 | |
| | ||||||
* | Remove FAQ stuff | Werner Koch | 2010-10-05 | 6 | -1368/+26 | |
| | ||||||
* | * options.skel: Make the example for force-v3-sigs match reality (it | David Shaw | 2010-09-28 | 2 | -6/+12 | |
| | | | | | has defaulted to off since 2007-10-22). | |||||
* | The rest of the VMS changes. | Werner Koch | 2010-09-28 | 10 | -11/+68 | |
| | ||||||
* | Minor changes to help the VMS port | Werner Koch | 2010-09-28 | 19 | -21/+232 | |
| | ||||||
* | "make distcheck" fix | Werner Koch | 2010-09-23 | 3 | -3/+9 | |
| | ||||||
* | Preparing a release candidate | Werner Koch | 2010-09-23 | 8 | -9/+16 | |
| | ||||||
* | . | Werner Koch | 2010-09-03 | 2 | -4/+8 | |
| | ||||||
* | Minor fixes | Werner Koch | 2010-08-31 | 5 | -1/+20 | |
| | ||||||
* | support more hash algorithms to support the v2 card | Werner Koch | 2010-07-24 | 3 | -1/+14 | |
| | ||||||
* | Backport bug fix. Fixes bug#1240. | Werner Koch | 2010-06-18 | 2 | -2/+15 | |
| | ||||||
* | Fix bug 1231. | Werner Koch | 2010-06-01 | 3 | -3/+16 | |
| | | | | | Minor doc improvement. | |||||
* | Ignore some GnuPG-2 only options. | Werner Koch | 2010-06-01 | 3 | -1/+14 | |
| | ||||||
* | Fix bug 1179 | Werner Koch | 2010-05-12 | 7 | -5/+592 | |
| | ||||||
* | Fix for bug 1223 | Werner Koch | 2010-05-07 | 2 | -1/+66 | |
| | ||||||
* | Force SHA1 only for v1 cards | Werner Koch | 2010-03-26 | 2 | -6/+14 | |
| | ||||||
* | * plaintext.c (handle_plaintext): Make sure that the stdout flush | David Shaw | 2010-03-26 | 2 | -4/+18 | |
| | | | | | | succeeded, so we can't lose data when using gpg in a pipeline. Fixes bug #1207. | |||||
* | Fix bug 1186 | Werner Koch | 2010-02-17 | 2 | -1/+6 | |
| | ||||||
* | Fix bug reporting address. | Werner Koch | 2010-02-11 | 2 | -3/+9 | |
| | ||||||
* | Change menu prompts. | Werner Koch | 2010-02-02 | 3 | -2/+7 | |
| | ||||||
* | Fix bug#1183 | Werner Koch | 2010-01-29 | 2 | -1/+5 | |
| |