summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/res_mkquery.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* properly check for domain name truncation at various places and faileric2013-04-011-6/+10
| | | | | | if that happens. prodded by deraadt@
* res_querydomain()'s code to terminate the domain with '.' had the assignmentguenther2013-03-291-2/+2
| | | | | | | flipped so that it always used a domain of ".." Heavy lifting by otto@ ok eric@ otto@ miod@
* knferic2012-11-241-2/+2
|
* make separate structures for pack and unpackeric2012-11-241-3/+3
|
* split asr_resolver.c into different files to overlay the libc/neteric2012-09-081-0/+104
resolver implementation.