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_private.h
Age
Commit message (
Expand
)
Author
2018-04-28
To allow us to get rid of /etc/networks, make getnetby*(3)
Ingo Schwarze
2017-02-27
Add support for RES_USE_DNSSEC
Jeremie Courreges-Anglas
2017-02-27
Recognize and allow bits AD and CD in DNS replies.
Jeremie Courreges-Anglas
2017-02-27
Put a common flags field in the query struct, rather than in some
Jeremie Courreges-Anglas
2017-02-23
Put a common subq pointer in the query struct, rather than one in each
Eric Faurot
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
2016-12-18
Remove prototype for static function _asr_resolver. Eliminates gcc
Kenneth R Westerback
2016-08-20
Declare all _asr_* debug functions as hidden.
Jeremie Courreges-Anglas
2015-12-16
Remove support for HOSTALIASES from the resolver. This "open and parse
Theo de Raadt
2015-11-23
Remove support for "lookup yp" in /etc/resolv.conf. This historical
Theo de Raadt
2015-10-28
We are always using _PATH_RESCONF, so no need to remember the path on
Eric Faurot
2015-10-07
getaddrinfo_async() shouldn't unconditionally intialize the resolver
Theo de Raadt
2015-10-03
Initially eric developers asr as a side-load style library for async DNS.
Theo de Raadt
2015-10-03
missing asr* -> _asr* symbol rename for building with debug code
Eric Faurot
2015-09-09
Hide all unnecessary asr / resolver related API with _ prefixes.
Theo de Raadt
2015-06-20
Rename print_sockaddr() to avoid symbol visibility problems
Jeremie Courreges-Anglas
2015-06-04
make sure to check for resolv.conf update the first time the resolver
Eric Faurot
2015-05-29
fix a possible off-by-one when reading /etc/hosts if it doesn't end
Eric Faurot
2015-05-26
simply use _PATH_HOSTS where appropriate
Eric Faurot
2015-02-14
Limit AI_ADDRCONFIG effects to DNS queries.
Jeremie Courreges-Anglas
2014-04-17
Don't default enable the debug functionality with its unprotected getenv().
Philip Guenther
2014-03-25
Cleanup and simplify the API to be exposed. Use better names for
Eric Faurot
2014-03-14
prefix structure names to avoid ambiguity and possible collisions when
Eric Faurot
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-06-01
Move search domain iteration code in res_search_async.c where it belongs.
Eric Faurot
2013-06-01
Make hostaliases work for gethostbyname() and getaddrinfo() when
Eric Faurot
2013-06-01
Update asr_hostaliases() to make all necessary checks in the function.
Eric Faurot
2013-06-01
iterating over the ns list only matters for res_send_async.c, so move
Eric Faurot
2013-05-27
Add minimal support for _res setup and update.
Eric Faurot
2013-04-30
Do not take external buffers for storing DNS responses in the internal
Eric Faurot
2013-04-02
better implementation for tcp_read() that can get the packet length in
Eric Faurot
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-04-01
space cleanup; ok eric
Theo de Raadt
2013-04-01
rename field
Eric Faurot
2013-04-01
simpler and saner implementation for tcp_write(). now fully handles
Eric Faurot
2013-03-27
Only use the search domains for DNS lookups, as the current resolver does.
Eric Faurot
2012-11-24
knf
Eric Faurot
2012-11-24
make separate structures for pack and unpack
Eric Faurot
2012-09-09
cleanup asr_debug.c
Eric Faurot
2012-09-09
use proper macros for debug traces.
Eric Faurot
2012-09-06
make it easy to build without debug code
Eric Faurot
2012-09-05
Get rid of the hostaddr_async subquery and merge its behaviour
Eric Faurot
2012-09-05
Make hostaddr_async() return a linked list of struct addrinfo. First
Eric Faurot
2012-07-07
rename function to avoid symbol clash
Eric Faurot
2012-04-14
only define DEBUG internally
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot