]> git.ipfire.org Git - thirdparty/bind9.git/commit
Teach dnssec-settime to read unset times that it writes
authorTony Finch <fanf@isc.org>
Tue, 17 May 2022 12:13:57 +0000 (14:13 +0200)
committerTony Finch <fanf@isc.org>
Mon, 23 May 2022 13:15:10 +0000 (15:15 +0200)
commit84113b237a6e8dcf185c8b8622df77890737325a
treeecd38acadb29b35970a52fef5feccaa5fd656afd
parent0486bdeae332acec5e9985e75c88a98a0fb487ed
Teach dnssec-settime to read unset times that it writes

When there is no time in a key file, `dnssec-settime` will print
"UNSET", but to unset a time the user must specify "none" or "never".
This change allows "unset" or "UNSET" as well as "none" or "never".
The "UNSET" output remains the same to avoid compatibility problems
with wrapper scripts.

I have also re-synchronized the "Timing Options" sections of the man
pages.

(cherry picked from commit 4c96efac5c3df764dc19c0855b0824d553324b96)
CHANGES
bin/dnssec/dnssec-importkey.rst
bin/dnssec/dnssec-keyfromlabel.rst
bin/dnssec/dnssec-keygen.rst
bin/dnssec/dnssec-settime.rst
bin/dnssec/dnssectool.c
bin/tests/system/metadata/tests.sh
doc/man/dnssec-importkey.1in
doc/man/dnssec-keyfromlabel.1in
doc/man/dnssec-keygen.1in
doc/man/dnssec-settime.1in