]> git.ipfire.org Git - thirdparty/bind9.git/commit
[master] accept >4g max-{,a}cache-size
authorEvan Hunt <each@isc.org>
Thu, 28 Feb 2013 17:29:12 +0000 (09:29 -0800)
committerEvan Hunt <each@isc.org>
Thu, 28 Feb 2013 17:29:12 +0000 (09:29 -0800)
commit2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8
tree80a4a29c093479083fddf0ff73e4b935c6fa00d6
parent33c14ca653cfa827aef8b236d3110a6bce8fb6cf
[master] accept >4g max-{,a}cache-size

3506. [func] When setting "max-cache-size" and "max-acache-size",
the keyword "unlimited" is no longer defined as equal
to 4 gigabytes (except on 32-bit platforms); it
means literally unlimited. [RT #32358]

3505. [bug] When setting "max-cache-size" and "max-acache-size",
larger values than 4 gigabytes could not be set
explicitly, though larger sizes were available
when setting cache size to 0. This has been
corrected; the full range is now available.
[RT #32358]
CHANGES
bin/named/server.c
bin/tests/system/checkconf/good.conf
doc/arm/Bv9ARM-book.xml
lib/dns/acache.c
lib/dns/adb.c
lib/dns/cache.c
lib/dns/include/dns/acache.h
lib/dns/include/dns/adb.h
lib/dns/include/dns/cache.h