JHT ===> Moved MAJOR_VERSION and MINOR_VERSION defines to smb.h
authorSamba Release Account <samba-bugs@samba.org>
Sat, 15 Mar 1997 14:47:00 +0000 (14:47 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sat, 15 Mar 1997 14:47:00 +0000 (14:47 +0000)
commit86b0018cc7e246910a9a621b2bf379f782506a08
tree25024d3d9ec3d9b6ff10e5852258923cb928a8a1
parent0c1db06e77e8129fb02d21cf389b6fbe6d17c564
JHT ===> Moved MAJOR_VERSION and MINOR_VERSION defines to smb.h
Made version info consistent in ipc.c and nameannounce.c
Added define for BROWSER_ELECTION_VALUE and BROWSER_CONSTANT
(see do_announce_host() in nameannounce.c).

Sniffing with the latest bloodhound I found that the byte range
occupied by the BROWSER_ELECTION_VALUE is interpreted depending
on the type of announcement being made.

In a Local_Master_Announcement it is BROWSER_ELECTION_VALUE
but in both Workgroup_Announcement and Host_Announcement
this is seen as Comment_String_Pointer. What does this mean?
We need to know?
source/include/smb.h
source/nameannounce.c
source/smbd/ipc.c