first cut at using the tdb code for the connections structure, the
authorAndrew Tridgell <tridge@samba.org>
Tue, 21 Dec 1999 04:54:30 +0000 (04:54 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 21 Dec 1999 04:54:30 +0000 (04:54 +0000)
commit4951755413c11d4c5b9af4699a6e622056d52433
tree23ea1c61c45663b69a3fba77f4e6b967d5d18435
parent7067aeecabaea8a35f7a27de4b44f1e11afd07b7
first cut at using the tdb code for the connections structure, the
SWAT status page and smbstatus. It made the code _much_ simpler, I
wish we'd done a database module a long time ago!
source/include/proto.h
source/include/smb.h
source/script/mkproto.awk
source/smbd/connection.c
source/smbd/reply.c
source/smbd/service.c
source/tdb/README
source/tdb/tdb.c
source/tdb/tdb.h
source/utils/status.c
source/web/statuspage.c