index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
asr
/
asr_utils.c
Age
Commit message (
Expand
)
Author
2023-11-20
localhost is either 127.0.0.1 or ::1, nothing else.
Florian Obser
2023-03-15
Fix a number of out of bound reads in DNS response parsing.
Todd C. Miller
2022-12-27
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-17
Restrict what getaddrinfo(3) is willing to try to resolve.
Florian Obser
2017-09-23
Kill unused function
Jeremie Courreges-Anglas
2017-02-27
Add support for RES_USE_DNSSEC
Jeremie Courreges-Anglas
2017-02-19
Use T_OPT instead of literal "41".
Jeremie Courreges-Anglas
2017-02-18
Add EDNS0 support.
Jeremie Courreges-Anglas
2017-02-17
use common errnos instead of random strings as error indicators in
Eric Faurot
2015-09-09
Hide all unnecessary asr / resolver related API with _ prefixes.
Theo de Raadt
2014-03-26
Make the asr API public. Install asr.h to /usr/include.h and manpages.
Eric Faurot
2014-03-14
prefix structure names to avoid ambiguity and possible collisions when
Eric Faurot
2014-02-26
Do not restrict chars in dname during label expansion, but validate resulting
Eric Faurot
2013-11-24
most obvious unsigned char casts for ctype
Theo de Raadt
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-04-14
spacing
Theo de Raadt
2013-04-02
make sure we always point before the current offset.
Eric Faurot
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-03-29
properly handle scope when parsing IPv6 addresses.
Eric Faurot
2012-11-24
knf
Eric Faurot
2012-11-24
make separate structures for pack and unpack
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot