r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.
authorVolker Lendecke <vlendec@samba.org>
Fri, 18 Aug 2006 16:25:09 +0000 (16:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:42 +0000 (11:38 -0500)
commit986461b6be03eefd3bd9d9c5f5921e14189813b2
treef0a6fba525638e901ac09024728d44253b48de43
parent41a4496b20e510dc47fe2b816196cef6fe937cea
r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.

Let's see what it breaks. For me it works :-)

Volker
(This used to be commit 337be14b432e5dfd80c7418b2db4fe0087259b77)
35 files changed:
source3/Makefile.in
source3/include/includes.h
source3/tdb/Makefile [deleted file]
source3/tdb/Makefile.in [new file with mode: 0644]
source3/tdb/aclocal.m4 [new file with mode: 0644]
source3/tdb/autogen.sh [new file with mode: 0755]
source3/tdb/common/dump.c [moved from source3/tdb/dump.c with 100% similarity]
source3/tdb/common/error.c [moved from source3/tdb/error.c with 100% similarity]
source3/tdb/common/freelist.c [moved from source3/tdb/freelist.c with 100% similarity]
source3/tdb/common/io.c [moved from source3/tdb/io.c with 100% similarity]
source3/tdb/common/lock.c [moved from source3/tdb/lock.c with 100% similarity]
source3/tdb/common/open.c [moved from source3/tdb/open.c with 100% similarity]
source3/tdb/common/tdb.c [moved from source3/tdb/tdb.c with 100% similarity]
source3/tdb/common/tdb_private.h [moved from source3/tdb/tdb_private.h with 100% similarity]
source3/tdb/common/tdbback.c [moved from source3/tdb/tdbback.c with 100% similarity]
source3/tdb/common/tdbutil.c [moved from source3/tdb/tdbutil.c with 100% similarity]
source3/tdb/common/transaction.c [moved from source3/tdb/transaction.c with 100% similarity]
source3/tdb/common/traverse.c [moved from source3/tdb/traverse.c with 100% similarity]
source3/tdb/config.m4 [new file with mode: 0644]
source3/tdb/config.mk [new file with mode: 0644]
source3/tdb/configure.in [new file with mode: 0644]
source3/tdb/docs/README [moved from source3/tdb/README with 66% similarity]
source3/tdb/docs/tdb.magic [moved from source3/tdb/tdb.magic with 100% similarity]
source3/tdb/include/tdb.h [moved from source3/tdb/tdb.h with 100% similarity]
source3/tdb/include/tdbback.h [moved from source3/tdb/tdbback.h with 100% similarity]
source3/tdb/include/tdbconfig.h.in [new file with mode: 0644]
source3/tdb/include/tdbutil.h [moved from source3/tdb/tdbutil.h with 100% similarity]
source3/tdb/swig/Tdb.py [new file with mode: 0644]
source3/tdb/swig/tdb.i [new file with mode: 0644]
source3/tdb/tdb.pc.in [new file with mode: 0644]
source3/tdb/tools/tdbbackup.c [moved from source3/tdb/tdbbackup.c with 100% similarity]
source3/tdb/tools/tdbdump.c [moved from source3/tdb/tdbdump.c with 100% similarity]
source3/tdb/tools/tdbtest.c [moved from source3/tdb/tdbtest.c with 100% similarity]
source3/tdb/tools/tdbtool.c [moved from source3/tdb/tdbtool.c with 100% similarity]
source3/tdb/tools/tdbtorture.c [moved from source3/tdb/tdbtorture.c with 100% similarity]