aboutsummaryrefslogtreecommitdiff
path: root/resolv/tst-resolv-edns.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-19A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg1-0/+1
* posix/tst-mmap-offset.c: Include stdint.h. * resolv/tst-ns_name_compress.c: Include string.h. * resolv/tst-resolv-edns.c: Include resolv.h.
2017-04-13resolv: Remove EDNS fallback [BZ #21369]Florian Weimer1-29/+59
EDNS is disabled by default (so there is interoperability issue), and the fallback code is problematic because it prevents an application from obtaining DNSSEC data after a FORMERR response.
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer1-0/+501
This hardens the stub resolver against fragmentation-based attacks.