diff options
author | Ingo Klöcker <[email protected]> | 2021-12-10 11:04:05 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2021-12-10 11:04:05 +0000 |
commit | 0ac3679a74505b782388402b3743ee65c271340f (patch) | |
tree | 96fd7c18645ca628190c3a63a3febcf959a4f02c /doc | |
parent | cpp: Return engine info for engine used by the context (diff) | |
download | gpgme-0ac3679a74505b782388402b3743ee65c271340f.tar.gz gpgme-0ac3679a74505b782388402b3743ee65c271340f.zip |
core: Support all components with dirinfo()
* src/dirinfo.c (WANT_KEYBOXD_NAME, WANT_AGENT_NAME, WANT_SCDAEMON_NAME,
WANT_DIRMNGR_NAME, WANT_PINENTRY_NAME): New.
(dirinfo): Add fields keyboxd_name, agent_name, scdaemon_name,
dirmngr_name, pinentry_name.
(parse_output): Support "keyboxd", "gpg-agent", "scdaemon", "dirmngr",
"pinentry".
(get_gpgconf_item): Return new components.
tests/t-engine-info.c (main): Add new components to the output.
--
GnuPG-bug-id: 5727
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 4a705b1c..ef9eb756 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -990,6 +990,21 @@ Return the file name of the CMS engine. @item g13-name Return the name of the file container encryption engine. +@item keyboxd-name +Return the name of the key database daemon. + +@item agent-name +Return the name of gpg-agent. + +@item scdaemon-name +Return the name of the smart card daemon. + +@item dirmngr-name +Return the name of dirmngr. + +@item pinentry-name +Return the name of the pinentry program. + @item gpg-wks-client-name Return the name of the Web Key Service tool. |