aboutsummaryrefslogtreecommitdiffstats
path: root/util/argparse.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-27Release 1.4.19.gnupg-1.4.19Werner Koch1-1/+1
2014-06-23Release 1.4.17gnupg-1.4.17Werner Koch1-1/+1
2013-07-25Release 1.4.14.gnupg-1.4.14Werner Koch1-1/+1
2012-12-18Add meta option ignore-invalid-option.Werner Koch1-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)
2012-01-10Update copyright years.Werner Koch1-3/+3
* util/argparse.c (default_strusage): Update printed copyright year.
2010-09-23Preparing a release candidateWerner Koch1-1/+1
2009-09-03Fix a W32 problemWerner Koch1-1/+1
2008-03-06* argparse.c (default_strusage): Update copyright date.David Shaw1-3/+3
2007-10-23Switched to GPLv3.Werner Koch1-23/+25
Updated gettext.
2007-04-15* argparse.c (default_strusage): Copyright 2007.David Shaw1-3/+3
* cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs().
2006-03-09* argparse.c (default_strusage): Update copyright year to 2006.David Shaw1-2/+2
2005-07-27Converted all m_free to xfree etc.Werner Koch1-6/+6
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-2/+2
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch1-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.
2004-01-16* argparse.c (default_strusage): Update copyright date. (initialize):David Shaw1-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.
2003-05-24* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,David Shaw1-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.
2003-03-23* argparse.c (default_strusage): Change copyright date.David Shaw1-2/+2
2002-07-05* argparse.c (initialize): We better exit after a read error soWerner Koch1-1/+1
that we don't run into an endless loop when reading a directory. Noted by Andrew Suffield.
2002-07-01* argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :)David Shaw1-2/+2
2002-06-29* argparse.c (optfile_parse): Renamed an auto I to P2 to avoidWerner Koch1-6/+6
shadowing warning.
2002-06-29Update head to match stable 1.0David Shaw1-0/+1000
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-996/+0
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-13/+15
1999-11-19See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1-2/+14
1999-09-15See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1-1/+1
1999-09-01See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner KochWerner Koch1-1/+3
1999-07-12See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner KochWerner Koch1-1/+13
1999-04-18See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1-2/+7
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-28/+28
1999-01-07See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner KochWerner Koch1-2/+2
1998-12-29See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner KochWerner Koch1-3/+3
1998-12-12See ChangeLog: Sat Dec 12 18:40:32 CET 1998 Werner KochWerner Koch1-2/+2
1998-11-27See ChangeLog: Fri Nov 27 15:30:24 CET 1998 Werner KochWerner Koch1-7/+14
1998-11-13See ChangeLog ;-). Key validation should now be fasterWerner Koch1-9/+70
1998-11-03(Does not compile yet)Werner Koch1-21/+91
1998-07-21changed trustdb designWerner Koch1-7/+12
1998-06-11update from toboldWerner Koch1-2/+5
1998-05-15new releaseV0-2-18Werner Koch1-10/+67
1998-04-14applied Mathews typo and grammar fixesWerner Koch1-1/+1
1998-02-24Renamed to GNUPGV-0-2-8Werner Koch1-2/+2
1998-02-16some import functionalityWerner Koch1-179/+79
1998-02-13added option exportV0-2-6Werner Koch1-3/+18
1998-02-11bug fixesWerner Koch1-3/+3
1998-01-28 version 0.2.1Werner Koch1-1/+1
1998-01-26added initial i18n stuffWerner Koch1-1/+2
1998-01-24Trust stuff works partly.Werner Koch1-1/+1
1998-01-16added some trust model stuffWerner Koch1-1/+0
1997-12-16added some stuff for signing keysWerner Koch1-0/+3
1997-12-12added option file handlingWerner Koch1-26/+199
1997-11-26How with some assembly supportWerner Koch1-3/+14