in dns parsing callback, enforce MAXADDRS to preclude overflow
[musl] / src / network / lookup_name.c
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...