bind9/bin/rndc
Ondřej Surý 9de10cd153 Remove extrahandle size from netmgr
Previously, it was possible to assign a bit of memory space in the
nmhandle to store the client data.  This was complicated and prevents
further refactoring of isc_nmhandle_t caching (future work).

Instead of caching the data in the nmhandle, allocate the hot-path
ns_client_t objects from per-thread clientmgr memory context and just
assign it to the isc_nmhandle_t via isc_nmhandle_set().
2022-03-25 10:38:35 +01:00
..
include Drop unused headers 2020-11-11 10:08:12 +01:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
rndc.c Remove extrahandle size from netmgr 2022-03-25 10:38:35 +01:00
rndc.conf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rndc.conf.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
rndc.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
util.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
util.h Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00