Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | addns: Remove support for dns_host_file. | Andreas Schneider | 2014-12-18 | 1 | -40/+56 |
| | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | 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 |