r8625: move the ldb_wrap logic into the ldb code. This logic is meant to
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Jul 2005 00:59:38 +0000 (00:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:45 +0000 (13:29 -0500)
commit338c3f8523d5db2cba1b79f94ff0cecabcd9e9cd
tree9cbd8fa10fbb46b70fe1a2783bc30689f3d652ba
parentf650ea10120d41ceff8ea04975fea7637cb45a0a
r8625: move the ldb_wrap logic into the ldb code. This logic is meant to
avoid the horrors of posix locking, but it was preventing us having an
ldb open twice with different options. Now each ldb open of the same
file shares the same underlying tdb, but uses a different ldb
structure
(This used to be commit 4e090c66dfa1d2764e4693578d3845be3b8893f6)
source4/cldap_server/netlogon.c
source4/lib/db_wrap.c
source4/lib/ldb/Makefile.in
source4/lib/ldb/config.mk
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/ldb_tdb/ldb_tdb.h
source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c [new file with mode: 0644]