summaryrefslogtreecommitdiff
path: root/lib/libc/asr/asr_debug.c
AgeCommit message (Expand)Author
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversJeremie Courreges-Anglas
2021-04-02swap rname and mname in debug output, and handle the USE_CD flagEric Faurot
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2018-04-28To allow us to get rid of /etc/networks, make getnetby*(3)Ingo Schwarze
2017-02-27Recognize and allow bits AD and CD in DNS replies.Jeremie Courreges-Anglas
2017-02-17use common errnos instead of random strings as error indicators inEric Faurot
2015-10-28We are always using _PATH_RESCONF, so no need to remember the path onEric Faurot
2015-10-03missing asr* -> _asr* symbol rename for building with debug codeEric Faurot
2015-09-09Hide all unnecessary asr / resolver related API with _ prefixes.Theo de Raadt
2015-06-20Rename print_sockaddr() to avoid symbol visibility problemsJeremie Courreges-Anglas
2015-05-26simply use _PATH_HOSTS where appropriateEric Faurot
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-25Cleanup and simplify the API to be exposed. Use better names forEric Faurot
2014-03-14prefix structure names to avoid ambiguity and possible collisions whenEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-05-27Add minimal support for _res setup and update.Eric Faurot
2013-04-09show what we parsed in debug output; ok guether@Otto Moerbeek
2013-04-01space cleanup; ok ericTheo de Raadt
2012-11-24knfEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-09-09cleanup asr_debug.cEric Faurot
2012-09-09use proper macros for debug traces.Eric Faurot
2012-09-05Get rid of the hostaddr_async subquery and merge its behaviourEric Faurot
2012-09-05Make hostaddr_async() return a linked list of struct addrinfo. FirstEric Faurot
2012-07-07rename function to avoid symbol clashEric Faurot
2012-04-25fix a few warningsEric Faurot
2012-04-15calling getnameinfo here is a bad idea. use inet_ntop.Eric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot