Change our Domain controller lookup routines to more carefully seperate
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 04:10:28 +0000 (04:10 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 04:10:28 +0000 (04:10 +0000)
commit32397c8b01f1dec7b05140d210bb32f836a80ca6
tree2eec82ebdf4589ac1650c18290004509ba44ad00
parentd22313998abff680d38b208588824a1981fe2aa7
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