Large changes from jra@cygnus.com. Mainly browser updates.
authorSamba Release Account <samba-bugs@samba.org>
Wed, 9 Apr 1997 01:19:25 +0000 (01:19 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Wed, 9 Apr 1997 01:19:25 +0000 (01:19 +0000)
commita82476eee2c521e5eed092bc367da0a7cef23de1
tree36f68ea5347de58b161e6231fa1f0252c246bffc
parentdeedac6523cdc435a1a26ad0c13d7a53042aafb6
Large changes from jra@cygnus.com. Mainly browser updates.

access.c: Fixed crash if yp domain unavailable.
includes.h: Moved ifdefs for minor platform.
interface.c: Changed name of ipgrp to wins_ip to make it clearer.
loadparm.c: Changed default of wins support to 'no'.
nameannounce.c: Many changes to fix cross subnet browsing.
namebrowse.c: Many changes to fix cross subnet browsing.
namedbname.c: Many changes to fix cross subnet browsing.
namedbresp.c: Many changes to fix cross subnet browsing.
namedbsubnet.c: Many changes to fix cross subnet browsing.
namedbwork.c: Many changes to fix cross subnet browsing.
nameelect.c: Many changes to fix cross subnet browsing.
namelogon.c: Many changes to fix cross subnet browsing.
namepacket.c: Many changes to fix cross subnet browsing.
nameresp.c: Many changes to fix cross subnet browsing.
nameserv.c: Many changes to fix cross subnet browsing.
nameserv.h: Many changes to fix cross subnet browsing.
nameservreply.c: Many changes to fix cross subnet browsing.
nameservresp.c: Many changes to fix cross subnet browsing.
namework.c: Many changes to fix cross subnet browsing.
nmbd.c: Change to search wins subnet.
nmbsync.c: Change to check if we are any master before proceeding.
proto.h: Added find_subnet_all() and check_work_servertype().
util.c: Moved 'done' settings on name resolution.
23 files changed:
source/include/includes.h
source/include/nameserv.h
source/include/proto.h
source/lib/access.c
source/lib/interface.c
source/lib/util.c
source/nameannounce.c
source/namebrowse.c
source/namedbname.c
source/namedbresp.c
source/namedbsubnet.c
source/namedbwork.c
source/nameelect.c
source/namelogon.c
source/namepacket.c
source/nameresp.c
source/nameserv.c
source/nameservreply.c
source/nameservresp.c
source/namework.c
source/nmbd/nmbd.c
source/nmbsync.c
source/param/loadparm.c