aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog-2011 (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch1-2/+9
* ChangeLog: New file.
2011-09-12On VMS use --batch by default if in batch mode.Werner Koch1-0/+6
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.
2011-08-09Removed some set but unused vars.Werner Koch1-0/+6
2011-08-09Fix bug#1307Werner Koch1-0/+7
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.
2011-07-22Print the decoded iteration count witn --list-packets.Werner Koch1-0/+5
Fixes bug#1355.
2011-04-06* photoid.c (generate_photo_id): Check for the JPEG magic numbersDavid Shaw1-0/+6
instead of JFIF since some programs generate an EXIF header first. This is issue 1331.
2011-02-23Don't link gpgv with libreadlineWerner Koch1-162/+168
Also add a useful .gitignore file.
2010-10-29* gpg.c (main): Do not provide a default forDavid Shaw1-0/+4
--personal-digest-preferences. This allows the usual digest selection algorithm to pick a digest based on recipient keys.
2010-10-29* pkclist.c (select_algo_from_prefs): Slightly improve the handling ofDavid Shaw1-0/+5
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.
2010-10-29* pkclist.c (select_algo_from_prefs): Make sure the scores can'tDavid Shaw1-0/+7
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).
2010-10-27Detect unsigned time_t and adjust y2038 detection.Werner Koch1-0/+7
2010-10-20Remove warnings on VMSWerner Koch1-0/+7
2010-10-18Prepare for 1.4.11Werner Koch1-0/+5
2010-10-10VMS fixesWerner Koch1-0/+4
2010-09-28* options.skel: Make the example for force-v3-sigs match reality (itDavid Shaw1-0/+5
has defaulted to off since 2007-10-22).
2010-09-28The rest of the VMS changes.Werner Koch1-4/+1
2010-09-28Minor changes to help the VMS portWerner Koch1-0/+26
2010-08-31Minor fixesWerner Koch1-0/+5
2010-07-24support more hash algorithms to support the v2 cardWerner Koch1-0/+6
2010-06-18Backport bug fix. Fixes bug#1240.Werner Koch1-0/+5
2010-06-01Ignore some GnuPG-2 only options.Werner Koch1-0/+5
2010-05-12Fix bug 1179Werner Koch1-0/+4
2010-05-07Fix for bug 1223Werner Koch1-0/+7
2010-03-26Force SHA1 only for v1 cardsWerner Koch1-0/+5
2010-03-26* plaintext.c (handle_plaintext): Make sure that the stdout flushDavid Shaw1-1/+7
succeeded, so we can't lose data when using gpg in a pipeline. Fixes bug #1207.
2010-02-17Fix bug 1186Werner Koch1-0/+5
2010-02-02Change menu prompts.Werner Koch1-0/+5
2009-12-17Fix bug#1059 (missing status line signature verification done with a Werner Koch1-0/+5
subkey while on the main key has expired).
2009-12-15minor changes for VMSWerner Koch1-0/+3
2009-12-15fix bug#1162.Werner Koch1-0/+5
2009-09-28Fix bug#1138.Werner Koch1-1/+7
2009-09-02Last minute fixesWerner Koch1-0/+3
2009-09-02Preparing 1.4.10.Werner Koch1-0/+5
2009-08-26Fix debian bug#543530Werner Koch1-0/+5
2009-08-13Preparing for a release candidateWerner Koch1-0/+16
2009-08-12Try and detect mis-coded Latin1 and convert it to UTF8. Whether theDavid Shaw1-0/+7
heuristics succeed or not, the resulting string must be valid UTF8 as LDAP requires that. This is bug 1055.
2009-08-03(no commit message)Werner Koch1-0/+16
2009-07-31* gpg.c (main): --pgp6 includes --disable-mdc.David Shaw1-0/+4
2009-07-29Update key generation menu to match gnupg 2.0.Werner Koch1-3/+19
Changes default preferences and key algorithms.
2009-07-23* keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find aDavid Shaw1-0/+5
domain-specific LDAP server before resorting to keys.{domain}.
2009-07-23Parse EXTCAP lines from the card.Werner Koch1-0/+12
Change messages for a corrupt trustdb.
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-0/+28
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished.
2009-07-17Repalce an assert by a proper error message.Werner Koch1-0/+5
2009-07-16Fix bug#1087.Werner Koch1-1/+6
2009-06-24Fix a couple of minor bugs.Werner Koch1-0/+5
2009-06-17Fix bug#1040.Werner Koch1-0/+5
2009-06-05Remove Camellia restriction.David Shaw1-0/+4
2009-06-02Add stub function. Noted by Daniel Leidert.Werner Koch1-0/+4
2009-05-22Fixed bug1058.Werner Koch1-0/+4
2009-05-20Fix bug#1044.Werner Koch1-0/+5