replaced the "wins proxy" to treat NetBIOS names as DNS names with new
authorSamba Release Account <samba-bugs@samba.org>
Sun, 6 Jul 1997 12:06:23 +0000 (12:06 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 6 Jul 1997 12:06:23 +0000 (12:06 +0000)
commitb4863b07f4d659fe37531f04621a80180c014e0a
tree0a53ff3fefced221c7473ff8cb30d182123dad2d
parent21e0589f347116ba1fa3ac5b35e651c4de406a46
replaced the "wins proxy" to treat NetBIOS names as DNS names with new
"dns proxy" option.  the "wins proxy" option should be used for broadcast
only hosts, and isn't properly implemented anyway.

the new "dns proxy" option can be disabled if the (blocking) dns resolution
takes up a significant amount of time.  this _will_ occur if gethostbyname
does external DNS lookups, instead of just (immediately) returning entries
in /etc/hosts.

lkcl
(This used to be commit 350dfc57dd3001ba27519000a2ab9dd541a66ac7)
source3/include/proto.h
source3/nameservreply.c
source3/param/loadparm.c