| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -4/+13 |
* | getnameinfo(3) doesn't need to initialize the resolver when it's only used |  eric | 2015-05-25 | 1 | -1/+150 |
* | 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 |
* | gethostbyname(3) would fail when more than 16 addrs/aliases were returned. |  brynet | 2015-03-02 | 1 | -7/+7 |
* | Limit AI_ADDRCONFIG effects to DNS queries. |  jca | 2015-02-14 | 2 | -18/+19 |
* | fix a possible NULL-deref when trying to deref ifa->ifa_addr |  gilles | 2015-01-30 | 1 | -1/+3 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 4 | -5/+8 |
* | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include |  deraadt | 2015-01-14 | 2 | -14/+18 |
* | Nuke some obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | Fix a NULL deref when getting an actual result for an invalid hostname |  eric | 2014-11-02 | 2 | -10/+9 |
* | When fopen()ing internal to libc (the API doesn't support the use |  guenther | 2014-09-15 | 4 | -9/+9 |
* | Use _PATH_NETWORKS for "/etc/networks" |  guenther | 2014-09-15 | 1 | -2/+2 |
* | Make queries using the search list for hostname lookups fail with |  eric | 2014-07-23 | 4 | -5/+31 |
* | skip incomplete entries in /etc/hosts and /etc/networks |  eric | 2014-05-13 | 2 | -2/+10 |
* | 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 |
* | Don't default enable the debug functionality with its unprotected getenv(). |  guenther | 2014-04-17 | 1 | -5/+1 |
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. |  eric | 2014-03-26 | 22 | -158/+93 |
* | update manpage |  eric | 2014-03-26 | 1 | -137/+81 |
* | Cleanup and simplify the API to be exposed. Use better names for |  eric | 2014-03-25 | 18 | -254/+251 |
* | prefix structure names to avoid ambiguity and possible collisions when |  eric | 2014-03-14 | 8 | -94/+94 |
* | 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 | 4 | -17/+16 |
* | make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases. |  eric | 2014-02-24 | 1 | -2/+2 |
* | Better search strategy for getaddrinfo. The address family loop must |  eric | 2014-02-17 | 1 | -14/+161 |
* | report extra PTR records as aliases |  eric | 2014-02-17 | 1 | -3/+2 |
* | Initialise _res.nsaddr_list in res_init(), fixing some programs which depend |  sthen | 2014-01-15 | 1 | -1/+6 |
* | most obvious unsigned char casts for ctype |  deraadt | 2013-11-24 | 2 | -4/+5 |
* | pull in missing includes (math.h, unistd.h, stdlib.h) needed for |  deraadt | 2013-11-12 | 2 | -2/+4 |
* | sync with recent name changes; |  jmc | 2013-08-08 | 2 | -20/+19 |
* | missing symbol rename. |  eric | 2013-07-17 | 1 | -2/+2 |
* | Make some symbols static and prefix all visible symbols with asr_ |  eric | 2013-07-12 | 21 | -250/+246 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -3/+3 |
* | Move search domain iteration code in res_search_async.c where it belongs. |  eric | 2013-06-01 | 3 | -112/+118 |
* | Make hostaliases work for gethostbyname() and getaddrinfo() when |  eric | 2013-06-01 | 5 | -38/+40 |
* | Update asr_hostaliases() to make all necessary checks in the function. |  eric | 2013-06-01 | 2 | -14/+14 |
* | iterating over the ns list only matters for res_send_async.c, so move |  eric | 2013-06-01 | 3 | -39/+37 |
* | use paramaters instead of static storage in _gethostbyname() |  eric | 2013-05-29 | 1 | -26/+48 |
* | Add minimal support for _res setup and update. |  eric | 2013-05-27 | 11 | -45/+93 |
* | various small fixes; |  jmc | 2013-04-30 | 1 | -4/+5 |
* | Do not take external buffers for storing DNS responses in the internal |  eric | 2013-04-30 | 12 | -122/+55 |
* | copy input flags in result addrinfo structures. |  eric | 2013-04-30 | 1 | -1/+2 |
* | check return value of strdup(), fix mem leak in error path and take |  otto | 2013-04-17 | 1 | -10/+17 |
* | give a timespec a name that is easier to verify |  deraadt | 2013-04-17 | 1 | -5/+5 |
* | spacing |  deraadt | 2013-04-14 | 4 | -8/+8 |
* | Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit |  otto | 2013-04-11 | 1 | -3/+3 |
* | show what we parsed in debug output; ok guether@ |  otto | 2013-04-09 | 1 | -2/+2 |