Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dns: fix comments and make s4/libcli/resolve dns resolver working | Alexander Bokovoy | 2012-05-23 | 1 | -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 pulic | Simo Sorce | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | Move source3/libads/dns.c to lib/addns | Simo Sorce | 2012-05-23 | 1 | -0/+910 |