replaced the "wins proxy" to treat NetBIOS names as DNS names with new
commit350dfc57dd3001ba27519000a2ab9dd541a66ac7
authorSamba Release Account <samba-bugs@samba.org>
Sun, 6 Jul 1997 12:06:23 +0000 (6 12:06 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 6 Jul 1997 12:06:23 +0000 (6 12:06 +0000)
tree87a76371a4b6f1a45fefbab72dbe2364072bd673
parentfcbd59bcefdc649ea9c2ff0418ee2d228c32ff90
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
source/include/proto.h
source/nameservreply.c
source/param/loadparm.c