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)
commit94c37e06522bfc1753cc8f3c6c7bd4329587007e
tree5d77a647f7da7f27058291738e79cf7cb7179b4a
parent7967f89caa17ea93cb7e9d8695f1904ccb9a2864
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.
source/passdb/pdb_tdb.c