bind9/bin
Michał Kępień d949a5d83c Implement zoneverify_log_error() and zoneverify_print()
These functions will be used in the process of replacing fatal(),
check_result(), and fprintf() calls throughout lib/dns/zoneverify.c with
code that does not call exit().  They are intended for:

  - zoneverify_log_error(): logging problems encountered while
    performing zone verification,

  - zoneverify_print(): printing status messages and reports which are
    only useful in standalone tools.

To make using dns_zone_logv() possible, add a new "zone" argument to
dns_zoneverify_dnssec() that standalone tools are expected to set to
NULL.
2018-06-15 10:10:24 +02:00
..
check address win32 build issues 2018-05-22 16:32:21 -07:00
confgen address win32 build issues 2018-05-22 16:32:21 -07:00
delv address win32 build issues 2018-05-22 16:32:21 -07:00
dig Change isc_random() to be just PRNG, and add isc_nonce_buf() that uses CSPRNG 2018-05-29 22:58:21 +02:00
dnssec Implement zoneverify_log_error() and zoneverify_print() 2018-06-15 10:10:24 +02:00
named allow-recursion could incorrectly inherit from the default allow-query 2018-06-14 14:42:50 +02:00
nsupdate Change isc_random() to be just PRNG, and add isc_nonce_buf() that uses CSPRNG 2018-05-29 22:58:21 +02:00
pkcs11 Remove the OpenSSL PKCS#11 patches - not really needed now 2018-06-13 10:53:21 +02:00
python Remove support for obsoleted ECC-GOST (GOST R 34.11-94) algorithm 2018-06-05 09:14:14 +02:00
rndc Change isc_random() to be just PRNG, and add isc_nonce_buf() that uses CSPRNG 2018-05-29 22:58:21 +02:00
tests Fix server-stale requirement, skip without Time::HiRes 2018-06-14 10:26:54 -04:00
tools Change isc_random() to be just PRNG, and add isc_nonce_buf() that uses CSPRNG 2018-05-29 22:58:21 +02:00
win32/BINDInstall address win32 build issues 2018-05-22 16:32:21 -07:00
Makefile.in reduce race risk in parallel builds 2018-03-09 14:12:50 -08:00