bind9/lib/ns
Evan Hunt 445ef1d033
move slab rdataset implementation to rdataslab.c
ultimately we want the slab implementation of dns_rdataset to
be usable by more database implementaions than just rbtdb. this
commit moves rdataset_methods to rdataslab.c, renamed
dns_rdataslab_rdatasetmethods.

new database methods have been added: locknode, unlocknode,
addglue, expiredata, and deletedata, allowing external functions to
perform functions that previously required internal access to the
database implementation.

database and heap pointers are now stored in the dns_slabheader object
so that header is the only thing that needs to be passed to some
functions; this will simplify moving functions that process slabheaders
out of rbtdb.c so they can be used by other database implementations.
2023-07-17 14:50:25 +02:00
..
include Return BADCOOKIE on validly formed bad SERVER COOKIES 2023-07-13 01:58:53 +00:00
client.c Return BADCOOKIE on validly formed bad SERVER COOKIES 2023-07-13 01:58:53 +00:00
hooks.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
interfacemgr.c change ns__client_request() to ns_client_request() 2023-03-28 12:38:28 -07:00
listenlist.c Report when loading of dhparam-file fails 2023-04-03 12:06:04 +10:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am remove isc_task completely 2023-02-16 18:35:32 +01:00
notify.c convert TSIG keyring storage from RBT to hash table 2023-06-14 08:14:38 +00:00
query.c move slab rdataset implementation to rdataslab.c 2023-07-17 14:50:25 +02:00
server.c minor tkey-related fixups 2023-06-14 08:14:38 +00:00
sortlist.c remove some unused functions 2023-02-13 11:50:59 -08: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_view_findzone to take an options argument 2023-06-01 16:51:38 +02:00
xfrout.c convert TSIG keyring storage from RBT to hash table 2023-06-14 08:14:38 +00:00