Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-19 | A third round of inclusion fixes for _ISOMAC testsuite. | Zack Weinberg | 1 | -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-13 | resolv: Remove EDNS fallback [BZ #21369] | Florian Weimer | 1 | -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-13 | resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361] | Florian Weimer | 1 | -0/+501 | |
This hardens the stub resolver against fragmentation-based attacks. |