| Commit message (Expand) | Author | Age | Files | Lines |
* | For correctness, do not read struct servent if getservbyname_r() failed. |  eric | 2018-11-03 | 1 | -7/+5 |
* | More "explicitely" -> "explicitly" in various comments. |  krw | 2018-10-22 | 1 | -2/+2 |
* | Put a common flags field in the query struct, rather than in some |  jca | 2017-02-27 | 1 | -7/+7 |
* | Put a common subq pointer in the query struct, rather than one in each |  eric | 2017-02-23 | 1 | -5/+5 |
* | missing breaks |  eric | 2017-02-21 | 1 | -1/+2 |
* | Report the errno set by getifaddrs(3) if the setup for AI_ADDRCONFIG fails, |  eric | 2017-02-21 | 1 | -4/+5 |
* | Remove support for HOSTALIASES from the resolver. This "open and parse |  deraadt | 2015-12-16 | 1 | -4/+1 |
* | Remove support for "lookup yp" in /etc/resolv.conf. This historical |  deraadt | 2015-11-23 | 1 | -101/+1 |
* | fix conditionals |  eric | 2015-10-08 | 1 | -2/+2 |
* | Handle case where no hint is passed in. Found as a crash of fdm by jturner@ |  deraadt | 2015-10-08 | 1 | -2/+2 |
* | getaddrinfo_async() shouldn't unconditionally intialize the resolver |  deraadt | 2015-10-07 | 1 | -2/+5 |
* | remove bogus includes of err.h |  eric | 2015-09-20 | 1 | -2/+1 |
* | remove unused static function |  eric | 2015-09-20 | 1 | -18/+1 |
* | Wrap <asr.h> so internal calls go direct and all the symbols are weak |  guenther | 2015-09-14 | 1 | -1/+2 |
* | Hide all unnecessary asr / resolver related API with _ prefixes. |  deraadt | 2015-09-09 | 1 | -118/+21 |
* | Fix test against INADDR_LOOPBACK |  jca | 2015-08-16 | 1 | -2/+2 |
* | fix a possible off-by-one when reading /etc/hosts if it doesn't end |  eric | 2015-05-29 | 1 | -3/+3 |
* | simply use _PATH_HOSTS where appropriate |  eric | 2015-05-26 | 1 | -2/+2 |
* | Kill outdated comment. |  jca | 2015-05-25 | 1 | -2/+2 |
* | Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset. |  eric | 2015-05-25 | 1 | -2/+6 |
* | AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces. |  jca | 2015-05-05 | 1 | -4/+10 |
* | Move the AI_ADDRCONFIG setup to its own function. |  jca | 2015-05-05 | 1 | -18/+41 |
* | Limit AI_ADDRCONFIG effects to DNS queries. |  jca | 2015-02-14 | 1 | -17/+16 |
* | fix a possible NULL-deref when trying to deref ifa->ifa_addr |  gilles | 2015-01-30 | 1 | -1/+3 |
* | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include |  deraadt | 2015-01-14 | 1 | -7/+9 |
* | Nuke some obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | When fopen()ing internal to libc (the API doesn't support the use |  guenther | 2014-09-15 | 1 | -2/+2 |
* | Make queries using the search list for hostname lookups fail with |  eric | 2014-07-23 | 1 | -1/+7 |
* | remove warning by adding explicit parentheses around && within || |  chl | 2014-05-10 | 1 | -4/+4 |
* | Implement AI_ADDRCONFIG |  sperreault | 2014-04-28 | 1 | -2/+39 |
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. |  eric | 2014-03-26 | 1 | -2/+4 |
* | Cleanup and simplify the API to be exposed. Use better names for |  eric | 2014-03-25 | 1 | -21/+22 |
* | prefix structure names to avoid ambiguity and possible collisions when |  eric | 2014-03-14 | 1 | -6/+6 |
* | fix support for HOSTALIASES. |  eric | 2014-03-03 | 1 | -14/+12 |
* | need more #include files for resolv.h, for the non-YP case, which happens |  deraadt | 2014-02-26 | 1 | -1/+3 |
* | Do not restrict chars in dname during label expansion, but validate resulting |  eric | 2014-02-26 | 1 | -10/+3 |
* | Better search strategy for getaddrinfo. The address family loop must |  eric | 2014-02-17 | 1 | -14/+161 |
* | Make some symbols static and prefix all visible symbols with asr_ |  eric | 2013-07-12 | 1 | -12/+12 |
* | Make hostaliases work for gethostbyname() and getaddrinfo() when |  eric | 2013-06-01 | 1 | -5/+15 |
* | Do not take external buffers for storing DNS responses in the internal |  eric | 2013-04-30 | 1 | -3/+3 |
* | copy input flags in result addrinfo structures. |  eric | 2013-04-30 | 1 | -1/+2 |
* | Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right. |  chrisz | 2013-04-08 | 1 | -2/+2 |
* | space cleanup; ok eric |  deraadt | 2013-04-01 | 1 | -3/+3 |
* | allow "0" as service name for raw sockets. |  eric | 2013-03-30 | 1 | -2/+2 |
* | accept and use any protocol specified by the caller. |  eric | 2013-03-28 | 1 | -14/+10 |
* | Only use the search domains for DNS lookups, as the current resolver does. |  eric | 2013-03-27 | 1 | -38/+27 |
* | knf |  eric | 2012-11-24 | 1 | -23/+22 |
* | make separate structures for pack and unpack |  eric | 2012-11-24 | 1 | -3/+3 |
* | include yp headers if necessary. |  eric | 2012-09-06 | 1 | -2/+8 |
* | Get rid of the hostaddr_async subquery and merge its behaviour |  eric | 2012-09-05 | 1 | -64/+290 |