bind9/lib
Ondřej Surý 10f4f1a250 Shutdown all TCP connection on invalid DNS message
Previously, when invalid DNS message is received over TCP we throw the
garbage DNS message away and continued looking for valid DNS message
that would match our outgoing queries.  This logic makes sense for UDP,
because anyone can send DNS message over UDP.

Change the logic that the TCP connection is closed when we receive
garbage, because the other side is acting malicious.
2021-12-01 11:45:55 -08:00
..
bind9 Add 'tls' validation for XoT enabled primaries 2021-12-01 12:00:29 +02:00
dns Shutdown all TCP connection on invalid DNS message 2021-12-01 11:45:55 -08:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc TLS context handling code: Fix an abort on ancient OpenSSL version 2021-12-01 12:00:30 +02:00
isccc Use #pragma once as header guards 2021-10-13 00:49:15 -07:00
isccfg Integrate extended ACLs syntax featuring 'port' and 'transport' opts 2021-11-30 12:20:22 +02:00
ns Integrate extended ACLs syntax featuring 'port' and 'transport' opts 2021-11-30 12:20:22 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00