bind9/bin
Michał Kępień aeea1faf01 Do not overwrite cache dumps
Unless configured otherwise in named.conf, "rndc dumpdb" causes a cache
dump to be written to a file called "named_dump.db" in the working
directory of the given named instance.  Repeatedly using this command
throughout different checks in the cacheclean system test causes cache
dumps for older checks to be overwritten, which hinders failure
diagnosis.  Prevent this by moving each cache dump to a check-specific
location after running "rndc dumpdb".

Furthermore, during the "check flushtree clears adb correctly" check,
dump_cache() is called twice without renaming the resulting files.
Prevent the first cache dump from being overwritten by moving it to a
different file before calling "rndc dumpdb" for the second time.
2018-02-20 13:59:27 +01:00
..
check
confgen
delv
dig update copyright notice / whitespace 2018-02-18 23:47:45 +00:00
dnssec
named Make dns_dt_reopen() request task-exclusive mode on its own 2018-02-16 09:39:24 +01:00
nsupdate
pkcs11 use %u instead of %i 2018-02-16 10:19:57 +11:00
python
rndc
tests Do not overwrite cache dumps 2018-02-20 13:59:27 +01:00
tools reorder test to silence cppcheck 2018-02-16 10:20:39 +11:00
win32/BINDInstall
Makefile.in