(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)
commit4c3bd0a99e464198d243da302ff1868189b4dcff
treeee5d2ecdca43390b6306d0c15fecdc4d42776e9b
parentb08502a8fb1083cc49fd2976880b7bef3f14a72a
(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
source/auth/auth_domain.c
source/libsmb/namequery_dc.c
source/libsmb/trusts_util.c
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_cm.c
source/nsswitch/winbindd_misc.c
source/nsswitch/winbindd_pam.c
source/nsswitch/winbindd_rpc.c
source/nsswitch/winbindd_util.c