summaryrefslogtreecommitdiff
path: root/src/network/lookup_name.c
AgeCommit message (Expand)AuthorLines
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-3/+1
2018-09-12move __res_msend_rc declaration to lookup.hRich Felker-1/+0
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker-1/+0
2018-09-02fix stack-based oob memory clobber in resolver's result sortingRich Felker-1/+1
2018-07-11resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrsRich Felker-15/+32
2018-06-26resolver: omit final dot (root/suppress-search) in canonical nameRich Felker-0/+4
2017-10-18in dns parsing callback, enforce MAXADDRS to preclude overflowRich Felker-0/+1
2017-04-11fix read past end of buffer in getaddrinfo backendRich Felker-2/+2
2016-06-29refactor name_from_dns in hostname lookup backendNatanael Copa-14/+13
2016-06-29in performing dns lookups, check result from res_mkqueryNatanael Copa-0/+4
2016-03-02handle non-matching address family entries in hosts fileRich Felker-3/+11
2016-01-28reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker-5/+6
2016-01-28add support for search domains to dns resolverRich Felker-1/+41
2016-01-28fix handling of dns response codesRich Felker-1/+2
2015-10-26safely handle failure to open hosts, services, resolv.conf filesRich Felker-1/+9
2014-06-21implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker-0/+135
2014-06-06accept trailing . and empty domain namesSzabolcs Nagy-3/+4
2014-06-05fix the domain name length limit checksSzabolcs Nagy-2/+2
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker-38/+3
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker-4/+27
2014-06-03fix negative response and non-response handling for dns queriesRich Felker-1/+4
2014-06-02remove cruft from old resolver and numeric ip parsingRich Felker-1/+3
2014-06-02switch standard resolver functions to use the new dns backendRich Felker-21/+61
2014-06-02fix off-by-one in checking hostname length in new resolver backendRich Felker-2/+2
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker-0/+168