clean up dns_parse_callback
[musl] / src / network /
2022-10-19 Rich Felkerclean up dns_parse_callback
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 Felkerdns query core: detect udp truncation at recv time
2022-10-19 Rich Felkergetaddrinfo dns lookup: use larger answer buffer to...
2022-09-22 Rich Felkerdns: implement tcp fallback in __res_msend query core
2022-09-22 Rich Felkerres_send: use a temp buffer if caller's buffer is under...
2022-09-21 Rich Felkeradapt res_msend DNS query core for working with multipl...
2022-09-20 Rich Felkergetaddrinfo: add EAI_NODATA error code to distinguish...
2022-09-19 Rich Felkerfix error cases in gethostbyaddr_r
2022-09-19 Rich Felkerremove impossible error case from gethostbyname2_r
2022-09-19 Rich Felkerfix return value of gethostnbyname[2]_r on result not...
2022-09-19 Rich Felkerdns: treat names rejected by res_mkquery as nonexistent...
2022-09-19 Rich Felkerres_mkquery: error out on consecutive final dots in...
2022-08-26 Rich Felkerdns: fail if ipv6 is disabled and resolv.conf has only...
2022-08-25 Rich Felkerfix fallback when ipv6 is disabled but resolv.conf...
2022-08-01 Rich Felkerfix mishandling of errno in getaddrinfo AI_ADDRCONFIG...
2022-06-03 Rich Felkerensure distinct query id for parallel A and AAAA querie...
2022-04-10 Ondrej Jirmanfix incorrect parameter name in internal netlink.h...
2020-09-03 Rich Felkerfix missing newline in herror output
2020-08-31 Rich Felkerrestore h_errno ABI compatibility with ancient binaries
2020-08-25 Rich Felkerreport res_query failures, including nxdomain/nodata...
2020-08-25 Rich Felkermake h_errno thread-local
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 return value of res_send, res_query on errors from...
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
2020-02-22 Rich Felkeruse __socketcall to simplify socket()
2019-12-18 Rich Felkerhook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre...
2019-12-18 Rich Felkerimplement SO_TIMESTAMP[NS] fallback for kernels without...
2019-08-08 Rich Felkerfix regression in recvmmsg with no timeout
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-30 Rich Felkerrecvmmsg: add time64 syscall support, decouple 32-bit...
2019-03-13 Ryan Fairfaxhandle labels with 8-bit byte values in dn_skipname
2019-02-20 Rich Felkerfix spurious undefined behavior in getaddrinfo
2019-02-20 Rich Felkerfix invalid free of partial addrinfo list with multiple...
2018-10-05 Rich Felkerallow freeaddrinfo of arbitrary sublists of addrinfo...
2018-09-19 Rich Felkerfix getaddrinfo regression with AI_ADDRCONFIG on some...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
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-12 Rich Felkerfix issues from public functions defined without declar...
2018-09-02 Rich Felkerfix stack-based oob memory clobber in resolver's result...
2018-07-15 Rich Felkerimplement getaddrinfo's AI_ADDRCONFIG flag
2018-07-11 Rich Felkerresolver: don't depend on v4mapped ipv6 to probe routab...
2018-06-26 Arthur Jonesinet_ntop: do not compress single zeros in IPv6
2018-06-26 Rich Felkerresolver: omit final dot (root/suppress-search) in...
2017-11-10 A. Wilcoxfix getaddrinfo error code for non-numeric service...
2017-10-18 Rich Felkerin dns parsing callback, enforce MAXADDRS to preclude...
2017-09-07 Rich Felkerdon't treat numeric port strings as servent records...
2017-04-21 Rich Felkerfix regression in support for resolv.conf attempts...
2017-04-12 Rich Felkerfix read past end of buffer in getaddrinfo backend
2017-03-14 Rich Felkerfix possible fd leak, unrestored cancellation state...
2016-09-24 Daniel Sabogalfix getservby*_r result pointer value on error
2016-09-24 Daniel Sabogalremove dead case in gethostbyname2_r
2016-09-16 Daniel Sabogalfix if_indextoname error case
2016-07-07 Rich Felkerremove obsolete and unused gethostbyaddr implementation
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-06-27 Rich Felkerfix misaligned address buffers in gethostbyname[2]...
2016-05-04 Andrew Kelleyfix incorrect protocol name and number for egp
2016-04-18 Petr Vaněkremove dead store in res_msend
2016-03-24 Timo Teräsfix gethostbyaddr_r to fill struct hostent.h_length...
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 Felkerfix uninitialized variable in new resolv.conf parser
2016-01-29 Rich Felkeradd support for search domains to dns resolver
2016-01-29 Rich Felkerfix handling of dns response codes
2016-01-29 Rich Felkerfix logic for matching search/domain keywords in resolv...
2016-01-28 Rich Felkerfactor resolv.conf parsing out of res_msend to its...
2016-01-17 Ron Yorstonfix if_nametoindex return value when socket open fails
2016-01-06 Timo Teräsadd missing protocols to protoent lookup functions
2015-11-30 Jo-Philipp Wichproperly handle point-to-point interfaces in getifaddrs()
2015-10-27 Hauke Mehrtensgetnameinfo: make size check not fail for bigger sizes
2015-10-26 Rich Felkersafely handle failure to open hosts, services, resolv...
2015-09-25 Rich Felkeravoid attempting to lookup IP literals as hostnames
2015-09-25 Rich Felkermake getaddrinfo return error if both host and service...
2015-09-11 Timo Teräsfix uninitialized scopeid in lookups from hosts file...
2015-07-08 Rich Felkerfix negated return value of ns_skiprr, breakage in...
2015-03-23 Rich Felkerfix internal buffer overrun in inet_pton
2015-02-10 Timo Teräsmake protocol table zero byte separated and add ipv6...
2015-02-07 Rich Felkermake getaddrinfo support SOCK_RAW and other socket...
2014-12-17 Rich Felkeradd basic dns record parsing functions
2014-09-05 Rich Felkerfix potential read past end of buffer in getnameinfo...
2014-09-05 Rich Felkerremove incorrect and useless check in network service...
2014-09-05 Rich Felkerremove an extra layer of buffer copying in getnameinfo...
2014-09-05 Szabolcs Nagyfix dn_expand empty name handling and offsets to 0
2014-07-30 Timo Teräsreimplement if_nameindex and getifaddrs using netlink
2014-07-26 Rich Felkeradd support for LC_TIME and LC_MESSAGES translations
2014-06-24 Timo Teräsadd routing protocols to getprotoent-family functions
2014-06-21 Rich Felkerimplement result address sorting in the resolver (getad...
2014-06-20 Timo Teräsfix gethostby*_r result pointer value on error
2014-06-20 Rich Felkerfix sendmmsg emulation return value for zero-length...
2014-06-20 Rich Felkerimplement sendmmsg and recvmmsg
2014-06-07 Rich Felkeravoid spurious lookup failures from badly-behaved names...
2014-06-06 Rich Felkeroptimize SOCK_CLOEXEC fallback for socket function
next