]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change the zoneverify.c to print the information to user supplied function
authorOndřej Surý <ondrej@sury.org>
Sun, 21 Jul 2019 12:07:20 +0000 (08:07 -0400)
committerOndřej Surý <ondrej@sury.org>
Wed, 31 Jul 2019 08:05:52 +0000 (10:05 +0200)
commitced15edea1ca7eed4abc5ee0b4cb94818fdef67d
treead543ce340cb857a187ef56a48954c71d4e1f162
parent90f4c1c5a2632c28cf89736328e0d51d7afe9682
Change the zoneverify.c to print the information to user supplied function

The lib/dns/zoneverify.c output was hardwired to stderr, which was inconsistent
with lib/dns/dnssec.c.  This commit changes zoneverify.c to print the normal run
information to caller supplied function - same model as in the lib/dns/dnssec.c.
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-verify.c
lib/dns/include/dns/zoneverify.h
lib/dns/zone.c
lib/dns/zoneverify.c