r20173: DNS update fixes:
authorGerald Carter <jerry@samba.org>
Thu, 14 Dec 2006 17:00:10 +0000 (17:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:29 +0000 (12:16 -0500)
commitdb7bf9a6b6754b604ee44d28c564bab10c7b98a7
tree0eb5c3b53cf3410e6667651d7e337f40cb9c0656
parent3ff4f4410ff71fc4c74b7546d0c0002918a32cf3
r20173: DNS update fixes:

* Fix DNS updates for multi-homed hosts
* Child domains often don't have an NS record in
  DNS so we have to fall back to looking up the the NS
  records for the forest root.
* Fix compile warning caused by mismatched 'struct in_addr'
  and 'in_addr_t' parameters called to DoDNSUpdate()
(This used to be commit 3486acd3c3ebefae8f98dcc72d1c3d6b06fffcc7)
source3/libaddns/dns.h
source3/libaddns/dnsrecord.c
source3/libads/ads_struct.c
source3/utils/net_ads.c
source3/utils/net_dns.c