Age | Commit message (Expand) | Author |
2024-08-21 | Make sure ai_canonname is set when AI_CANONNAME was requested. | Florian Obser |
2024-01-15 | Make sure to return a proper string in ai_canonname. | 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 |
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 |
2021-01-26 | When checking for available address family for AI_ADDRCONFIG consider | Florian Obser |
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 |
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 |
2015-12-16 | Remove support for HOSTALIASES from the resolver. This "open and parse | Theo de Raadt |
2015-11-23 | Remove support for "lookup yp" in /etc/resolv.conf. This historical | Theo de Raadt |
2015-10-08 | fix conditionals | Eric Faurot |
2015-10-08 | Handle case where no hint is passed in. Found as a crash of fdm by jturner@ | Theo de Raadt |
2015-10-07 | getaddrinfo_async() shouldn't unconditionally intialize the resolver | Theo de Raadt |
2015-09-20 | remove bogus includes of err.h | Eric Faurot |
2015-09-20 | remove unused static function | Eric Faurot |
2015-09-14 | Wrap <asr.h> so internal calls go direct and all the symbols are weak | Philip Guenther |
2015-09-09 | Hide all unnecessary asr / resolver related API with _ prefixes. | Theo de Raadt |
2015-08-16 | Fix test against INADDR_LOOPBACK | Jeremie Courreges-Anglas |
2015-05-29 | fix a possible off-by-one when reading /etc/hosts if it doesn't end | Eric Faurot |
2015-05-26 | simply use _PATH_HOSTS where appropriate | Eric Faurot |
2015-05-25 | Kill outdated comment. | Jeremie Courreges-Anglas |
2015-05-25 | Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset. | Eric Faurot |
2015-05-05 | AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces. | Jeremie Courreges-Anglas |
2015-05-05 | Move the AI_ADDRCONFIG setup to its own function. | Jeremie Courreges-Anglas |
2015-02-14 | Limit AI_ADDRCONFIG effects to DNS queries. | Jeremie Courreges-Anglas |
2015-01-30 | fix a possible NULL-deref when trying to deref ifa->ifa_addr | Gilles Chehade |
2015-01-14 | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include | Theo de Raadt |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther |
2014-07-23 | Make queries using the search list for hostname lookups fail with | Eric Faurot |
2014-05-10 | remove warning by adding explicit parentheses around && within || | Charles Longeau |
2014-04-28 | Implement AI_ADDRCONFIG | sperreault |
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 |
2014-03-03 | fix support for HOSTALIASES. | Eric Faurot |
2014-02-26 | need more #include files for resolv.h, for the non-YP case, which happens | Theo de Raadt |
2014-02-26 | Do not restrict chars in dname during label expansion, but validate resulting | Eric Faurot |
2014-02-17 | Better search strategy for getaddrinfo. The address family loop must | Eric Faurot |
2013-07-12 | Make some symbols static and prefix all visible symbols with asr_ | Eric Faurot |
2013-06-01 | Make hostaliases work for gethostbyname() and getaddrinfo() when | Eric Faurot |
2013-04-30 | Do not take external buffers for storing DNS responses in the internal | Eric Faurot |
2013-04-30 | copy input flags in result addrinfo structures. | Eric Faurot |
2013-04-08 | Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right. | Christopher Zimmermann |
2013-04-01 | space cleanup; ok eric | Theo de Raadt |