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)
commit96bc4042779570e6239b2626888ea0ca9be17391
treea09e276a5dda748eda4af3e97d46149da6d92c6e
parentae260b9688676afc712fec0890b3cd79dfb53331
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 -)-----
(This used to be commit e420a4bd7d368a0e910893400fb7b46ab8694a08)
12 files changed:
source3/include/nameserv.h
source3/nmbd/nmbd_become_lmb.c
source3/nmbd/nmbd_incomingrequests.c
source3/nmbd/nmbd_lmhosts.c
source3/nmbd/nmbd_mynames.c
source3/nmbd/nmbd_namelistdb.c
source3/nmbd/nmbd_namequery.c
source3/nmbd/nmbd_nameregister.c
source3/nmbd/nmbd_namerelease.c
source3/nmbd/nmbd_packets.c
source3/nmbd/nmbd_winsproxy.c
source3/nmbd/nmbd_winsserver.c