| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
looking into /etc/hosts. Remove the alias check from the search
domain iteration. Instead, take a shortcut to res_query_async_ctx() in
res_search_async_ctx().
|
|
|
|
|
| |
async API. That is actually useless and it makes the code more
complicated. The required buffers are always allocated when needed.
|
| |
|
|
|
|
|
|
| |
This fixes hostname resolution for OpenVPN 2.3.1.
ok eric@.
|
| |
|
|
|
|
| |
ok sthen@ bluhm@
|
|
|
|
| |
issue spotted by naddy@
|
|
|
|
|
| |
Better not diverge too much in behavior at this point.
Typo fix and doc update while there.
|
| |
|
| |
|
|
|
|
| |
remove unused variable.
|
|
|
|
|
| |
directly into getaddrinfo_async_run. Simplifies everything by
a great deal.
|
|
|
|
|
|
| |
round of a getaddrinfo_async() simplification. The goal is to make YP
support easier to add, and eventually remove the whole hostaddr_async
subquery.
|
|
|
|
|
|
|
|
|
|
| |
They do not have to deal with h_errno at all. Also, errno is only kept
for EAI_SYSTEM. Small code cleanup while there.
Adapt getnameinfo() and getaddrinfo() wrappers to correctly save errno
and overwrite it in the EAI_SYSTEM case.
General errno handling issue reported by mikeb@.
|
|
|
|
| |
the given protocol.
|
|
|
|
|
| |
fail if there is no entry for a given protocol. Fix issue reported by
early testers.
|
| |
|
|
The idea is to eventually replace the existing resolver with
something better. Time to start working on it in tree.
ok deraadt@
|