[PATCH v2 0/3] Add virt-pki-query-dn binary

Martin Kletzander mkletzan at redhat.com
Thu Nov 11 20:36:54 UTC 2021


v2:
 - do not use err*() functions
 - fix missing include dir in meson.build

Patches 2 and 3 are reviewed.

Martin Kletzander (3):
  tools: Add virt-pki-query-dn binary
  Add suggestions for virt-pki-query-dn usage
  news: Mention the addition of virt-pki-query-dn binary

 NEWS.rst                        |   6 ++
 docs/remote.html.in             |   4 +
 libvirt.spec.in                 |   1 +
 po/POTFILES.in                  |   1 +
 src/remote/libvirtd.conf.in     |   5 ++
 src/rpc/virnettlscontext.c      |   2 +-
 tests/virconfdata/libvirtd.conf |   4 +
 tests/virconfdata/libvirtd.out  |   4 +
 tools/meson.build               |  27 ++++++
 tools/virt-pki-query-dn.c       | 140 ++++++++++++++++++++++++++++++++
 10 files changed, 193 insertions(+), 1 deletion(-)
 create mode 100644 tools/virt-pki-query-dn.c

-- 
2.33.1




More information about the libvir-list mailing list