Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow use of a standard space separated fingerprint. | Werner Koch | 2012-01-10 | 1 | -7/+47 | |
| | | | | | | | | | | We allow a single or a double space in the middle of the fingerprint to help with c+p fingerprints from an HTML pages which are not being enclosed in a "pre" tag. * g10/getkey.c (classify_user_id): Check for space separated GPG fingerprint. -- This is a backport of commit 957fe72 and 372fb4f. | |||||
* | Replace file locking by the new portable dotlock code. | Werner Koch | 2012-01-10 | 6 | -147/+148 | |
| | | | | | | | | | | | | | * include/dotlock.h: New. From current gnupg master. * util/dotlock.c: Ditto. Include util.h. The major changes done in master are: Factor Unix and W32 specific code out into specific functions. Define HAVE_POSIX_SYSTEM. Rearrange some functions. (disable_dotlock): Rename to dotlock_disable. (create_dotlock): Rename to dotlock_create and add a dummy arg. (destroy_dotlock): Rename to dotlock_destroy. (make_dotlock): Rename to dotlock_take. (release_dotlock): Rename to dotlock_release. (remove_lockfiles): Rename to dotlock_remove_lockfiles. | |||||
* | Update copyright years. | Werner Koch | 2012-01-10 | 1 | -1/+1 | |
| | | | | * util/argparse.c (default_strusage): Update printed copyright year. | |||||
* | Rename all ChangeLog files to ChangeLog-2011. | Werner Koch | 2011-12-02 | 1 | -2/+9 | |
| | | | | * ChangeLog: New file. | |||||
* | On VMS use --batch by default if in batch mode. | Werner Koch | 2011-09-12 | 2 | -0/+18 | |
| | | | | | | 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 | 5 | -94/+93 | |
| | ||||||
* | Fix bug#1307 | Werner Koch | 2011-08-09 | 3 | -98/+102 | |
| | | | | | 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. | |||||
* | Add pubkey letters e and E for ECC. | Werner Koch | 2011-07-01 | 6 | -198/+212 | |
| | | | | | | | 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 | 3 | -177/+185 | |
| | | | | Also add a useful .gitignore file. | |||||
* | * 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 | 3 | -7/+18 | |
| | ||||||
* | Remove warnings on VMS | Werner Koch | 2010-10-20 | 5 | -3/+15 | |
| | ||||||
* | Prepare for 1.4.11 | Werner Koch | 2010-10-18 | 2 | -1/+6 | |
| | ||||||
* | VMS fixes | Werner Koch | 2010-10-10 | 2 | -4/+8 | |
| | ||||||
* | * 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 | 4 | -7/+30 | |
| | ||||||
* | Minor changes to help the VMS port | Werner Koch | 2010-09-28 | 7 | -3/+62 | |
| | ||||||
* | Preparing a release candidate | Werner Koch | 2010-09-23 | 1 | -0/+3 | |
| | ||||||
* | Minor fixes | Werner Koch | 2010-08-31 | 2 | -0/+13 | |
| | ||||||
* | 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 | |
| | ||||||
* | Ignore some GnuPG-2 only options. | Werner Koch | 2010-06-01 | 2 | -1/+13 | |
| | ||||||
* | Fix bug 1179 | Werner Koch | 2010-05-12 | 2 | -4/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | Change menu prompts. | Werner Koch | 2010-02-02 | 3 | -2/+7 | |
| | ||||||
* | Fix some spelling errors. Fixes bug#1127. | Werner Koch | 2009-12-21 | 3 | -6/+6 | |
| | ||||||
* | Fix bug#1059 (missing status line signature verification done with a | Werner Koch | 2009-12-17 | 2 | -1/+10 | |
| | | | | | subkey while on the main key has expired). | |||||
* | minor changes for VMS | Werner Koch | 2009-12-15 | 3 | -5/+8 | |
| | ||||||
* | fix bug#1162. | Werner Koch | 2009-12-15 | 2 | -1/+7 | |
| | ||||||
* | Fix bug#1138. | Werner Koch | 2009-09-28 | 3 | -3/+17 | |
| | ||||||
* | Last minute fixes | Werner Koch | 2009-09-02 | 4 | -17/+32 | |
| | ||||||
* | Preparing 1.4.10. | Werner Koch | 2009-09-02 | 3 | -4/+22 | |
| | ||||||
* | Fix debian bug#543530 | Werner Koch | 2009-08-26 | 2 | -0/+35 | |
| | ||||||
* | Preparing for a release candidate | Werner Koch | 2009-08-13 | 5 | -31/+230 | |
| | ||||||
* | Try and detect mis-coded Latin1 and convert it to UTF8. Whether the | David Shaw | 2009-08-12 | 2 | -7/+39 | |
| | | | | | | 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 | 7 | -20/+134 | |
| | ||||||
* | * gpg.c (main): --pgp6 includes --disable-mdc. | David Shaw | 2009-07-31 | 2 | -0/+5 | |
| | ||||||
* | Update key generation menu to match gnupg 2.0. | Werner Koch | 2009-07-29 | 2 | -103/+187 | |
| | | | | | Changes default preferences and key algorithms. | |||||
* | * keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find a | David Shaw | 2009-07-23 | 2 | -13/+55 | |
| | | | | | domain-specific LDAP server before resorting to keys.{domain}. | |||||
* | Parse EXTCAP lines from the card. | Werner Koch | 2009-07-23 | 7 | -10/+73 | |
| | | | | | Change messages for a corrupt trustdb. | |||||
* | First set of changes to backport the new card code from 2.0. | Werner Koch | 2009-07-21 | 17 | -1378/+4501 | |
| | | | | | | | | 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 | 2 | -1/+19 | |
| | ||||||
* | Fix bug#1087. | Werner Koch | 2009-07-16 | 2 | -2/+17 | |
| |