bind9/lib
Diego Fronza ead7b3dc53 Fix tcp-highwater initial value
During BIND startup it scans for network interfaces available, in this
process it ensures that for every interface it will bind and listen to,
at least one socket will be always available accepting connections on
that interface, this way avoiding some DOS attacks that could exploit
tcp quota on some interface and make others unavailable.

In the previous network implementation this initial "reserved" tcp-quota
used by BIND was already been added to the tcp-highwater stats, but with
the new network code it was necesary to add this workaround to ensure
tcp-highwater stats reflect the tcp-quota used by BIND after startup.
2019-12-12 11:23:10 -08:00
..
bind9 Minor fixes in trust anchor code 2019-12-06 07:12:24 +00:00
dns make resolver->zspill atomic to prevent potential deadlock 2019-12-12 08:26:59 +00:00
irs Rename 'dnssec-keys' to 'trust-anchors' 2019-12-05 12:19:17 +01:00
isc Additionally lock accessing the ISC_LISTs in free_socket() 2019-12-12 13:08:34 +01:00
isccc Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
isccfg Change the (acl)->node_count macro to dns_acl_node_count(acl) macro to clean the global namespace 2019-12-06 15:47:39 +01:00
ns Fix tcp-highwater initial value 2019-12-12 11:23:10 -08:00
samples add support for DS trust anchors in delv 2019-11-15 15:47:57 -08:00
win32/bindevt Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02: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 remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00