summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/getnetnamadr_async.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* To allow us to get rid of /etc/networks, make getnetby*(3)schwarze2018-04-281-420/+8
* Put a common subq pointer in the query struct, rather than one in eacheric2017-02-231-6/+6
* missing breakseric2017-02-211-1/+2
* 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/+3
* Hide all unnecessary asr / resolver related API with _ prefixes.deraadt2015-09-091-22/+22
* fix a possible off-by-one when reading /etc/hosts if it doesn't enderic2015-05-291-3/+3
* Fix a NULL deref when getting an actual result for an invalid hostnameeric2014-11-021-5/+5
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
* Use _PATH_NETWORKS for "/etc/networks"guenther2014-09-151-2/+2
* Make queries using the search list for hostname lookups fail witheric2014-07-231-1/+8
* 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-12/+12
* prefix structure names to avoid ambiguity and possible collisions wheneric2014-03-141-5/+5
* Do not restrict chars in dname during label expansion, but validate resultingeric2014-02-261-1/+6
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-13/+11
* Do not take external buffers for storing DNS responses in the internaleric2013-04-301-3/+3
* space cleanup; ok ericderaadt2013-04-011-4/+4
* Saner implementation for self-contained hostent and netent, and alsoeric2012-11-241-69/+77
* knferic2012-11-241-10/+10
* make separate structures for pack and unpackeric2012-11-241-3/+3
* unused variableseric2012-09-071-2/+2
* When building dynamic hostent and netent, allocate a single linear buffer toeric2012-08-191-35/+32
* same code update and fix as for gethostnamadr_asynceric2012-07-101-55/+77
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+418