bind9/bin
Evan Hunt 6908d1f9be more rdataslab refactoring
- there are now two functions for getting rdataslab size:
  dns_rdataslab_size() is for full slabs and dns_rdataslab_sizeraw()
  for raw slabs. there is no longer a need for a reservelen parameter.
- dns_rdataslab_count() also no longer takes a reservelen parameter.
  (currently it's never used for raw slabs, so there is no _countraw()
  function.)
- dns_rdataslab_rdatasize() has been removed, because
  dns_rdataslab_sizeraw() can do the same thing.
- dns_rdataslab_merge() and dns_rdataslab_subtract() both take
  slabheader parameters instead of character buffers, and the
  reservelen parameter has been removed.
2025-02-19 14:58:32 -08:00
..
check Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
confgen Remove C++ support from the public header 2024-12-18 13:10:39 +01:00
delv clean up uses of DST_R_NOCRYPTO 2025-01-23 15:54:57 -08:00
dig Do HTTPS record query from host in addition 2025-02-18 14:56:08 +00:00
dnssec Fix broken links in documentation 2025-01-24 12:07:36 +01:00
named Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
nsupdate clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
plugins Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
rndc add a rndc command to toggle jemalloc profiling 2025-01-25 14:28:41 +03:00
tests more rdataslab refactoring 2025-02-19 14:58:32 -08:00
tools clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00