Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -3/+3 | |
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. | |||||
2012-03-27 | Print warning for arguments not considered an option. | Werner Koch | 1 | -1/+2 | |
GnuPG requires that options are given before other arguments. This can sometimes be confusing. We now print a warning if we found an argument looking alike a long option without being preceded by the stop option. This is bug#1343. * common/argparse.h (ARGPARSE_FLAG_STOP_SEEN): New. * common/argparse.c (arg_parse): Set new flag. * g10/gpg.c (main): Print the warning. * agent/gpg-agent.c (main): Ditto. * dirmngr/dirmngr.c (main): Ditto. * g13/g13.c (main): Ditto. * scd/scdaemon.c (main): Ditto. * sm/gpgsm.c (main): Ditto. * tools/gpg-connect-agent.c (main): Ditto. * tools/gpgconf.c (main): Ditto. | |||||
2011-09-30 | Change JNLIB license to LGPLv3+ or GPLv2+. | Werner Koch | 1 | -7/+18 | |
This is to allow the use of this code with code under GPLv2(only). | |||||
2011-02-03 | Update copyright year | Werner Koch | 1 | -62/+62 | |
Nuked some trailing spaces. | |||||
2010-07-26 | Some work on the dirmngr | Werner Koch | 1 | -1/+1 | |
2010-05-30 | Print --version etc via estream | Werner Koch | 1 | -50/+135 | |
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 1 | -0/+2 | |
descriptors. | |||||
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -0/+0 | |
2010-01-08 | Add dummu option --passwd for gpg. | Werner Koch | 1 | -1/+1 | |
Collected changes. | |||||
2009-03-03 | Argg again: Remove cruft from a test. | Werner Koch | 1 | -1/+1 | |
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 1 | -1/+1 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2009-01-08 | Update spanish translation. | Werner Koch | 1 | -1/+1 | |
Cleanups. Allow utf-8 in email addresses. | |||||
2008-11-20 | Fix last change. | Werner Koch | 1 | -3/+3 | |
2008-11-12 | Made arg_parse more readable. | Werner Koch | 1 | -304/+385 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+5 | |
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 1 | -181/+252 | |
2008-05-27 | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 1 | -1/+6 | |
Replaced almost all free by xfree. Translation fixes. | |||||
2008-02-22 | Add some tests. | Werner Koch | 1 | -2/+2 | |
2007-08-29 | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 1 | -53/+59 | |
easy parsable format. | |||||
2007-08-10 | Implemented the chain model for X.509 validation. | Werner Koch | 1 | -1/+14 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -7/+5 | |
Removed intl/. | |||||
2007-07-04 | A bunch of minor changes for Windows. | Werner Koch | 1 | -49/+57 | |
2007-05-04 | UTF-8 Fixes | Werner Koch | 1 | -16/+33 | |
2007-03-07 | The Cherry XX44 keyboard's PINpad does now work. | Werner Koch | 1 | -1/+1 | |
DINSIG and NKS card applications are now also PIN pad aware. | |||||
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -14/+14 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -14/+16 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -1/+1 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2005-02-22 | (stream_read_string): Removed call to abort on | Werner Koch | 1 | -1/+1 | |
memory error because the CVS version of libgcrypt makes sure that ERRNO gets always set on error even with a faulty user supplied function. | |||||
2004-01-16 | * argparse.c (strusage): Changed default copyright year to 2004. | Werner Koch | 1 | -1/+1 | |
2003-12-17 | (initialize): Replaced use of non-literal forma | Werner Koch | 1 | -15/+17 | |
args. Suggested by Florian Weimer. | |||||
2003-01-09 | Updated from NewPG | Werner Koch | 1 | -0/+997 | |
2002-06-29 | Removed files for CVS reorganization | David Shaw | 1 | -994/+0 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+2 | |
2000-01-24 | Add files to new directory. | Werner Koch | 1 | -0/+994 | |
This is mainly stuff moved from ../util to here. |