Werner Koch
297f2ac645
Release 1.4.17
2014-06-23 17:15:09 +02:00
Werner Koch
fb5c9deaa5
Release 1.4.14.
2013-07-25 10:44:26 +02:00
Werner Koch
8044a5acea
Add meta option ignore-invalid-option.
...
* 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 41d564333d
)
2012-12-18 18:26:56 +01:00
Werner Koch
dccdcef319
Update copyright years.
...
* util/argparse.c (default_strusage): Update printed copyright year.
2012-01-10 11:51:19 +01:00
Werner Koch
a1fc3a5d9e
Preparing a release candidate
2010-09-23 08:15:45 +00:00
Werner Koch
7956620485
Fix a W32 problem
2009-09-03 15:27:30 +00:00
David Shaw
3f4fb20cc3
* argparse.c (default_strusage): Update copyright date.
2008-03-06 17:22:41 +00:00
Werner Koch
9a2a818887
Switched to GPLv3.
...
Updated gettext.
2007-10-23 10:48:09 +00:00
David Shaw
0b677ba499
* argparse.c (default_strusage): Copyright 2007.
...
* cert.c, srv.c, pka.c: Need arpa/inet.h for ntohs().
2007-04-15 16:37:01 +00:00
David Shaw
cc9a71c6ce
* argparse.c (default_strusage): Update copyright year to 2006.
2006-03-09 03:31:28 +00:00
Werner Koch
a1cdf3c75f
Converted all m_free to xfree etc.
2005-07-27 18:10:56 +00:00
Werner Koch
7d4043ca57
Updated FSF street address and preparations for a release candidate.
2005-05-31 08:39:18 +00:00
Werner Koch
5bda87bd6e
* g10.c (i18n_init) [W32]: Pass registry key to gettext
...
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.
2005-01-20 11:42:03 +00:00
David Shaw
2f3c2f4870
* argparse.c (default_strusage): Update copyright date. (initialize):
...
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.
2004-01-16 05:16:42 +00:00
David Shaw
c84fdfbe62
* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,
...
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-05-24 16:53:14 +00:00
David Shaw
930290698a
* argparse.c (default_strusage): Change copyright date.
2003-03-23 16:24:49 +00:00
Werner Koch
f07463b72c
* argparse.c (initialize): We better exit after a read error so
...
that we don't run into an endless loop when reading a directory.
Noted by Andrew Suffield.
2002-07-05 06:25:14 +00:00
David Shaw
fe1495e44e
* argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :)
2002-07-01 21:42:41 +00:00
Werner Koch
bc46bac1ad
* argparse.c (optfile_parse): Renamed an auto I to P2 to avoid
...
shadowing warning.
2002-06-29 20:46:28 +00:00
David Shaw
3f51f7db3d
Update head to match stable 1.0
2002-06-29 13:46:34 +00:00
Werner Koch
0070faa0ff
See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch
2000-01-24 11:55:49 +00:00
Werner Koch
4555c0be94
See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch
1999-12-08 21:03:03 +00:00
Werner Koch
2694bceb45
See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch
1999-11-19 16:11:37 +00:00
Werner Koch
dcaaa9223e
See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner Koch
1999-09-15 14:26:39 +00:00
Werner Koch
0428ca6da6
See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch
1999-09-01 13:40:07 +00:00
Werner Koch
8be0d60594
See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch
1999-07-12 12:57:54 +00:00
Werner Koch
1feae2011c
See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch
1999-04-18 08:18:52 +00:00
Werner Koch
e1a1b3fc90
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
1999-02-16 13:16:33 +00:00
Werner Koch
7d0efec7cf
See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch
1999-01-07 17:05:48 +00:00
Werner Koch
6e08b235cb
See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch
1998-12-29 13:47:31 +00:00
Werner Koch
e5666c8fef
See ChangeLog: Sat Dec 12 18:40:32 CET 1998 Werner Koch
1998-12-12 17:44:34 +00:00
Werner Koch
d87a3c14c4
See ChangeLog: Fri Nov 27 15:30:24 CET 1998 Werner Koch
1998-11-27 14:33:31 +00:00
Werner Koch
17ea875ab0
See ChangeLog ;-). Key validation should now be faster
1998-11-13 19:41:41 +00:00
Werner Koch
b9dd2ebb2c
(Does not compile yet)
1998-11-03 19:38:58 +00:00
Werner Koch
1a80de41a5
changed trustdb design
1998-07-21 12:53:38 +00:00
Werner Koch
d9b3dc0000
update from tobold
1998-06-11 07:16:50 +00:00
Werner Koch
f9a7043782
new release
1998-05-15 18:49:19 +00:00
Werner Koch
700c438def
applied Mathews typo and grammar fixes
1998-04-14 17:51:16 +00:00
Werner Koch
5a05af2bca
Renamed to GNUPG
1998-02-24 18:50:46 +00:00
Werner Koch
82464369f6
some import functionality
1998-02-16 20:05:02 +00:00
Werner Koch
f477447d9a
added option export
1998-02-13 20:58:50 +00:00
Werner Koch
bc5789665a
bug fixes
1998-02-11 23:22:09 +00:00
Werner Koch
9bf8ce27bc
version 0.2.1
1998-01-28 16:09:43 +00:00
Werner Koch
b113394658
added initial i18n stuff
1998-01-26 22:09:01 +00:00
Werner Koch
d71f8bce7e
Trust stuff works partly.
1998-01-24 16:32:27 +00:00
Werner Koch
4ec1775f3e
added some trust model stuff
1998-01-16 21:15:24 +00:00
Werner Koch
15426c6d96
added some stuff for signing keys
1997-12-16 19:15:09 +00:00
Werner Koch
68ea0f4353
added option file handling
1997-12-12 12:03:58 +00:00
Werner Koch
9479cf7e24
How with some assembly support
1997-11-26 22:02:28 +00:00
Werner Koch
2f3cb7e30a
Armor works now
1997-11-21 14:53:57 +00:00