gnupg/tools
Werner Koch aff557409c w32: Always require libiconv.
* configure.ac (missing_iconv): Set and die if we have no libiconv.
* m4/iconv.m4: Update from libiconv 1.14.
* tools/Makefile.am (gpgtar_LDADD): Add LIBICONV.
* jnlib/utf8conv.c: Always include iconv.h
(load_libiconv): Remove this w32 only function.
(iconv_open, iconv, iconv_close): Remove W32 function pointer.
(set_native_charset): Do not call load_libiconv.
(jnlib_iconv_open, jnlib_iconv, jnlib_iconv_close): Ditto.
--

This patch removes the on-demand-loading of libiconv which we did for
13 years or so.  The rationale back then was that libiconv is too
large and often not used.  Nowadays all kind of Unix software has been
ported to Windows and many of them require libiconv.  Thus in the end
there is no saving from not requiring it.  It also remove a common
source of trouble with awrong or missing iconv.dll.

Signed-off-by: Werner Koch <wk@gnupg.org>
2013-08-01 19:48:00 +02:00
..
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-02 19:28:02 +01:00
Makefile.am w32: Always require libiconv. 2013-08-01 19:48:00 +02:00
Manifest * Manifest: New. 2004-01-05 09:28:27 +00:00
README.gpgconf Remove what is now in the texi docs. 2004-09-29 23:06:58 +00:00
addgnupghome * gpgsm.texi (Configuration Options): Add --log-file. 2004-09-29 16:16:47 +00:00
applygnupgdefaults Fix bug#1146 2009-12-18 16:27:05 +00:00
ccidmon.c Alow batch ode for gpgsm --gen-key. 2009-07-01 18:30:33 +00:00
clean-sat.c Minor cleanups. 2008-11-11 08:22:06 +00:00
convert-from-106 Changed to GPLv3. 2007-07-04 19:49:40 +00:00
crlf.c Migrated more stuff to doc/ 2006-08-21 20:20:23 +00:00
der-to-pem Added a very simple tool. 2003-12-01 10:54:59 +00:00
gpg-check-pattern.c Make bug reporting address easier changeable. 2009-07-21 14:21:05 +00:00
gpg-connect-agent-w32info.rc w32: Add icons and version information. 2013-05-07 21:17:04 +02:00
gpg-connect-agent.c 2009-09-23 Marcus Brinkmann <marcus@g10code.de> 2010-02-12 15:15:34 +00:00
gpg-zip.in Changed to GPLv3. 2007-07-04 19:49:40 +00:00
gpgconf-comp.c agent: Make --allow-mark-trusted the default. 2013-07-03 15:20:25 +02:00
gpgconf.c Fix --check-options 2010-08-19 11:41:43 +00:00
gpgconf.h Add --reload command to gpgconf. 2009-03-03 09:02:58 +00:00
gpgkey2ssh.c Fix bug 901. 2008-12-08 17:11:26 +00:00
gpgparsemail.c Marked all unused args on non-W32 platforms. 2008-10-20 13:53:23 +00:00
gpgsm-gencert.sh Create a pkcs#10 request directly from a card. 2009-07-02 09:49:31 +00:00
gpgsplit.c Fix i18n bug. 2009-07-21 15:44:30 +00:00
gpgtar-create.c Add gpgtar backport 2011-01-11 19:35:05 +01:00
gpgtar-extract.c Add gpgtar backport 2011-01-11 19:35:05 +01:00
gpgtar-list.c Add gpgtar backport 2011-01-11 19:35:05 +01:00
gpgtar.c Add gpgtar backport 2011-01-11 19:35:05 +01:00
gpgtar.h Add gpgtar backport 2011-01-11 19:35:05 +01:00
lspgpot Migrated more stuff to doc/ 2006-08-21 20:20:23 +00:00
mail-signed-keys . 2006-11-11 14:17:09 +00:00
make-dns-cert.c Utilize new automake vars for proper installation into doc/. 2008-03-27 13:18:19 +00:00
mk-tdata.c Fix gpg-preset-passphrase bug. 2008-09-03 09:37:32 +00:00
no-libgcrypt.c Support PKA and SRV DNS lookups under w32 2009-12-07 17:11:59 +00:00
pgpgroup-to-gpggroup Changed to GPLv3. 2007-07-04 19:49:40 +00:00
rfc822parse.c Preparing 2.0.7 2007-09-10 15:40:29 +00:00
rfc822parse.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
sockprox.c Fix possible system freeze on Mac OS X. 2009-05-19 22:39:45 +00:00
symcryptrun.c Removed some set but unused variables. 2011-08-04 12:22:04 +02:00
watchgnupg.c Release 2.0.20 2013-05-10 15:54:31 +02:00

README.gpgconf

============
  GPG Conf
============

Main documentation for this tool can be found in doc/tools.texi.

BACKENDS
========

Backends should support the following commands:

Command --gpgconf-list
----------------------

List the location of the configuration file, and all default values of
all options.  The location of the configuration file must be an
absolute pathname.

The format of each line is:

NAME:FLAGS:DEFAULT:ARGDEF

NAME

This field contains a name tag for the group or option.  The name tag
is used to specify the group or option in all communication with
GPGConf.  The name tag is to be used verbatim.  It is not in any
escaped format.

FLAGS

The flags field contains an unsigned number.  Its value is the
OR-wise combination of the following flag values:

	16 default	If this flag is set, a default value is available.
	32 default desc If this flag is set, a (runtime) default is available.
			This and the "default" flag are mutually exclusive.
	64 no arg desc	If this flag is set, and the "optional arg" flag
			is set, then the option has a special meaning if no
			argument is given.

DEFAULT

This field is defined only for options.  Its format is that of an
option argument (see section Format Conventions for details).  If the
default value is empty, then no default is known.  Otherwise, the
value specifies the default value for this option.  Note that this
field is also meaningful if the option itself does not take a real
argument.

ARGDEF

This field is defined only for options for which the "optional arg"
flag is set.  If the "no arg desc" flag is not set, its format is that
of an option argument (see section Format Conventions for details).
If the default value is empty, then no default is known.  Otherwise,
the value specifies the default value for this option.  If the "no arg
desc" flag is set, the field is either empty or contains a description
of the effect of this option if no argument is given.  Note that this
field is also meaningful if the option itself does not take a real
argument.


Example:
$ dirmngr --gpgconf-list
gpgconf-config-file:/mnt/marcus/.gnupg/dirmngr.conf
ldapservers-file:/mnt/marcus/.gnupg/dirmngr_ldapservers.conf
add-servers:0
max-replies:10


TODO
----

* Implement --dry-run and --quiet.

* Extend the backend interface to include gettext domain and
description, if available, to avoid repeating this information in
gpgconf.