summaryrefslogtreecommitdiff
path: root/lib/libc/asr/asr_utils.c
AgeCommit message (Expand)Author
2023-11-20localhost is either 127.0.0.1 or ::1, nothing else.Florian Obser
2023-03-15Fix a number of out of bound reads in DNS response parsing.Todd C. Miller
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-11-17Restrict what getaddrinfo(3) is willing to try to resolve.Florian Obser
2017-09-23Kill unused functionJeremie Courreges-Anglas
2017-02-27Add support for RES_USE_DNSSECJeremie Courreges-Anglas
2017-02-19Use T_OPT instead of literal "41".Jeremie Courreges-Anglas
2017-02-18Add EDNS0 support.Jeremie Courreges-Anglas
2017-02-17use common errnos instead of random strings as error indicators inEric Faurot
2015-09-09Hide all unnecessary asr / resolver related API with _ prefixes.Theo de Raadt
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-14prefix structure names to avoid ambiguity and possible collisions whenEric Faurot
2014-02-26Do not restrict chars in dname during label expansion, but validate resultingEric Faurot
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-04-14spacingTheo de Raadt
2013-04-02make sure we always point before the current offset.Eric Faurot
2013-04-01space cleanup; ok ericTheo de Raadt
2013-03-29properly handle scope when parsing IPv6 addresses.Eric Faurot
2012-11-24knfEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot