Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.4.19.gnupg-1.4.19 | Werner Koch | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Release 1.4.17gnupg-1.4.17 | Werner Koch | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | Release 1.4.14.gnupg-1.4.14 | Werner Koch | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | Add meta option ignore-invalid-option. | Werner Koch | 2012-12-18 | 1 | -1/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * util/argparse.c (iio_item_def_s, IIO_ITEM_DEF): New. (initialize): Init field IIO_LIST. (ignore_invalid_option_p): New. (ignore_invalid_option_add): New. (ignore_invalid_option_clear): New. (optfile_parse): Implement meta option. -- This option is currently of no use. However, as soon as it has been deployed in all stable versions of GnuPG, it will allow the use of the same configuration file with an old and a new version of GnuPG. For example: If a new version implements the option "foobar", and a user uses it in gpg.conf, an old version of gpg would bail out with the error "invalid option". To avoid that the following line can be put above that option in gpg.conf ignore-invalid-option foobar This meta option may be given several times or several option names may be given as arguments (space delimited). Note that this option is not available on the command line. (backported from commit 41d564333d35c923f473aa90625d91f8fe18cd0b) | ||||
* | Update copyright years. | Werner Koch | 2012-01-10 | 1 | -3/+3 |
| | | | | * util/argparse.c (default_strusage): Update printed copyright year. | ||||
* | Preparing a release candidate | Werner Koch | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Fix a W32 problem | Werner Koch | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | * argparse.c (default_strusage): Update copyright date. | David Shaw | 2008-03-06 | 1 | -3/+3 |
| | |||||
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 1 | -23/+25 |
| | | | | | Updated gettext. | ||||
* | * argparse.c (default_strusage): Copyright 2007. | David Shaw | 2007-04-15 | 1 | -3/+3 |
| | | | | | * cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs(). | ||||
* | * argparse.c (default_strusage): Update copyright year to 2006. | David Shaw | 2006-03-09 | 1 | -2/+2 |
| | |||||
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 1 | -6/+6 |
| | |||||
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 1 | -2/+2 |
| | |||||
* | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 2005-01-20 | 1 | -1/+1 |
| | | | | | | | | | initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY. | ||||
* | * argparse.c (default_strusage): Update copyright date. (initialize): | David Shaw | 2004-01-16 | 1 | -18/+22 |
| | | | | | | | | | Avoid a number of -Wformat-nonliteral warnings. These aren't actual problems, but the warnings bothered me. * miscutil.c (print_string2): New variation on print_string that allows two delimiters. (print_string): Call print_string2 to do work. | ||||
* | * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, | David Shaw | 2003-05-24 | 1 | -2/+2 |
| | | | | | | | | simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | ||||
* | * argparse.c (default_strusage): Change copyright date. | David Shaw | 2003-03-23 | 1 | -2/+2 |
| | |||||
* | * argparse.c (initialize): We better exit after a read error so | Werner Koch | 2002-07-05 | 1 | -1/+1 |
| | | | | | | that we don't run into an endless loop when reading a directory. Noted by Andrew Suffield. | ||||
* | * argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :) | David Shaw | 2002-07-01 | 1 | -2/+2 |
| | |||||
* | * argparse.c (optfile_parse): Renamed an auto I to P2 to avoid | Werner Koch | 2002-06-29 | 1 | -6/+6 |
| | | | | | shadowing warning. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -0/+1000 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -996/+0 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -13/+15 |
| | |||||
* | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1999-11-19 | 1 | -2/+14 |
| | |||||
* | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1999-09-01 | 1 | -1/+3 |
| | |||||
* | See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch | Werner Koch | 1999-07-12 | 1 | -1/+13 |
| | |||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -2/+7 |
| | |||||
* | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1999-02-16 | 1 | -28/+28 |
| | |||||
* | See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch | Werner Koch | 1999-01-07 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Sat Dec 12 18:40:32 CET 1998 Werner Koch | Werner Koch | 1998-12-12 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Fri Nov 27 15:30:24 CET 1998 Werner Koch | Werner Koch | 1998-11-27 | 1 | -7/+14 |
| | |||||
* | See ChangeLog ;-). Key validation should now be faster | Werner Koch | 1998-11-13 | 1 | -9/+70 |
| | |||||
* | (Does not compile yet) | Werner Koch | 1998-11-03 | 1 | -21/+91 |
| | |||||
* | changed trustdb design | Werner Koch | 1998-07-21 | 1 | -7/+12 |
| | |||||
* | update from tobold | Werner Koch | 1998-06-11 | 1 | -2/+5 |
| | |||||
* | new releaseV0-2-18 | Werner Koch | 1998-05-15 | 1 | -10/+67 |
| | |||||
* | applied Mathews typo and grammar fixes | Werner Koch | 1998-04-14 | 1 | -1/+1 |
| | |||||
* | Renamed to GNUPGV-0-2-8 | Werner Koch | 1998-02-24 | 1 | -2/+2 |
| | |||||
* | some import functionality | Werner Koch | 1998-02-16 | 1 | -179/+79 |
| | |||||
* | added option exportV0-2-6 | Werner Koch | 1998-02-13 | 1 | -3/+18 |
| | |||||
* | bug fixes | Werner Koch | 1998-02-11 | 1 | -3/+3 |
| | |||||
* | version 0.2.1 | Werner Koch | 1998-01-28 | 1 | -1/+1 |
| | |||||
* | added initial i18n stuff | Werner Koch | 1998-01-26 | 1 | -1/+2 |
| | |||||
* | Trust stuff works partly. | Werner Koch | 1998-01-24 | 1 | -1/+1 |
| | |||||
* | added some trust model stuff | Werner Koch | 1998-01-16 | 1 | -1/+0 |
| | |||||
* | added some stuff for signing keys | Werner Koch | 1997-12-16 | 1 | -0/+3 |
| | |||||
* | added option file handling | Werner Koch | 1997-12-12 | 1 | -26/+199 |
| | |||||
* | How with some assembly support | Werner Koch | 1997-11-26 | 1 | -3/+14 |
| |