r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for
authorGerald Carter <jerry@samba.org>
Fri, 5 May 2006 19:24:48 +0000 (19:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:49 +0000 (11:16 -0500)
commitaf086da4ec19de83717820de85d8e672850ed4b2
treeae285c5d92f19b4ce6cdc362cbca79f6232e7e99
parent3bff11407e721a4a01b67881862d2a466ec5d103
r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for
locating AD DC's with out own DNS SRV queries.
Testing on Linux and Solaris.
(This used to be commit cf71f88a3cdcabf99c0798ef4cf8c978397a57eb)
source3/Makefile.in
source3/configure.in
source3/include/ads_dns.h [new file with mode: 0644]
source3/include/includes.h
source3/libads/dns.c [new file with mode: 0644]
source3/libsmb/namequery.c
source3/utils/net_ads.c
source3/utils/net_lookup.c