bind9/lib
Evan Hunt 3551d3ffd2 convert rndc and control channel to use netmgr
- updated libisccc to use netmgr events
- updated rndc to use isc_nm_tcpconnect() to establish connections
- updated control channel to use isc_nm_listentcp()

open issues:

- the control channel timeout was previously 60 seconds, but it is now
  overridden by the TCP idle timeout setting, which defaults to 30
  seconds. we should add a function that sets the timeout value for
  a specific listener socket, instead of always using the global value
  set in the netmgr. (for the moment, since 30 seconds is a reasonable
  timeout for the control channel, I'm not prioritizing this.)
- the netmgr currently has no support for UNIX-domain sockets; until
  this is addressed, it will not be possible to configure rndc to use
  them. we will need to either fix this or document the change in
  behavior.
2020-07-13 13:16:53 -07:00
..
bind9 prevent "primaries" lists from having duplicate names 2020-07-01 11:11:34 -07:00
dns Assert tsigout is non-NULL 2020-07-13 02:26:06 +00:00
irs Update library API versions 2020-06-18 10:03:05 +02:00
isc Add changes for [GL #1989] 2020-07-13 13:10:45 +10:00
isccc convert rndc and control channel to use netmgr 2020-07-13 13:16:53 -07:00
isccfg add "primary-only" as a synonym for "master-only" 2020-07-01 11:11:34 -07:00
ns Fix ns_statscounter_recursclients underflow 2020-07-13 11:46:18 -03:00
samples Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
win32/bindevt Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00