r13512: Rewrite tdbsam code to use a reference count based open/close
authorGerald Carter <jerry@samba.org>
Wed, 15 Feb 2006 18:26:06 +0000 (18:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:08 +0000 (11:10 -0500)
commitab4fa1958fe17f4105bb20f8acd84241fdb65581
treeb49408ff39481cc4c0b5990c4465a9852482eb18
parent87d23f263fdc370afcb2a1a45889514a57e2cedd
r13512: Rewrite tdbsam code to use a reference count based open/close
on the tdb file.  This allow recusive calls to succeed
without complaining about failed opens since a tdb can
only be opened once per process.  We probably still need to backport
the transaction support from Samba 4 here though.
(This used to be commit 94c37e06522bfc1753cc8f3c6c7bd4329587007e)
source3/passdb/pdb_tdb.c