summaryrefslogtreecommitdiff
path: root/source3/libads/dns.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srvAndrew Bartlett1-36/+1
By reworking the 'fake DNS' file to use struct dns_rr_srv it should be possible to emulate that resolver layer as well as the Samba4 sockaddr_storage* based layer. This will then give us a common DNS emulation for 'make test'. Andrew Bartlett
2010-07-01s3-libads: move ads_dns out of main includes.Günther Deschner1-0/+90
Guenther