summaryrefslogtreecommitdiff
path: root/lib/libc/asr/gethostnamadr_async.c
AgeCommit message (Expand)Author
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-14change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includeTheo de Raadt
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-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
2014-02-17report extra PTR records as aliasesEric Faurot
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-07-17missing symbol rename.Eric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-06-01Make hostaliases work for gethostbyname() and getaddrinfo() whenEric Faurot
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-14spacingTheo de Raadt
2013-04-03properly follow the CNAME chain in reverse lookupsEric Faurot
2013-04-01space cleanup; ok ericTheo de Raadt
2013-04-01rename fieldEric Faurot
2013-03-29Do not fail in gethostbyname_async() if there are multiple addresses inEric Faurot
2013-03-27Only use the search domains for DNS lookups, as the current resolver does.Eric Faurot
2012-12-17Allow gethostbyname() to accept a numeric IP string.Eric Faurot
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-06include yp headers if necessary.Eric Faurot
2012-09-04implement basic YP support for gethostbyname_async()/gethostbyaddr_async()Eric Faurot
2012-08-19When building dynamic hostent and netent, allocate a single linear buffer toEric Faurot
2012-07-12unused variablesEric Faurot
2012-07-10simplify the code, improve error handling and plug a potential fd leak on errorEric Faurot
2012-07-10use the value actually passed to the functionEric Faurot
2012-04-25fix a few warningsEric Faurot
2012-04-14Import asr, an experimental async resolver implementation.Eric Faurot