mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
d13c5bc244
* common/comopt.c, common/comopt.h: New. * common/Makefile.am: Add them. * g10/gpg.c: Include comopt.h. (main): Also parse common.conf. * sm/gpgsm.c: Include comopt.h. (main): Set a flag for the --no-logfile option. Parse common.conf. * tools/gpgconf-comp.c (known_options_gpg): Remove "use-keyboxd", add pseudo option "use_keyboxd". (known_pseudo_options_gpg): Add pseudo option "use_keyboxd". (known_options_gpgsm): Remove "use-keyboxd". * tests/openpgp/defs.scm (create-gpghome): Create common.conf. * doc/examples/common.conf: New. -- Note that --use-keybox still works but prints a warning. We will eventually remove this option becuase it was marked as an experimental feature anyway. It would be too confusing if gpg and gpgsm use different key storages. Further, other components (e.g. dirmngr or gpg-wks-client) which call gpg or gpgsm need to be aware that the keyboxd is used and pass that option on the command line. Now that common.conf is always read (even if --no-options is used) those tools will work instantly.
23 lines
875 B
Plaintext
23 lines
875 B
Plaintext
# common.conf - common defaults for all components.
|
|
#
|
|
# This file may provide defaults as well as options which needs to be
|
|
# synchronized between components. As usual this file is read from
|
|
# the system wide config directory (e.g. /etc/gnupg/common.conf) as
|
|
# well as from the home directory (e.g. ~/.gnupg.common.conf).
|
|
|
|
|
|
# Uncomment to enable the use if the keybox daemon (keyboxd) by gpg
|
|
# and gpgsm.
|
|
#use-keyboxd
|
|
|
|
# For testing ist is somethimes useful to use a different binary
|
|
# of keybox. This option can be used to speicify this.
|
|
#keyboxd-program /foo/bar/keyboxd
|
|
|
|
# For the daemons (gpg-agent, scdaemon, dirmngr, keyboxd) it is often
|
|
# useful to define a shared logging destination. This is either the
|
|
# standard logging socket (socket://) or a tcp server (tcp://ip:port).
|
|
# If a file name is given the name of the component is internally
|
|
# appended.
|
|
#socket://
|