Allow tdb to be built standalone in Samba3.
authorjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 30 Nov 2006 03:05:55 +0000 (03:05 +0000)
committerjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 30 Nov 2006 03:05:55 +0000 (03:05 +0000)
commit185af20d03264ee364b676331b47bd23abf960bf
tree0bd597d61e9824196a1600d32c43d8daa9b75063
parentdec7007e9bfc07e27e5c0be452825523328b7245
Allow tdb to be built standalone in Samba3.
Add code to check for loops in the free list.
Should help us validate tdb's against corruption.
Jeremy.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@19959 0c0555d6-39d7-0310-84fc-f1cc0bd64818
source/tdb/Makefile.in
source/tdb/autogen.sh
source/tdb/common/freelist.c
source/tdb/common/freelistcheck.c [new file with mode: 0644]
source/tdb/config.m4
source/tdb/include/tdb.h
source/tdb/tools/tdbtest.c