dns response handling: don't treat too many addresses as an error
[musl] / src / network / lookup_name.c
2022-10-19 Rich Felkerdns response handling: don't treat too many addresses...
2022-10-19 Rich Felkerdns response handling: ignore presence of wrong-type RRs
2022-10-19 Rich Felkergetaddrinfo dns lookup: use larger answer buffer to...
2022-09-20 Rich Felkergetaddrinfo: add EAI_NODATA error code to distinguish...
2022-09-19 Rich Felkerdns: treat names rejected by res_mkquery as nonexistent...
2022-06-03 Rich Felkerensure distinct query id for parallel A and AAAA querie...
2020-08-06 Rich Felkerin hosts file lookups, honor first canonical name regar...
2020-08-04 Rich Felkerin hosts file lookups, use only first match for canonic...
2020-05-19 Rich Felkerfix handling of errors resolving one of paired A+AAAA...
2020-05-19 Rich Felkerset AD bit in dns queries, suppress for internal use
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermove __res_msend_rc declaration to lookup.h
2018-09-12 Rich Felkermove and deduplicate declarations of __dns_parse to...
2018-09-02 Rich Felkerfix stack-based oob memory clobber in resolver's result...
2018-07-11 Rich Felkerresolver: don't depend on v4mapped ipv6 to probe routab...
2018-06-26 Rich Felkerresolver: omit final dot (root/suppress-search) in...
2017-10-18 Rich Felkerin dns parsing callback, enforce MAXADDRS to preclude...
2017-04-12 Rich Felkerfix read past end of buffer in getaddrinfo backend
2016-06-29 Natanael Coparefactor name_from_dns in hostname lookup backend
2016-06-29 Natanael Copain performing dns lookups, check result from res_mkquery
2016-03-02 Rich Felkerhandle non-matching address family entries in hosts...
2016-01-29 Rich Felkerreuse parsed resolv.conf in dns core to avoid re-readin...
2016-01-29 Rich Felkeradd support for search domains to dns resolver
2016-01-29 Rich Felkerfix handling of dns response codes
2015-10-26 Rich Felkersafely handle failure to open hosts, services, resolv...
2014-06-21 Rich Felkerimplement result address sorting in the resolver (getad...
2014-06-06 Szabolcs Nagyaccept trailing . and empty domain names
2014-06-05 Szabolcs Nagyfix the domain name length limit checks
2014-06-04 Rich Felkeradd support for reverse name lookups from hosts file...
2014-06-04 Rich Felkeradd support for ipv6 scope_id to getaddrinfo and getnam...
2014-06-03 Rich Felkerfix negative response and non-response handling for...
2014-06-02 Rich Felkerremove cruft from old resolver and numeric ip parsing
2014-06-02 Rich Felkerswitch standard resolver functions to use the new dns...
2014-06-02 Rich Felkerfix off-by-one in checking hostname length in new resol...
2014-06-01 Rich Felkerrefactor getaddrinfo and add support for most remaining...