Age | Commit message (Collapse) | Author |
|
suggested by deraadt@
|
|
|
|
prodded by deraadt@
|
|
spotted by sthen@
|
|
we don't trigger SIGPIPE.
ok millert
|
|
|
|
spotted by matthew@
|
|
multiple read.
prodded by deraadt@
|
|
takes precedence. Simplify code while there.
suggested by deraadt@
|
|
if that happens.
prodded by deraadt@
|
|
|
|
|
|
|
|
short writes.
prodded by deraadt@
|
|
spotted by naddy@
|
|
in the former resolver.
|
|
ok sthen@ bluhm@
|
|
/etc/hosts.
discussed with deraadt@
|
|
|
|
ok bluhm@ naddy@ sthen@
|
|
flipped so that it always used a domain of ".."
Heavy lifting by otto@
ok eric@ otto@ miod@
|
|
|
|
a DNS packet...
|
|
issue spotted by naddy@
|
|
|
|
Better not diverge too much in behavior at this point.
Typo fix and doc update while there.
|
|
No lookup is done in this case.
regression reported by espie@
|
|
a couple of fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resolver implementation.
|
|
fix comment.
|
|
|
|
|
|
remove unused variable.
|
|
|
|
|
|
|
|
|
|
directly into getaddrinfo_async_run. Simplifies everything by
a great deal.
|
|
YP is now supported on all relevant resolver functions.
|
|
round of a getaddrinfo_async() simplification. The goal is to make YP
support easier to add, and eventually remove the whole hostaddr_async
subquery.
|
|
by using the blocking YP API internally.
|
|
broken way. Make it almost trivial to implement gethostby*_r() family
of functions when needed.
|
|
hold both the structure and the data. The freehostent() and freenetent() API
functions are not needed anymore. While there, ensure that the constructed
addr and alias lists are really NULL terminated.
|
|
|