aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use gcc pragmas to suppress some warnings.Werner Koch2012-01-104-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 Koch2012-01-103-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 Shaw2011-12-281-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 Koch2011-12-0210-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 Koch2011-12-0221-2303/+2427
| | | | * ChangeLog: New file.
* On VMS use --batch by default if in batch mode.Werner Koch2011-09-124-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 Koch2011-08-0914-119/+132
|
* Fix aliasing problem.Werner Koch2011-08-091-1035/+1043
|
* Fixed some autoconf bit rot.Werner Koch2011-08-099-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#1307Werner Koch2011-08-095-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 Koch2011-07-222-13/+20
| | | | Fixes bug#1355.
* Allow building for ARM thumb. Fixes bug#1202.Werner Koch2011-07-042-7/+10
|
* Add pubkey letters e and E for ECC.Werner Koch2011-07-017-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 numbersDavid Shaw2011-04-062-3/+8
| | | | | instead of JFIF since some programs generate an EXIF header first. This is issue 1331.
* Don't link gpgv with libreadlineWerner Koch2011-02-2336-37703/+416
| | | | Also add a useful .gitignore file.
* Update gpg-zip.1 (bug#1317)Werner Koch2011-02-232-74/+110
|
* Support a git revision numberWerner Koch2010-12-282-1/+8
|
* Revert last two changes and replace by code from libgcrypt 1.4.6.Werner Koch2010-12-232-12/+19
|
* * gpg.c (main): Do not provide a default forDavid Shaw2010-10-292-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 ofDavid Shaw2010-10-292-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'tDavid Shaw2010-10-292-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 Koch2010-10-279-12/+71
|
* mips fixesWerner Koch2010-10-222-22/+35
|
* Remove warnings on VMSWerner Koch2010-10-205-3/+15
|
* * armor.test: Tweak the bug 1179 test to only run if Twofish isDavid Shaw2010-10-202-11/+20
| | | | | included in the program. The sample message requires Twofish.
* Two little updatesWerner Koch2010-10-182-298/+538
|
* Post release updatesWerner Koch2010-10-182-2/+7
|
* Add a minor feature for w32.gnupg-1.4.11Werner Koch2010-10-182-3/+14
|
* Prepare for 1.4.11Werner Koch2010-10-1839-18377/+17352
|
* VMS fixesWerner Koch2010-10-104-7/+27
|
* Remove FAQ stuffWerner Koch2010-10-056-1368/+26
|
* * options.skel: Make the example for force-v3-sigs match reality (itDavid Shaw2010-09-282-6/+12
| | | | | has defaulted to off since 2007-10-22).
* The rest of the VMS changes.Werner Koch2010-09-2810-11/+68
|
* Minor changes to help the VMS portWerner Koch2010-09-2819-21/+232
|
* "make distcheck" fixWerner Koch2010-09-233-3/+9
|
* Preparing a release candidateWerner Koch2010-09-238-9/+16
|
* .Werner Koch2010-09-032-4/+8
|
* Minor fixesWerner Koch2010-08-315-1/+20
|
* support more hash algorithms to support the v2 cardWerner Koch2010-07-243-1/+14
|
* Backport bug fix. Fixes bug#1240.Werner Koch2010-06-182-2/+15
|
* Fix bug 1231.Werner Koch2010-06-013-3/+16
| | | | | Minor doc improvement.
* Ignore some GnuPG-2 only options.Werner Koch2010-06-013-1/+14
|
* Fix bug 1179Werner Koch2010-05-127-5/+592
|
* Fix for bug 1223Werner Koch2010-05-072-1/+66
|
* Force SHA1 only for v1 cardsWerner Koch2010-03-262-6/+14
|
* * plaintext.c (handle_plaintext): Make sure that the stdout flushDavid Shaw2010-03-262-4/+18
| | | | | | succeeded, so we can't lose data when using gpg in a pipeline. Fixes bug #1207.
* Fix bug 1186Werner Koch2010-02-172-1/+6
|
* Fix bug reporting address.Werner Koch2010-02-112-3/+9
|
* Change menu prompts.Werner Koch2010-02-023-2/+7
|
* Fix bug#1183Werner Koch2010-01-292-1/+5
|