bind9/bin
Aram Sargsyan 8e2273afce Expose the SOA query transport type used before/during XFR
Add a new field in the incoming zone transfers section of the
statistics channel to show the transport used for the SOA request.

When the transfer is started beginning from the XFRST_SOAQUERY state,
it means that the SOA query will be performed by xfrin itself, using
the same transport. Otherwise, it means that the SOA query was already
performed by other means (e.g. by zone.c:soa_query()), and, in that
case, we use the SOA query transport type information passed by the
'soa_transport_type' argument, when the xfrin object was created.
2023-09-22 09:56:33 +00:00
..
check Refactor dns_zone_create() to return void 2023-07-27 11:37:44 +02:00
confgen Handle fatal and FIPS provider interactions 2023-04-03 12:44:27 +10:00
delv Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
dig remove dns_name_fromstring2() 2023-08-31 10:29:16 -07:00
dnssec Clear OpenSSL errors on OSSL_PROVIDER_load failures 2023-09-01 12:01:20 +10:00
named Expose the SOA query transport type used before/during XFR 2023-09-22 09:56:33 +00:00
nsupdate Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
plugins Remove 'inst != NULL' from cleanup check in plugin_register 2023-04-04 23:51:22 +00:00
rndc Completely remove the Unix Domain Socket support from BIND 9 2023-09-19 18:51:35 +02:00
tests Wait for slow zone transfer to complete before ending test 2023-09-22 08:52:13 +00:00
tools Replace the linked list of TCP dispatches with hash table 2023-09-16 07:32:18 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00