This is a first step toward moving long namelists into a database. I
authorChristopher R. Hertel <crh@samba.org>
Tue, 9 Jun 1998 01:56:18 +0000 (01:56 +0000)
committerChristopher R. Hertel <crh@samba.org>
Tue, 9 Jun 1998 01:56:18 +0000 (01:56 +0000)
commite420a4bd7d368a0e910893400fb7b46ab8694a08
treee653e7613b5c3fa406864a596e51f42a47d3cb78
parent530b54b8a2234a72d7a12606bff38648e56c5c1c
This is a first step toward moving long namelists into a database.  I
split the name_record structure into pieces.  The goal is that the key
(the name) be separate from the data associated with the key.  Databases
such as gdbm store information in [key,content] pairs.

There is no functional change in with this update.  It's just a step in
the direction that Jeremy and I have been discussing.

Chris -)-----
12 files changed:
source/include/nameserv.h
source/nmbd/nmbd_become_lmb.c
source/nmbd/nmbd_incomingrequests.c
source/nmbd/nmbd_lmhosts.c
source/nmbd/nmbd_mynames.c
source/nmbd/nmbd_namelistdb.c
source/nmbd/nmbd_namequery.c
source/nmbd/nmbd_nameregister.c
source/nmbd/nmbd_namerelease.c
source/nmbd/nmbd_packets.c
source/nmbd/nmbd_winsproxy.c
source/nmbd/nmbd_winsserver.c