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)
commita1553fa8054dc7d33f5d77f8f95d3ffd90392b2a
treef7d2eb1b5230ff02e87f9cddb397abb89b949002
parent76be35cb990de830c2451d9e48cb2c40a4befdb7
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
source/nbt_server/config.mk
source/nbt_server/defense.c
source/nbt_server/interfaces.c
source/nbt_server/nbt_server.c
source/nbt_server/nbt_server.h
source/nbt_server/nodestatus.c
source/nbt_server/packet.c
source/nbt_server/query.c
source/nbt_server/register.c
source/nbt_server/winsclient.c [new file with mode: 0644]
source/nbt_server/winsserver.c