coredns/test
Miek Gieben fc667b98e0
Fix EDNS0 compliance (#2357)
* Fix EDNS0 compliance

Do SizeAndDo in the server (ScrubWriter) and remove all uses of this
from the plugins. Also *always* do it. This is to get into compliance
for https://dnsflagday.net/.

The pkg/edns0 now exports the EDNS0 options we understand; this is
exported to allow plugins add things there. The *rewrite* plugin used
this to add custom EDNS0 option codes that the server needs to
understand.

This also needs a new release of miekg/dns because it triggered a
race-condition that was basicly there forever.

See:
* https://github.com/miekg/dns/issues/857
* https://github.com/miekg/dns/pull/859

Running a test instance and pointing the https://ednscomp.isc.org/ednscomp
to it shows the tests are now fixed:

~~~
EDNS Compliance Tester
Checking: 'miek.nl' as at 2018-12-01T17:53:15Z

miek.nl. @147.75.204.203 (drone.coredns.io.): dns=ok edns=ok edns1=ok edns@512=ok ednsopt=ok edns1opt=ok do=ok ednsflags=ok docookie=ok edns512tcp=ok optlist=ok
miek.nl. @2604:1380:2002:a000::1 (drone.coredns.io.): dns=ok edns=ok edns1=ok edns@512=ok ednsopt=ok edns1opt=ok do=ok ednsflags=ok docookie=ok edns512tcp=ok optlist=ok

All Ok
Codes
ok - test passed.
~~~

Signed-off-by: Miek Gieben <miek@miek.nl>

Signed-off-by: Miek Gieben <miek@miek.nl>

* typos in comments

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-12-06 21:18:11 +00:00
..
auto_test.go Use filepath when manipulating file paths (#2221) 2018-10-21 13:59:37 +00:00
cache_test.go make default min ttl 5 (#2227) 2018-10-22 16:59:12 -04:00
chaos_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
compression_scrub_test.go server: actually scrub response (#2225) 2018-10-23 09:55:40 -07:00
doc.go Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
ds_file_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
edns0_test.go Fix EDNS0 compliance (#2357) 2018-12-06 21:18:11 +00:00
erratic_autopath_test.go tests: CoreDNSServerAndPorts (#972) 2017-08-24 11:35:14 +01:00
etcd_cache_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
etcd_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
example_test.go plugin/cache: Set min TTL default to zero (#2199) 2018-10-16 06:24:40 -07:00
external_test.go Extend presubmit to covert test and request (#1846) 2018-06-01 15:12:49 +01:00
file.go Pr 311 2 (#312) 2016-10-02 15:58:01 +01:00
file_cname_proxy_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
file_reload_test.go Configurable zone reload interval in file plugin (#2110) 2018-09-29 16:50:49 +01:00
file_serve_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
file_srv_additional_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
file_test.go Extend presubmit to covert test and request (#1846) 2018-06-01 15:12:49 +01:00
file_upstream_test.go plugin/file: fix local CNAME lookup (#1866) 2018-06-12 14:54:37 +01:00
grpc_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
hosts_file_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
log_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
metrics_test.go Metrics registered on wrong prometheus registry (#2246) 2018-11-01 19:56:00 +00:00
miek_test.go middleware/file: fix DS handling (#344) 2016-10-19 17:46:03 +01:00
plugin_dnssec_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
plugin_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
proxy_health_test.go Typo fixes (#2031) 2018-08-14 08:55:55 -07:00
proxy_http_health_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
proxy_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
readme_test.go Typo fixes (#2031) 2018-08-14 08:55:55 -07:00
reload_test.go Ensure Re-register of metrics variables after a reload (#2080) 2018-09-19 02:11:24 -07:00
reverse_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
rewrite_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
secondary_test.go Extend presubmit to covert test and request (#1846) 2018-06-01 15:12:49 +01:00
server.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
server_reverse_test.go Fix ineffassign (#1959) 2018-07-28 10:32:13 +01:00
server_test.go tests: CoreDNSServerAndPorts (#972) 2017-08-24 11:35:14 +01:00
template_upstream_test.go plugin/template: fix CNAME upstream handling (#1886) 2018-06-21 14:38:29 -04:00
wildcard_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00