(merge from 3.0)
authorAndrew Bartlett <abartlet@samba.org>
Tue, 6 Jan 2004 00:13:56 +0000 (00:13 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 6 Jan 2004 00:13:56 +0000 (00:13 +0000)
commiteb1aa6a2cc0331cbbbc5ea466e5695e4df39e6ee
treef469a55452e23482ec6c14a40c1fe8dced40b370
parenta9598d2e88fcd5384640baa963000e4f02679985
(merge from 3.0)

Change our Domain controller lookup routines to more carefully seperate
DNS names (realms) from NetBIOS domain names.

Until now, we would experience delays as we broadcast lookups for DNS names
onto the local network segments.

Now if DNS comes back negative, we fall straight back to looking up the
short name.

Andrew Bartlett
(This used to be commit 4c3bd0a99e464198d243da302ff1868189b4dcff)
source3/auth/auth_domain.c
source3/libsmb/namequery_dc.c
source3/libsmb/trusts_util.c
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_cm.c
source3/nsswitch/winbindd_misc.c
source3/nsswitch/winbindd_pam.c
source3/nsswitch/winbindd_rpc.c
source3/nsswitch/winbindd_util.c