bind9/lib
Michał Kępień c745b14203 Allow resetting hash table size limits for DNS DBs
When "max-cache-size" is changed to "unlimited" (or "0") for a running
named instance (using "rndc reconfig"), the hash table size limit for
each affected cache DB is not reset to the maximum possible value,
preventing those hash tables from being allowed to grow as a result of
new nodes being added.

Extend dns_rbt_adjusthashsize() to interpret "size" set to 0 as a signal
to remove any previously imposed limits on the hash table size.  Adjust
API documentation for dns_db_adjusthashsize() accordingly.  Move the
call to dns_db_adjusthashsize() from dns_cache_setcachesize() so that it
also happens when "size" is set to 0.

(cherry picked from commit 6b77583f54)
2021-06-17 17:17:37 +02:00
..
bind9 Check key-directory duplicates for kasp zones 2021-05-19 00:44:32 +00:00
dns Allow resetting hash table size limits for DNS DBs 2021-06-17 17:17:37 +02:00
irs backport of netmgr/taskmgr to 9.16 2021-05-14 12:52:48 +02:00
isc Lock access to task->threadid 2021-06-15 12:53:13 +10:00
isccc Use BIND 9.17 preprocessor macro to skip unit test 2021-02-17 12:09:25 +01:00
isccfg inline-signing should have been in zone_only_clauses 2021-05-27 15:27:03 +02:00
ns Fix "no DS" proofs for wildcard+CNAME delegations 2021-06-10 10:26:51 +02:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in move samples/resolve.c to bin/tests/system 2021-04-19 14:32:53 +02:00