1. 45ca5d3 in dns parsing callback, enforce MAXADDRS to preclude overflow by Rich Felker · 7 years ago
  2. 1ca5975 fix read past end of buffer in getaddrinfo backend by Rich Felker · 7 years ago
  3. 4adc6c3 refactor name_from_dns in hostname lookup backend by Natanael Copa · 8 years ago
  4. 04bced4 in performing dns lookups, check result from res_mkquery by Natanael Copa · 8 years ago
  5. 6d70c08 handle non-matching address family entries in hosts file by Rich Felker · 9 years ago
  6. 1563587 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing by Rich Felker · 9 years ago
  7. 3d6e2e4 add support for search domains to dns resolver by Rich Felker · 9 years ago
  8. 0fef7ff fix handling of dns response codes by Rich Felker · 9 years ago
  9. 2683e26 safely handle failure to open hosts, services, resolv.conf files by Rich Felker · 9 years ago
  10. 3c42605 implement result address sorting in the resolver (getaddrinfo, etc.) by Rich Felker · 10 years ago
  11. 07355f5 accept trailing . and empty domain names by Szabolcs Nagy · 10 years ago
  12. 2abb70c fix the domain name length limit checks by Szabolcs Nagy · 10 years ago
  13. 01dc3f4 add support for reverse name lookups from hosts file to getnameinfo by Rich Felker · 10 years ago
  14. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  15. d85d261 fix negative response and non-response handling for dns queries by Rich Felker · 10 years ago
  16. 76f440c remove cruft from old resolver and numeric ip parsing by Rich Felker · 10 years ago
  17. 3330198 switch standard resolver functions to use the new dns backend by Rich Felker · 10 years ago
  18. bb9af59 fix off-by-one in checking hostname length in new resolver backend by Rich Felker · 10 years ago
  19. 6f409bf refactor getaddrinfo and add support for most remaining features by Rich Felker · 10 years ago