summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/gethostnamadr_async.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If we don't receive a reply packet the res_send subquery will already havemartijn2019-06-271-7/+5
* To allow us to get rid of /etc/networks, make getnetby*(3)schwarze2018-04-281-3/+67
* Put a common subq pointer in the query struct, rather than one in eacheric2017-02-231-6/+6
* Remove support for HOSTALIASES from the resolver. This "open and parsederaadt2015-12-161-7/+3
* Remove support for "lookup yp" in /etc/resolv.conf. This historicalderaadt2015-11-231-132/+1
* remove bogus includes of err.heric2015-09-201-2/+1
* Wrap <asr.h> so internal calls go direct and all the symbols are weakguenther2015-09-141-1/+4
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-25/+25
* fix a possible off-by-one when reading /etc/hosts if it doesn't enderic2015-05-291-3/+3
* simply use _PATH_HOSTS where appropriateeric2015-05-261-2/+2
* gethostbyname(3) would fail when more than 16 addrs/aliases were returned.brynet2015-03-021-7/+7
* Move to the <limits.h> universe.deraadt2015-01-161-2/+2
* change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includederaadt2015-01-141-7/+9
* Fix a NULL deref when getting an actual result for an invalid hostnameeric2014-11-021-5/+4
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
* Make queries using the search list for hostname lookups fail witheric2014-07-231-2/+9
* skip incomplete entries in /etc/hosts and /etc/networkseric2014-05-131-1/+5
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-2/+3
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-16/+16
* prefix structure names to avoid ambiguity and possible collisions wheneric2014-03-141-7/+7
* Do not restrict chars in dname during label expansion, but validate resultingeric2014-02-261-1/+6
* report extra PTR records as aliaseseric2014-02-171-3/+2
* most obvious unsigned char casts for ctypederaadt2013-11-241-2/+3
* missing symbol rename.eric2013-07-171-2/+2
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-73/+10
* Make hostaliases work for gethostbyname() and getaddrinfo() wheneric2013-06-011-8/+16
* Do not take external buffers for storing DNS responses in the internaleric2013-04-301-3/+3
* spacingderaadt2013-04-141-2/+2
* properly follow the CNAME chain in reverse lookupseric2013-04-031-5/+13
* space cleanup; ok ericderaadt2013-04-011-2/+2
* rename fielderic2013-04-011-4/+4
* Do not fail in gethostbyname_async() if there are multiple addresses ineric2013-03-291-3/+3
* Only use the search domains for DNS lookups, as the current resolver does.eric2013-03-271-34/+12
* Allow gethostbyname() to accept a numeric IP string.eric2012-12-171-4/+47
* Saner implementation for self-contained hostent and netent, and alsoeric2012-11-241-95/+100
* knferic2012-11-241-20/+22
* make separate structures for pack and unpackeric2012-11-241-3/+3
* include yp headers if necessary.eric2012-09-061-1/+7
* implement basic YP support for gethostbyname_async()/gethostbyaddr_async()eric2012-09-041-1/+121
* When building dynamic hostent and netent, allocate a single linear buffer toeric2012-08-191-47/+42
* unused variableseric2012-07-121-2/+2
* simplify the code, improve error handling and plug a potential fd leak on erroreric2012-07-101-71/+101
* use the value actually passed to the functioneric2012-07-101-2/+2
* fix a few warningseric2012-04-251-3/+3
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+592