bind9/lib
Michał Kępień df3062ed52 Fix DNSRPS code after struct dns_db refactoring
Commits ffa4757c79 and
77e7eac54c inadvertently broke
DNSRPS-enabled builds:

  - the new member of struct dns_db that holds a reference count for the
    database is called 'references', not 'refcount',

  - a syntax error was introduced in the designated initializer for
    'rpsdb_rdataset_methods',

  - rpsdb_destroy() no longer takes a 'dbp' argument.

Address all of the above issues to make DNSRPS-enabled builds work
again.
2023-02-28 09:16:05 +01:00
..
dns Fix DNSRPS code after struct dns_db refactoring 2023-02-28 09:16:05 +01:00
isc Fix memory leak in isc_hmac_init 2023-02-26 22:56:07 +00:00
isccc remove isc_task completely 2023-02-16 18:35:32 +01:00
isccfg fix a crash from using an empty string for "include" 2023-02-22 17:35:29 +00:00
ns remove named_os_gethostname() 2023-02-18 20:23:41 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00