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
Age
Commit message (
Expand
)
Author
2015-08-16
Fix test against INADDR_LOOPBACK
Jeremie Courreges-Anglas
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-05-25
Kill outdated comment.
Jeremie Courreges-Anglas
2015-05-25
Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.
Eric Faurot
2015-05-25
getnameinfo(3) doesn't need to initialize the resolver when it's only used
Eric Faurot
2015-05-05
AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.
Jeremie Courreges-Anglas
2015-05-05
Move the AI_ADDRCONFIG setup to its own function.
Jeremie Courreges-Anglas
2015-03-02
gethostbyname(3) would fail when more than 16 addrs/aliases were returned.
Bryan Steele
2015-02-14
Limit AI_ADDRCONFIG effects to DNS queries.
Jeremie Courreges-Anglas
2015-01-30
fix a possible NULL-deref when trying to deref ifa->ifa_addr
Gilles Chehade
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2015-01-14
change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include
Theo de Raadt
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-11-02
Fix a NULL deref when getting an actual result for an invalid hostname
Eric Faurot
2014-09-15
When fopen()ing internal to libc (the API doesn't support the use
Philip Guenther
2014-09-15
Use _PATH_NETWORKS for "/etc/networks"
Philip Guenther
2014-07-23
Make queries using the search list for hostname lookups fail with
Eric Faurot
2014-05-13
skip incomplete entries in /etc/hosts and /etc/networks
Eric Faurot
2014-05-10
remove warning by adding explicit parentheses around && within ||
Charles Longeau
2014-04-28
Implement AI_ADDRCONFIG
sperreault
2014-04-17
Don't default enable the debug functionality with its unprotected getenv().
Philip Guenther
2014-03-26
Make the asr API public. Install asr.h to /usr/include.h and manpages.
Eric Faurot
2014-03-26
update manpage
Eric Faurot
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
2014-03-03
fix support for HOSTALIASES.
Eric Faurot
2014-02-26
need more #include files for resolv.h, for the non-YP case, which happens
Theo de Raadt
2014-02-26
Do not restrict chars in dname during label expansion, but validate resulting
Eric Faurot
2014-02-24
make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases.
Eric Faurot
2014-02-17
Better search strategy for getaddrinfo. The address family loop must
Eric Faurot
2014-02-17
report extra PTR records as aliases
Eric Faurot
2014-01-15
Initialise _res.nsaddr_list in res_init(), fixing some programs which depend
Stuart Henderson
2013-11-24
most obvious unsigned char casts for ctype
Theo de Raadt
2013-11-12
pull in missing includes (math.h, unistd.h, stdlib.h) needed for
Theo de Raadt
2013-08-08
sync with recent name changes;
Jason McIntyre
2013-07-17
missing symbol rename.
Eric Faurot
2013-07-12
Make some symbols static and prefix all visible symbols with asr_
Eric Faurot
2013-06-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
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-29
use paramaters instead of static storage in _gethostbyname()
Eric Faurot
2013-05-27
Add minimal support for _res setup and update.
Eric Faurot
2013-04-30
various small fixes;
Jason McIntyre
2013-04-30
Do not take external buffers for storing DNS responses in the internal
Eric Faurot
2013-04-30
copy input flags in result addrinfo structures.
Eric Faurot
[next]