bind9/lib
Evan Hunt 5ea26ee1f1 modify reference counting within netmgr
- isc__nmhandle_get() now attaches to the sock in the nmhandle object.
  the caller is responsible for dereferencing the original socket
  pointer when necessary.
- tcpdns listener sockets attach sock->outer to the outer tcp listener
  socket. tcpdns connected sockets attach sock->outerhandle to the handle
  for the tcp connected socket.
- only listener sockets need to be attached/detached directly. connected
  sockets should only be accessed and reference-counted via their
  associated handles.
2020-06-19 09:39:50 +02:00
..
bind9 Update library API versions 2020-06-18 10:03:05 +02:00
dns Update library API versions 2020-06-18 10:03:05 +02:00
irs Update library API versions 2020-06-18 10:03:05 +02:00
isc modify reference counting within netmgr 2020-06-19 09:39:50 +02:00
isccc Update library API versions 2020-06-18 10:03:05 +02:00
isccfg Update library API versions 2020-06-18 10:03:05 +02:00
ns make isc_nmsocket_{attach,detach}{} functions private 2020-06-19 09:39:50 +02: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