aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgparsemail.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-4/+4
| | | | | | | | | | | | | | | | | | | The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+10
|
* Preparing 2.0.7gnupg-2.0.7Werner Koch2007-09-101-45/+79
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* g10/ does build again.Werner Koch2006-05-231-1/+5
|
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-161-2/+4
|
* Add support for direct pkcs#7 signaturesWerner Koch2005-12-141-10/+65
|
* * configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch2004-01-301-1/+1
| | | | | | | | | * sign.c (add_certificate_list): Decrement N for the first cert. * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome. (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c which might be useful for debugging.
* Some minor bug fixes, new test utilities and started support for otherWerner Koch2004-01-271-0/+705
smartcard applications.