summaryrefslogtreecommitdiff
path: root/lib/libc/asr/getnetnamadr_async.c
AgeCommit message (Expand)Author
2018-04-28To allow us to get rid of /etc/networks, make getnetby*(3)Ingo Schwarze
2017-02-23Put a common subq pointer in the query struct, rather than one in eachEric Faurot
2017-02-21missing breaksEric Faurot
2015-09-20remove bogus includes of err.hEric Faurot
2015-09-14Wrap <asr.h> so internal calls go direct and all the symbols are weakPhilip Guenther
2015-09-09Hide all unnecessary asr / resolver related API with _ prefixes.Theo de Raadt
2015-05-29fix a possible off-by-one when reading /etc/hosts if it doesn't endEric Faurot
2014-11-02Fix a NULL deref when getting an actual result for an invalid hostnameEric Faurot
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
2014-09-15Use _PATH_NETWORKS for "/etc/networks"Philip Guenther
2014-07-23Make queries using the search list for hostname lookups fail withEric Faurot
2014-05-13skip incomplete entries in /etc/hosts and /etc/networksEric Faurot
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-25Cleanup and simplify the API to be exposed. Use better names forEric Faurot
2014-03-14prefix structure names to avoid ambiguity and possible collisions whenEric Faurot
2014-02-26Do not restrict chars in dname during label expansion, but validate resultingEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-01space cleanup; ok ericTheo de Raadt
2012-11-24Saner implementation for self-contained hostent and netent, and alsoEric Faurot
2012-11-24knfEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-09-07unused variablesEric Faurot
2012-08-19When building dynamic hostent and netent, allocate a single linear buffer toEric Faurot
2012-07-10same code update and fix as for gethostnamadr_asyncEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot