Files
bind9/lib
Michał Kępień 4354f44d9c Do not call exit() upon verify_nodes() errors
Replace all fatal(), check_result(), and check_dns_dbiterator_current()
calls inside verify_nodes() with zoneverify_log_error() calls and error
handling code.  Enable verify_nodes() to signal errors to the caller
using its return value.

Modify the call site of verify_nodes() so that its errors are properly
handled.

Free all heap elements upon verification context cleanup as a
verification error may prevent them from being freed elsewhere.

Remove the check_dns_dbiterator_current() macro as it is no longer used
anywhere in lib/dns/zoneverify.c.
2018-06-15 10:35:40 +02:00
..
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-06-13 14:19:07 +02:00
2018-06-12 09:18:47 +02:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2017-12-29 01:44:18 +00:00