diff options
author | Justus Winter <justus@g10code.com> | 2017-08-08 11:43:22 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-08-08 11:43:22 +0200 |
commit | c4506f624ed6854aa0ba1629aa2d1d43eb26900d (patch) | |
tree | 0214b11c66a28e697eeefa5024d504f7a842b6bb /doc | |
parent | systemd-user: Drop redundant After=*.socket. (diff) | |
download | gnupg2-c4506f624ed6854aa0ba1629aa2d1d43eb26900d.tar.xz gnupg2-c4506f624ed6854aa0ba1629aa2d1d43eb26900d.zip |
gpg: Add option '--disable-dirmngr'.
* doc/gpg.texi: Document new option.
* g10/call-dirmngr.c (create_context): Fail if option is given.
* g10/gpg.c (cmd_and_opt_values): New value.
(opts): New option.
(gpgconf_list): Add new option.
(main): Handle new option.
* g10/options.h (struct opt): New field 'disable_dirmngr'.
* tools/gpgconf-comp.c (gc_options_gpg): New option.
GnuPG-bug-id: 3334
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ba7f5a5c6..c71126a97 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1976,6 +1976,9 @@ file name. Specify a dirmngr program to be used for keyserver access. The default value is @file{@value{BINDIR}/dirmngr}. +@item --disable-dirmngr +Entirely disable the use of the Dirmngr. + @item --no-autostart @opindex no-autostart Do not start the gpg-agent or the dirmngr if it has not yet been |