bind9/lib/ns
Ondřej Surý 2a94123d5b
Refactor the isc_buffer_{get,put}uintN, add isc_buffer_peekuintN
The Stream DNS implementation needs a peek methods that read the value
from the buffer, but it doesn't advance the current position.  Add
isc_buffer_peekuintX methods, refactor the isc_buffer_{get,put}uintN
methods to modern integer types, and move the isc_buffer_getuintN to the
header as static inline functions.
2022-12-20 19:13:48 +01:00
..
include Propagate the shutdown event to the recursing ns_client(s) 2022-12-07 18:05:36 +01:00
client.c Refactor the isc_buffer_{get,put}uintN, add isc_buffer_peekuintN 2022-12-20 19:13:48 +01:00
hooks.c Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
interfacemgr.c Propagate the shutdown event to the recursing ns_client(s) 2022-12-07 18:05:36 +01:00
listenlist.c Fix TLS session resumption via IDs when Mutual TLS is used 2022-12-14 18:06:20 +02:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
notify.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.c Revert "Merge branch '3678-serve-stale-servfailing-unexpectedly' into 'main'" 2022-12-08 10:30:44 +01:00
server.c Use designated initializers instead of memset()/MEM_ZERO for structs 2022-10-05 16:44:05 +02:00
sortlist.c De-duplicate __FILE__, __LINE__ 2022-10-17 11:58:26 +01:00
stats.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
update.c Extend dns_db_allrdatasets to control interation results 2022-12-07 22:20:02 +00:00
xfrout.c Compress zone transfers properly 2022-11-30 12:16:09 +00:00