bind9/bin
Evan Hunt 57b4dde974 change from isc_nmhandle_ref/unref to isc_nmhandle attach/detach
Attaching and detaching handle pointers will make it easier to
determine where and why reference counting errors have occurred.

A handle needs to be referenced more than once when multiple
asynchronous operations are in flight, so callers must now maintain
multiple handle pointers for each pending operation. For example,
ns_client objects now contain:

        - reqhandle:    held while waiting for a request callback (query,
                        notify, update)
        - sendhandle:   held while waiting for a send callback
        - fetchhandle:  held while waiting for a recursive fetch to
                        complete
        - updatehandle: held while waiting for an update-forwarding
                        task to complete

control channel connection objects now contain:

        - readhandle: held while waiting for a read callback
        - sendhandle: held while waiting for a send callback
        - cmdhandle:  held while an rndc command is running

httpd connections contain:

        - readhandle: held while waiting for a read callback
        - sendhandle: held while waiting for a send callback
2020-09-11 12:17:57 -07:00
..
check Text edits to manual paages 2020-07-02 10:35:58 +02:00
confgen Option -s is not supported in tsig-keygen 2020-08-16 16:23:48 +00:00
delv Text edits to manual paages 2020-07-02 10:35:58 +02:00
dig 'dig +bufsize=0' no longer disables EDNS as a side effect. 2020-09-02 16:58:43 +02:00
dnssec Add '-P ds' and '-D ds' to dnssec-settime 2020-09-02 11:59:47 +02:00
named change from isc_nmhandle_ref/unref to isc_nmhandle attach/detach 2020-09-11 12:17:57 -07:00
nsupdate Update and cleanup the readline library support 2020-08-18 10:27:14 +02:00
pkcs11 Text edits to manual paages 2020-07-02 10:35:58 +02:00
plugins Remove stray '-' from filter-aaaa initialisation 2020-08-19 09:21:59 +10:00
rndc change from isc_nmhandle_ref/unref to isc_nmhandle attach/detach 2020-09-11 12:17:57 -07:00
tests change from isc_nmhandle_ref/unref to isc_nmhandle attach/detach 2020-09-11 12:17:57 -07:00
tools Text edits to manual paages 2020-07-02 10:35:58 +02:00
win32/BINDInstall use 'tsig-keygen' as the primary name for the tool 2020-07-06 01:41:52 -07:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00