r19959: Allow tdb to be built standalone in Samba3.
commitf8e7386773cbbb31e2f42ffcbae9b979c1197635
authorJeremy Allison <jra@samba.org>
Thu, 30 Nov 2006 03:05:55 +0000 (30 03:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:15 +0000 (10 12:16 -0500)
tree4dcbc6f02e3bc97d6359f44e3bf9087513b964c6
parent270e84db6de66b4f20dc0a564f706dae4c00b0b2
r19959: 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.
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