Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all ChangeLog files to ChangeLog-2011. | Werner Koch | 2011-12-02 | 1 | -13772/+0 |
| | | | | * ChangeLog: New file. | ||||
* | On VMS use --batch by default if in batch mode. | Werner Koch | 2011-09-12 | 1 | -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. | ||||
* | Removed some set but unused vars. | Werner Koch | 2011-08-09 | 1 | -0/+6 |
| | |||||
* | Fix bug#1307 | Werner Koch | 2011-08-09 | 1 | -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. | ||||
* | Print the decoded iteration count witn --list-packets. | Werner Koch | 2011-07-22 | 1 | -0/+5 |
| | | | | Fixes bug#1355. | ||||
* | * photoid.c (generate_photo_id): Check for the JPEG magic numbers | David Shaw | 2011-04-06 | 1 | -0/+6 |
| | | | | | 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 | 1 | -162/+168 |
| | | | | Also add a useful .gitignore file. | ||||
* | * gpg.c (main): Do not provide a default for | David Shaw | 2010-10-29 | 1 | -0/+4 |
| | | | | | | --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 | 1 | -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. | ||||
* | * pkclist.c (select_algo_from_prefs): Make sure the scores can't | David Shaw | 2010-10-29 | 1 | -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). | ||||
* | Detect unsigned time_t and adjust y2038 detection. | Werner Koch | 2010-10-27 | 1 | -0/+7 |
| | |||||
* | Remove warnings on VMS | Werner Koch | 2010-10-20 | 1 | -0/+7 |
| | |||||
* | Prepare for 1.4.11 | Werner Koch | 2010-10-18 | 1 | -0/+5 |
| | |||||
* | VMS fixes | Werner Koch | 2010-10-10 | 1 | -0/+4 |
| | |||||
* | * options.skel: Make the example for force-v3-sigs match reality (it | David Shaw | 2010-09-28 | 1 | -0/+5 |
| | | | | | has defaulted to off since 2007-10-22). | ||||
* | The rest of the VMS changes. | Werner Koch | 2010-09-28 | 1 | -4/+1 |
| | |||||
* | Minor changes to help the VMS port | Werner Koch | 2010-09-28 | 1 | -0/+26 |
| | |||||
* | Minor fixes | Werner Koch | 2010-08-31 | 1 | -0/+5 |
| | |||||
* | support more hash algorithms to support the v2 card | Werner Koch | 2010-07-24 | 1 | -0/+6 |
| | |||||
* | Backport bug fix. Fixes bug#1240. | Werner Koch | 2010-06-18 | 1 | -0/+5 |
| | |||||
* | Ignore some GnuPG-2 only options. | Werner Koch | 2010-06-01 | 1 | -0/+5 |
| | |||||
* | Fix bug 1179 | Werner Koch | 2010-05-12 | 1 | -0/+4 |
| | |||||
* | Fix for bug 1223 | Werner Koch | 2010-05-07 | 1 | -0/+7 |
| | |||||
* | Force SHA1 only for v1 cards | Werner Koch | 2010-03-26 | 1 | -0/+5 |
| | |||||
* | * plaintext.c (handle_plaintext): Make sure that the stdout flush | David Shaw | 2010-03-26 | 1 | -1/+7 |
| | | | | | | succeeded, so we can't lose data when using gpg in a pipeline. Fixes bug #1207. | ||||
* | Fix bug 1186 | Werner Koch | 2010-02-17 | 1 | -0/+5 |
| | |||||
* | Change menu prompts. | Werner Koch | 2010-02-02 | 1 | -0/+5 |
| | |||||
* | Fix bug#1059 (missing status line signature verification done with a | Werner Koch | 2009-12-17 | 1 | -0/+5 |
| | | | | | subkey while on the main key has expired). | ||||
* | minor changes for VMS | Werner Koch | 2009-12-15 | 1 | -0/+3 |
| | |||||
* | fix bug#1162. | Werner Koch | 2009-12-15 | 1 | -0/+5 |
| | |||||
* | Fix bug#1138. | Werner Koch | 2009-09-28 | 1 | -1/+7 |
| | |||||
* | Last minute fixes | Werner Koch | 2009-09-02 | 1 | -0/+3 |
| | |||||
* | Preparing 1.4.10. | Werner Koch | 2009-09-02 | 1 | -0/+5 |
| | |||||
* | Fix debian bug#543530 | Werner Koch | 2009-08-26 | 1 | -0/+5 |
| | |||||
* | Preparing for a release candidate | Werner Koch | 2009-08-13 | 1 | -0/+16 |
| | |||||
* | Try and detect mis-coded Latin1 and convert it to UTF8. Whether the | David Shaw | 2009-08-12 | 1 | -0/+7 |
| | | | | | | heuristics succeed or not, the resulting string must be valid UTF8 as LDAP requires that. This is bug 1055. | ||||
* | (no commit message) | Werner Koch | 2009-08-03 | 1 | -0/+16 |
| | |||||
* | * gpg.c (main): --pgp6 includes --disable-mdc. | David Shaw | 2009-07-31 | 1 | -0/+4 |
| | |||||
* | Update key generation menu to match gnupg 2.0. | Werner Koch | 2009-07-29 | 1 | -3/+19 |
| | | | | | Changes default preferences and key algorithms. | ||||
* | * keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find a | David Shaw | 2009-07-23 | 1 | -0/+5 |
| | | | | | domain-specific LDAP server before resorting to keys.{domain}. | ||||
* | Parse EXTCAP lines from the card. | Werner Koch | 2009-07-23 | 1 | -0/+12 |
| | | | | | Change messages for a corrupt trustdb. | ||||
* | First set of changes to backport the new card code from 2.0. | Werner Koch | 2009-07-21 | 1 | -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. | ||||
* | Repalce an assert by a proper error message. | Werner Koch | 2009-07-17 | 1 | -0/+5 |
| | |||||
* | Fix bug#1087. | Werner Koch | 2009-07-16 | 1 | -1/+6 |
| | |||||
* | Fix a couple of minor bugs. | Werner Koch | 2009-06-24 | 1 | -0/+5 |
| | |||||
* | Fix bug#1040. | Werner Koch | 2009-06-17 | 1 | -0/+5 |
| | |||||
* | Remove Camellia restriction. | David Shaw | 2009-06-05 | 1 | -0/+4 |
| | |||||
* | Add stub function. Noted by Daniel Leidert. | Werner Koch | 2009-06-02 | 1 | -0/+4 |
| | |||||
* | Fixed bug1058. | Werner Koch | 2009-05-22 | 1 | -0/+4 |
| | |||||
* | Fix bug#1044. | Werner Koch | 2009-05-20 | 1 | -0/+5 |
| |