Age | Commit message (Expand) | Author |
2024-09-03 | typo in comment; saveguard -> safeguard; ok gilles@ | Omar Polo |
2024-08-21 | Make sure ai_canonname is set when AI_CANONNAME was requested. | Florian Obser |
2024-05-07 | avoid memcpy(malloc(0), ..., 0), which is not portable. | Damien Miller |
2024-01-15 | Make sure to return a proper string in ai_canonname. | Florian Obser |
2023-11-22 | Set correct errno field in struct asr_result. | Florian Obser |
2023-11-21 | Do not short-circuit localhost resolution when AI_NUMERICHOST is set. | Florian Obser |
2023-11-20 | localhost is either 127.0.0.1 or ::1, nothing else. | Florian Obser |
2023-11-14 | Add break to error out on weird characters in gethostbyname(). | Florian Obser |
2023-03-15 | Fix a number of out of bound reads in DNS response parsing. | Todd C. Miller |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-17 | Restrict what getaddrinfo(3) is willing to try to resolve. | Florian Obser |
2022-06-20 | Fixup comment | Jeremie Courreges-Anglas |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-01-20 | remove unused variable from all copies of _asr_strdname() | Christian Weisgerber |
2021-11-22 | Implement rfc6840 (AD flag processing) if using trusted name servers | Jeremie Courreges-Anglas |
2021-11-05 | Zap unused variables | Klemens Nanni |
2021-04-02 | swap rname and mname in debug output, and handle the USE_CD flag | Eric Faurot |
2021-01-26 | When checking for available address family for AI_ADDRCONFIG consider | Florian Obser |
2021-01-06 | Fix two issues related to thread private data in asr. | Otto Moerbeek |
2020-12-21 | Always call endservent_r() after getservbyport_r(). | Eric Faurot |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-07 | In the libc resolver function asr_run(), clear the result buffer everytime, | Theo de Raadt |
2019-10-24 | Allow the caller of asr functions to create and use a specific context. | Otto Moerbeek |
2019-09-28 | correctly handle read(2) return value. | Eric Faurot |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-27 | If we don't receive a reply packet the res_send subquery will already have | Martijn van Duren |
2019-06-17 | Allow setting of retransmission intervasl via _res.retrans. Ugly API but | Otto Moerbeek |
2019-01-14 | Unbreak tree. Last minute changes are evil. | Otto Moerbeek |
2019-01-14 | There are cases where a program doing dns requests wants to set the | Otto Moerbeek |
2018-11-03 | For correctness, do not read struct servent if getservbyname_r() failed. | Eric Faurot |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | Ingo Schwarze |
2018-04-28 | Minor cleanup, no functional change: | Ingo Schwarze |
2018-03-13 | Fix comments | Jeremie Courreges-Anglas |
2018-02-06 | make sure that all error paths are correctly handled in asr_run_sync() | Eric Faurot |
2017-09-23 | Kill unused function | Jeremie Courreges-Anglas |
2017-03-15 | use recallocarray to resize buffer - ensures that detritus from previous | Theo de Raadt |
2017-03-14 | don't need to handle the malloc case special, since realloc works | Theo de Raadt |
2017-02-27 | Add support for RES_USE_DNSSEC | Jeremie Courreges-Anglas |
2017-02-27 | Recognize and allow bits AD and CD in DNS replies. | Jeremie Courreges-Anglas |
2017-02-27 | Put a common flags field in the query struct, rather than in some | Jeremie Courreges-Anglas |
2017-02-23 | Put a common subq pointer in the query struct, rather than one in each | Eric Faurot |
2017-02-21 | missing breaks | Eric Faurot |
2017-02-21 | Report the errno set by getifaddrs(3) if the setup for AI_ADDRCONFIG fails, | Eric Faurot |
2017-02-19 | Use T_OPT instead of literal "41". | Jeremie Courreges-Anglas |
2017-02-18 | Use more specific error codes for invalid packets. | Eric Faurot |
2017-02-18 | Add EDNS0 support. | Jeremie Courreges-Anglas |
2017-02-17 | use common errnos instead of random strings as error indicators in | Eric Faurot |
2017-02-17 | Increase UDP packet buffer to 4096 bytes from 512. There are some really | Kenneth R Westerback |
2016-12-18 | Remove prototype for static function _asr_resolver. Eliminates gcc | Kenneth R Westerback |