bind9/doc
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
..
arm Fixup the manpages after ddns-confgen.rst -> tsig-keygen.rst rename 2020-07-08 11:05:24 +02:00
design Remove python based tools (dnssec-keymgr, dnssec-coverage, dnssec-checkds) 2020-04-21 14:19:30 +02:00
dev Convert the documentation to Sphinx documentation format 2020-05-07 16:02:56 +02:00
doxygen Convert the documentation to Sphinx documentation format 2020-05-07 16:02:56 +02:00
man convert rndc and control channel to use netmgr 2020-07-13 13:16:53 -07:00
misc use 'tsig-keygen' as the primary name for the tool 2020-07-06 01:41:52 -07:00
notes Add CHANGES and release note for #1719 2020-07-13 11:48:55 -03:00
Makefile.am Fix "make dist" 2020-06-05 13:19:49 +02:00