r12107: Move to a tdb-based wins database. At the moment we still
authorJeremy Allison <jra@samba.org>
Tue, 6 Dec 2005 23:06:38 +0000 (23:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:45 +0000 (11:05 -0500)
commita342681792724c1ae8561ba8d352c4ee6e2a5332
treedb15ef035492900ca8723aa41894cf5d6ded3810
parent1fa8039397175331d9f5e8b5e3897e9bba14484a
r12107: Move to a tdb-based wins database. At the moment we still
use it as though it were an in-memory db and dump out to
a flat file every 2 mins, but that can now change.
Jeremy.
15 files changed:
source/Makefile.in
source/include/includes.h
source/include/nameserv.h
source/include/smb.h
source/libsmb/nmblib.c
source/nmbd/asyncdns.c
source/nmbd/nmbd.c
source/nmbd/nmbd_browserdb.c
source/nmbd/nmbd_browsesync.c
source/nmbd/nmbd_incomingrequests.c
source/nmbd/nmbd_mynames.c
source/nmbd/nmbd_namelistdb.c
source/nmbd/nmbd_subnetdb.c
source/nmbd/nmbd_winsproxy.c
source/nmbd/nmbd_winsserver.c