r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, to
authorAndrew Tridgell <tridge@samba.org>
Sun, 6 Feb 2005 08:25:53 +0000 (08:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:34 +0000 (13:09 -0500)
commita75e9a3ee91b83af9c0fa25e407bf63cd67cd343
tree21fde192c87ce7cab8ade46b57134cf43a037181
parente0caea68f5ac9f9fee1006b472bb49c2f81b21ac
r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, to
  be consistent with the function names

- added WINS client support to the NBT server. It will do initial WINS
  registration, and WINS refresh, automatically failing over to
  secondary WINS servers and handling multi-homed servers where we need
  to register multiple IPs.

- added support for multi-homed name query replies, which are
  essential for multi-homed registration as the WINS server will query
  us to ensure we have the names when doing the secondary IPs in
  multi-homed registration
(This used to be commit a1553fa8054dc7d33f5d77f8f95d3ffd90392b2a)
source4/nbt_server/config.mk
source4/nbt_server/defense.c
source4/nbt_server/interfaces.c
source4/nbt_server/nbt_server.c
source4/nbt_server/nbt_server.h
source4/nbt_server/nodestatus.c
source4/nbt_server/packet.c
source4/nbt_server/query.c
source4/nbt_server/register.c
source4/nbt_server/winsclient.c [new file with mode: 0644]
source4/nbt_server/winsserver.c