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)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 May 2011 05:51:24 +0000 (07:51 +0200)
commit14750139639b3531e57a3ca3f9e481d6e458dc06
tree3aa3e6b64b0131b5c37700546411f0e0f18a01b8
parentf455772b99dec88ae0eafc3206d42d88de89461d
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
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