bind9/bin/named
Ondřej Surý 13fd3ecfab Reduce the default value for max-stale-ttl from 1 week to 12 hours
Originally, the default value for max-stale-ttl was 1 week, which could
and in some scenarios lead to cache exhaustion on a busy resolvers.
Picking the default value will always be juggling between value that's
useful (e.g. keeping the already cached records after they have already
expired and the upstream name servers are down) and not bloating the
cache too much (e.g. keeping everything for a very long time).  The new
default reflects what we think is a reasonable to time to react on both
sides (upstream authoritative and downstream recursive).
2020-06-03 09:48:54 +02:00
..
include Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unix change "expr == false" to "!expr" in conditionals 2020-05-25 16:09:57 -07:00
win32 Add xsl.c generation to vcxproj files for named build 2020-05-28 08:08:38 +02:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl Add the zone timers to the XSL 2020-05-12 08:48:01 +02:00
builtin.c Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
config.c Reduce the default value for max-stale-ttl from 1 week to 12 hours 2020-06-03 09:48:54 +02:00
control.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
controlconf.c Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
fuzz.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
geoip.c apply the modified style 2020-02-13 15:05:06 -08:00
log.c Refactor the isc_log API so it cannot fail on memory failures 2020-03-18 09:05:59 +01:00
logconf.c Refactor the isc_log API so it cannot fail on memory failures 2020-03-18 09:05:59 +01:00
main.c Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
Makefile.am Convert the documentation to Sphinx documentation format 2020-05-07 16:02:56 +02:00
named.conf.rst Fix typo (higlight -> highlight) in documentation 2020-06-01 09:41:58 +02:00
named.rst Convert the documentation to Sphinx documentation format 2020-05-07 16:02:56 +02:00
server.c Add missing isc_mutex_destroy and isc_conditional_destroy calls. 2020-05-29 19:18:58 +00:00
statschannel.c Export zone timers via stats channels 2020-05-12 08:48:01 +02:00
tkeyconf.c Use the new sorting rules to regroup #include headers 2020-03-09 16:19:22 +01:00
tsigconf.c apply the modified style 2020-02-13 15:05:06 -08:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c Set obj to NULL so INSIST makes sense 2020-05-25 11:09:56 +10:00