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

Martin Kletzander posted 3 patches 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1636662545.git.mkletzan@redhat.com
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
[PATCH v2 0/3] Add virt-pki-query-dn binary
Posted by Martin Kletzander 2 years, 5 months ago
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