summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill outdated comment.jca2015-05-251-2/+2
* Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.eric2015-05-252-4/+13
* getnameinfo(3) doesn't need to initialize the resolver when it's only usederic2015-05-251-1/+150
* AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.jca2015-05-051-4/+10
* Move the AI_ADDRCONFIG setup to its own function.jca2015-05-051-18/+41
* gethostbyname(3) would fail when more than 16 addrs/aliases were returned.brynet2015-03-021-7/+7
* Limit AI_ADDRCONFIG effects to DNS queries.jca2015-02-142-18/+19
* fix a possible NULL-deref when trying to deref ifa->ifa_addrgilles2015-01-301-1/+3
* Move to the <limits.h> universe.deraadt2015-01-164-5/+8
* change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includederaadt2015-01-142-14/+18
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
* Fix a NULL deref when getting an actual result for an invalid hostnameeric2014-11-022-10/+9
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-154-9/+9
* Use _PATH_NETWORKS for "/etc/networks"guenther2014-09-151-2/+2
* Make queries using the search list for hostname lookups fail witheric2014-07-234-5/+31
* skip incomplete entries in /etc/hosts and /etc/networkseric2014-05-132-2/+10
* remove warning by adding explicit parentheses around && within ||chl2014-05-101-4/+4
* Implement AI_ADDRCONFIGsperreault2014-04-281-2/+39
* Don't default enable the debug functionality with its unprotected getenv().guenther2014-04-171-5/+1
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-2622-158/+93
* update manpageeric2014-03-261-137/+81
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-2518-254/+251
* prefix structure names to avoid ambiguity and possible collisions wheneric2014-03-148-94/+94
* fix support for HOSTALIASES.eric2014-03-031-14/+12
* need more #include files for resolv.h, for the non-YP case, which happensderaadt2014-02-261-1/+3
* Do not restrict chars in dname during label expansion, but validate resultingeric2014-02-264-17/+16
* make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases.eric2014-02-241-2/+2
* Better search strategy for getaddrinfo. The address family loop musteric2014-02-171-14/+161
* report extra PTR records as aliaseseric2014-02-171-3/+2
* Initialise _res.nsaddr_list in res_init(), fixing some programs which dependsthen2014-01-151-1/+6
* most obvious unsigned char casts for ctypederaadt2013-11-242-4/+5
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-122-2/+4
* sync with recent name changes;jmc2013-08-082-20/+19
* missing symbol rename.eric2013-07-171-2/+2
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-1221-250/+246
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
* Move search domain iteration code in res_search_async.c where it belongs.eric2013-06-013-112/+118
* Make hostaliases work for gethostbyname() and getaddrinfo() wheneric2013-06-015-38/+40
* Update asr_hostaliases() to make all necessary checks in the function.eric2013-06-012-14/+14
* iterating over the ns list only matters for res_send_async.c, so moveeric2013-06-013-39/+37
* use paramaters instead of static storage in _gethostbyname()eric2013-05-291-26/+48
* Add minimal support for _res setup and update.eric2013-05-2711-45/+93
* various small fixes;jmc2013-04-301-4/+5
* Do not take external buffers for storing DNS responses in the internaleric2013-04-3012-122/+55
* copy input flags in result addrinfo structures.eric2013-04-301-1/+2
* check return value of strdup(), fix mem leak in error path and takeotto2013-04-171-10/+17
* give a timespec a name that is easier to verifyderaadt2013-04-171-5/+5
* spacingderaadt2013-04-144-8/+8
* Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinitotto2013-04-111-3/+3
* show what we parsed in debug output; ok guether@otto2013-04-091-2/+2