r19959: Allow tdb to be built standalone in Samba3.
commitcc13e21dbeb9548ea90f86445fe9a371b5c05e0c
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)
tree9ee289f82efa8005426f07464e9537df5df391ed
parent2941b044b3fed09cd94d6b2e9057d3e58c12703b
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.
(This used to be commit f8e7386773cbbb31e2f42ffcbae9b979c1197635)
source3/tdb/Makefile.in
source3/tdb/autogen.sh
source3/tdb/common/freelist.c
source3/tdb/common/freelistcheck.c [new file with mode: 0644]
source3/tdb/config.m4
source3/tdb/include/tdb.h
source3/tdb/tools/tdbtest.c