rewrote nmbd's wins backend to use a tdb instead of a flat text file.
authorJean-François Micouleau <jfm@samba.org>
Fri, 25 Jan 2002 22:50:15 +0000 (22:50 +0000)
committerJean-François Micouleau <jfm@samba.org>
Fri, 25 Jan 2002 22:50:15 +0000 (22:50 +0000)
commit558e4cf0b87f393c2b0a52192c5051c258f281e0
treed52802d7534e4458b9ce4fdd2ace3e42071121c0
parent38ac78c3df67d8f187f83abb8fd1bcaeafe4e316
rewrote nmbd's wins backend to use a tdb instead of a flat text file.
Changed the way the wins record are handled in memory. Now they are living
much longer with the different states: active, released and tombstone.
Also added a version ID, some wins flags and the wins owner ip address to
the namrec->data struct, and a function to process messages sent by the
wins replication daemon.

the initiate_wins_processing() function is not correct, I'll fix it later.

        J.F.
(This used to be commit b902e087d06c32797af19021a7f56895d86d7364)
source3/include/nameserv.h
source3/nmbd/nmbd.c
source3/nmbd/nmbd_namelistdb.c
source3/nmbd/nmbd_winsserver.c