mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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.
This commit is contained in:
parent
e8011a7cec
commit
ebb736b2c3
3 changed files with 85 additions and 1 deletions
|
@ -24,6 +24,7 @@ include $(top_srcdir)/am/cmacros.am
|
|||
examples = examples/README examples/scd-event examples/trustlist.txt \
|
||||
examples/VS-NfD.prf examples/Automatic.prf \
|
||||
examples/debug.prf \
|
||||
examples/gpgconf.rnames examples/gpgconf.conf \
|
||||
examples/systemd-user/README \
|
||||
examples/systemd-user/dirmngr.service \
|
||||
examples/systemd-user/dirmngr.socket \
|
||||
|
@ -32,7 +33,7 @@ examples = examples/README examples/scd-event examples/trustlist.txt \
|
|||
examples/systemd-user/gpg-agent-ssh.socket \
|
||||
examples/systemd-user/gpg-agent-browser.socket \
|
||||
examples/systemd-user/gpg-agent-extra.socket \
|
||||
examples/gpgconf.conf examples/pwpattern.list
|
||||
examples/pwpattern.list
|
||||
|
||||
helpfiles = help.txt help.be.txt help.ca.txt help.cs.txt \
|
||||
help.da.txt help.de.txt help.el.txt help.eo.txt \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue