Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swap rname and mname in debug output, and handle the USE_CD flag | 2021-04-02 | 1 | -3/+4 | |
| | | | | from Boudewijn Dijkstra | ||||
* | snprintf/vsnprintf return < 0 on error, rather than -1. | 2019-07-03 | 1 | -2/+2 | |
| | |||||
* | To allow us to get rid of /etc/networks, make getnetby*(3) | 2018-04-28 | 1 | -3/+1 | |
| | | | | | | wrappers around gethostby*_async(3). If you had anything of importance in /etc/networks, specify it in /etc/hosts instead. Feedback and OK eric@, OK deraadt@ | ||||
* | Recognize and allow bits AD and CD in DNS replies. | 2017-02-27 | 1 | -4/+5 | |
| | | | | | | Needed for RES_USE_DNSSEC support. ok eric@ gilles@ | ||||
* | use common errnos instead of random strings as error indicators in | 2017-02-17 | 1 | -3/+4 | |
| | | | | | | pack/unpack contexts. ok krw@ deraadt@ | ||||
* | We are always using _PATH_RESCONF, so no need to remember the path on | 2015-10-28 | 1 | -5/+1 | |
| | | | | | | the resolver. ok millert@ deraadt@ | ||||
* | missing asr* -> _asr* symbol rename for building with debug code | 2015-10-03 | 1 | -2/+2 | |
| | | | | ok jca@ | ||||
* | Hide all unnecessary asr / resolver related API with _ prefixes. | 2015-09-09 | 1 | -13/+13 | |
| | | | | direction & ok guenther | ||||
* | Rename print_sockaddr() to avoid symbol visibility problems | 2015-06-20 | 1 | -3/+3 | |
| | | | | | | print_sockaddr is internal to asr, and conflicts with ports/net/samba4. ok eric@ | ||||
* | simply use _PATH_HOSTS where appropriate | 2015-05-26 | 1 | -2/+1 | |
| | |||||
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. | 2014-03-26 | 1 | -2/+3 | |
| | | | | | | Include tweaks suggested by mpi@ ok deraadt@ | ||||
* | Cleanup and simplify the API to be exposed. Use better names for | 2014-03-25 | 1 | -2/+1 | |
| | | | | | | structures, functions and defines. discussed with and ok deraadt@ guenther@ | ||||
* | prefix structure names to avoid ambiguity and possible collisions when | 2014-03-14 | 1 | -13/+13 | |
| | | | | | | the API gets public. ok deraadt@ | ||||
* | Make some symbols static and prefix all visible symbols with asr_ | 2013-07-12 | 1 | -5/+5 | |
| | | | | | | to prevent collisions with third-party programs. suggested by sthen@, ok theo@ | ||||
* | Add minimal support for _res setup and update. | 2013-05-27 | 1 | -17/+2 | |
| | | | | | | | | Change res_init() to initialize the _res structure on first call, and udpate the global async context if changes were made by the user. All resolver functions now call res_init() internally. fixes issue spotted by otto@ | ||||
* | show what we parsed in debug output; ok guether@ | 2013-04-09 | 1 | -2/+2 | |
| | |||||
* | space cleanup; ok eric | 2013-04-01 | 1 | -10/+10 | |
| | |||||
* | knf | 2012-11-24 | 1 | -12/+12 | |
| | |||||
* | make separate structures for pack and unpack | 2012-11-24 | 1 | -3/+3 | |
| | |||||
* | cleanup asr_debug.c | 2012-09-09 | 1 | -386/+197 | |
| | |||||
* | use proper macros for debug traces. | 2012-09-09 | 1 | -11/+7 | |
| | |||||
* | Get rid of the hostaddr_async subquery and merge its behaviour | 2012-09-05 | 1 | -5/+1 | |
| | | | | | directly into getaddrinfo_async_run. Simplifies everything by a great deal. | ||||
* | Make hostaddr_async() return a linked list of struct addrinfo. First | 2012-09-05 | 1 | -3/+1 | |
| | | | | | | round of a getaddrinfo_async() simplification. The goal is to make YP support easier to add, and eventually remove the whole hostaddr_async subquery. | ||||
* | rename function to avoid symbol clash | 2012-07-07 | 1 | -5/+3 | |
| | |||||
* | fix a few warnings | 2012-04-25 | 1 | -9/+15 | |
| | |||||
* | calling getnameinfo here is a bad idea. use inet_ntop. | 2012-04-15 | 1 | -6/+9 | |
| | |||||
* | Import asr, an experimental async resolver implementation. | 2012-04-14 | 1 | -0/+569 | |
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ |