From 5fb2306b97601c2021ecaab5d109c924a1608cce Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 3 Aug 2022 09:26:44 +0200 Subject: gpgconf: Add config file for Windows Registry dumps. * tools/gpgconf.c (show_registry_entries_from_file): New. (show_configs): Call it. * doc/examples/gpgconf.rnames: New. * doc/Makefile.am (examples): Add it. --- doc/examples/gpgconf.rnames | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/examples/gpgconf.rnames (limited to 'doc/examples') diff --git a/doc/examples/gpgconf.rnames b/doc/examples/gpgconf.rnames new file mode 100644 index 000000000..0e837327f --- /dev/null +++ b/doc/examples/gpgconf.rnames @@ -0,0 +1,12 @@ +# gpgconf-rnames.lst +# Additional registry settings to be shown by "gpgconf -X". +# +# Example: HKCU\Software\GNU\GnuPG:FooBar +# +# HKCU := The class. Other supported classes are HKLM, HKCR, HKU, +# and HKCC. If no class is given and the string thus starts +# with a backslash HKCU with a fallback to HKLM is used. +# Software\GNU\GnuPG := The actual key. +# FooBar := The name of the item. if a name is not given the default +# value is used. +# -- cgit