summaryrefslogtreecommitdiffstats
path: root/lib/addns/dnsquery.c
Commit message (Collapse)AuthorAgeFilesLines
* dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy2012-05-231-3/+3
| | | | | | | | After migrating to use libaddns, reply_to_addrs() needed to change the way answers are iterated through. Originally libroken implementation gave all answers as separate records with last one being explicitly NULL. libaddns unmarshalling code gives all non-NULL answers and should be iterated with explicit reply->num_answers in use.
* addns: Make ads_dns_lookup_srv pulicSimo Sorce2012-05-231-1/+1
|
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-231-0/+910