Age | Commit message (Expand) | Author |
2021-11-22 | Implement rfc6840 (AD flag processing) if using trusted name servers | Jeremie Courreges-Anglas |
2021-04-02 | swap rname and mname in debug output, and handle the USE_CD flag | Eric Faurot |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | Ingo Schwarze |
2017-02-27 | Recognize and allow bits AD and CD in DNS replies. | Jeremie Courreges-Anglas |
2017-02-17 | use common errnos instead of random strings as error indicators in | Eric Faurot |
2015-10-28 | We are always using _PATH_RESCONF, so no need to remember the path on | Eric Faurot |
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-05-26 | simply use _PATH_HOSTS where appropriate | Eric Faurot |
2014-03-26 | Make the asr API public. Install asr.h to /usr/include.h and manpages. | 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 |
2013-07-12 | Make some symbols static and prefix all visible symbols with asr_ | Eric Faurot |
2013-05-27 | Add minimal support for _res setup and update. | Eric Faurot |
2013-04-09 | show what we parsed in debug output; ok guether@ | Otto Moerbeek |
2013-04-01 | space cleanup; ok eric | Theo de Raadt |
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-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-25 | fix a few warnings | Eric Faurot |
2012-04-15 | calling getnameinfo here is a bad idea. use inet_ntop. | Eric Faurot |
2012-04-14 | Import asr, an experimental async resolver implementation. | Eric Faurot |