dbwrap_rbt
authorVolker Lendecke <vl@sernet.de>
Fri, 9 Nov 2007 22:43:24 +0000 (23:43 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Dec 2007 15:06:32 +0000 (16:06 +0100)
commitd5ab80054d3c1dde396c18ae506bb3713e84e7e6
treec6953bf605e9aca1ebfbc10ab1160019ae1665f4
parent8a8b146ead07149de57069ed803051ce460fa94b
dbwrap_rbt

This is meant as a replacement for the internal tdb. To me it seems a bit silly
that for in-memory structures we do our own memory management. With this rbt
based approach we can make use of the system-supplied malloc.
(This used to be commit 54e5d4404619443caed32e2acff8921cdbff9ed1)
source3/Makefile.in
source3/lib/dbwrap_rbt.c [new file with mode: 0644]
source3/torture/torture.c