]> git.ipfire.org Git - thirdparty/bind9.git/commit
Various rndc dnssec -checkds fixes
authorMatthijs Mekking <matthijs@isc.org>
Mon, 24 Aug 2020 08:05:28 +0000 (10:05 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 5 Oct 2020 09:20:35 +0000 (11:20 +0200)
commit6bbb2a8581763960b6828ad433d38705bcd3d22d
tree4ba59b9c08cbf90c5fa2d9ee92953a28eacff0cd
parent5bbecc5116911a4c5c3577b9b477964947496cbd
Various rndc dnssec -checkds fixes

While working on 'rndc dnssec -rollover' I noticed the following
(small) issues:

- The key files where updated with hints set to "-when" and that
  should always be "now.
- The kasp system test did not properly update the test number when
  calling 'rndc dnssec -checkds' (and ensuring that works).
- There was a missing ']' in the rndc.c help output.

(cherry picked from commit edc53fc4160095bb32b05982c2a623ac4e7c6ab7)
bin/rndc/rndc.c
bin/tests/system/kasp/tests.sh
lib/dns/include/dns/keymgr.h
lib/dns/keymgr.c