lib/util Move source3 tdb_wrap_open() into the common code.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 4 May 2011 00:28:15 +0000 (10:28 +1000)
committerKarolin Seeger <kseeger@samba.org>
Tue, 17 May 2011 07:19:37 +0000 (09:19 +0200)
commit7afa1f42c6a2c7e09fba8e51e3cacb56674c95cc
tree39c725ab97125f7b890b3e887a69e1783597dfb5
parent37bb87462868342fcb818d007f44aa81a9df1718
lib/util Move source3 tdb_wrap_open() into the common code.

This #if _SAMBA_BUILD == 3 is very unfortunate, as it means that in
the top level build, these options are not available for these
databases.  However, having two different tdb_wrap lists is a worse
fate, so this will do for now.

Andrew Bartlett
(cherry picked from commit 14750139639b3531e57a3ca3f9e481d6e458dc06)
(cherry picked from commit a7f39847ebf29b821aab2570a2f2bd841a28e836)
26 files changed:
lib/util/tdb_wrap.c [new file with mode: 0644]
lib/util/tdb_wrap.h [moved from source4/lib/tdb_wrap.h with 96% similarity]
lib/util/util_tdb.h
lib/util/wscript_build
libcli/auth/schannel_state_tdb.c
source3/Makefile.in
source3/include/util_tdb.h
source3/lib/dbwrap_tdb.c
source3/lib/messages_local.c
source3/lib/server_mutex.c
source3/lib/serverid.c
source3/lib/util_tdb.c
source3/smbd/notify_internal.c
source3/wscript_build
source4/cluster/local.c
source4/lib/messaging/messaging.c
source4/lib/tdb_wrap.c [deleted file]
source4/lib/wscript_build
source4/ntvfs/common/brlock_tdb.c
source4/ntvfs/common/notify.c
source4/ntvfs/common/opendb_tdb.c
source4/ntvfs/posix/python/pyxattr_tdb.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/xattr_tdb.c
source4/param/secrets.c
source4/torture/local/dbspeed.c