gnupg/tools
Werner Koch 4d7d292cd5
Add missing files so that make distcheck works again,
* tests/openpgp/Makefile.am (CLEANFILES): Add created file
"passphrases".
* tools/Makefile.am (EXTRA_DIST): Add no-libgcrypt.c.
--

dirmngr/Makefile uses a copy no-libgcrypt.c from tools/.  tools/ does
not anymore require no-libgcrypt.c but we keep it there in case we
eventually make use of it again.

Signed-off-by: Werner Koch <wk@gnupg.org>
2016-06-16 16:56:42 +02:00
..
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
Makefile.am Add missing files so that make distcheck works again, 2016-06-16 16:56:42 +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 Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
applygnupgdefaults Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
ccidmon.c Use inline functions to convert buffer data to scalars. 2015-02-11 10:28:25 +01:00
clean-sat.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01: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 Replace use of opt.homedir by accessor functions. 2016-06-07 10:59:46 +02:00
gpg-connect-agent-w32info.rc w32: Add icons and version information. 2013-05-07 21:35:48 +02:00
gpg-connect-agent.c Implement /run/user/UID/gnupg based sockets. 2016-06-08 13:59:28 +02:00
gpg-zip.in tests: Silence output of some tests. 2016-05-03 11:26:06 +02:00
gpgconf-comp.c common: Allow a second input stream for gnupg_exec_tool_stream. 2016-05-27 22:48:31 +02:00
gpgconf.c gpgconf: New commands --create-socketdir and --remove-socketdir. 2016-06-08 14:04:47 +02:00
gpgconf.h gpgconf: Exit with failure if --launch fails. 2014-12-17 10:39:31 +01:00
gpgparsemail.c gpgparsemail: Allow weirdly-mixed pkcs7 signatures. 2016-02-18 12:15:46 +01:00
gpgsplit.c common: Rename log and gcc attribute macros (jnlib merge). 2015-04-24 16:10:47 +02:00
gpgtar-create.c common: Add a status callback to gnupg_exec_tool_stream. 2016-05-28 00:07:09 +02:00
gpgtar-extract.c common: Add a status callback to gnupg_exec_tool_stream. 2016-05-28 00:07:09 +02:00
gpgtar-list.c common: Add a status callback to gnupg_exec_tool_stream. 2016-05-28 00:07:09 +02:00
gpgtar.c tools: Drop superfluous include. 2016-03-01 15:08:42 +01:00
gpgtar.h tools/gpgtar: Implement signing. 2015-12-04 12:52:40 +01:00
lspgpot Migrated more stuff to doc/ 2006-08-21 20:20:23 +00:00
mail-signed-keys Fix a signing problem with the card 2010-10-18 12:59:19 +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 tools/mk-tdata: Fix data generation on Windows. 2016-02-23 11:58:20 +01:00
no-libgcrypt.c Fix left over use of jnlib on some platforms 2012-08-24 09:29:56 +02:00
pgpgroup-to-gpggroup Changed to GPLv3. 2007-07-04 19:49:40 +00:00
rfc822parse.c tools: Improve debug output of rfc822parse. 2016-05-27 15:51:25 +02:00
rfc822parse.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
sockprox.c Two minor code cleanups and one NULL deref on error fix. 2014-04-16 10:18:17 +02:00
symcryptrun.c tools: Fix typo in function name of symcryptrun. 2016-06-16 11:25:20 +02:00
watchgnupg.c common: Remove two JNLIB_ macros (jnlib merge). 2015-04-24 16:10:15 +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.