summaryrefslogtreecommitdiff
path: root/resolv/tst-resolv-res_init-skeleton.c
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-031-2/+106
| | | | | | | This change uses the extended resolver state in struct resolv_conf to store the search list. If applications have not patched the _res object directly, this extended search list will be used by the stub resolver during name resolution.
* resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.cFlorian Weimer2017-07-031-1/+192
|
* resolv: Improve debugging output from tst-resolv-res_initFlorian Weimer2017-06-301-2/+13
|
* resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-threadFlorian Weimer2017-06-271-0/+78
| | | | | | | Some Linux kernels have very aggressive ICMP rate limiting on the loopback interface. This commit introduces a minimal echoing DNS server inside the network namespace, so that there is no need for ICMP error messages anymore.
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-021-0/+601