summaryrefslogtreecommitdiff
path: root/lib/addns/dnsquery.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-23dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy1-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.
2012-05-23addns: Make ads_dns_lookup_srv pulicSimo Sorce1-1/+1
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce1-0/+910