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)
commita7f8c26d24b78dc6a0f829cf7b53112e5ddbdeda
tree7452bffcb646e5c1fb4c02d43b61645733c5c97e
parent72de1cd0f7701cb0b66c4eebc0c103a6b62c1cd7
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 32397c8b01f1dec7b05140d210bb32f836a80ca6)
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