1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/tdb/common
Rusty Russell 82e5644c9d tdb: fix tdb_check() on read-only TDBs to actually work.
Commit bc1c82ea13 "Fix tdb_check() to work with read-only tdb databases."
claimed to do this, but tdb_lockall_read() fails on read-only databases.

Also make sure we can still do tdb_check() inside a transaction (weird,
but we previously allowed it so don't break the API).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2010-09-13 19:58:23 +09:30
..
check.c tdb: fix tdb_check() on read-only TDBs to actually work. 2010-09-13 19:58:23 +09:30
dump.c Fix some nonempty blank lines 2010-03-25 10:24:45 +01:00
error.c Fix some nonempty blank lines 2010-03-25 10:24:45 +01:00
freelist.c Fix some nonempty blank lines 2010-03-25 10:24:45 +01:00
freelistcheck.c tdb: rename 'struct list_struct' into 'struct tdb_record' 2009-10-23 18:27:20 +02:00
io.c Fix some nonempty blank lines 2010-03-25 10:24:45 +01:00
lock.c tdb: workaround starvation problem in locking entire database. 2010-08-14 02:31:22 +09:30
open.c tdb: remove unused variable in tdb_new_database(). 2010-05-11 13:41:17 +02:00
tdb_private.h tdb: fix short write logic in tdb_new_database 2010-05-05 15:37:18 +09:30
tdb.c tdb: fix short write logic in tdb_new_database 2010-05-05 15:37:18 +09:30
transaction.c tdb: fix the build on mac os x 10.6.4. 2010-07-01 23:14:57 +02:00
traverse.c tdb: Add a non-blocking version of tdb_transaction_start 2010-03-26 14:27:47 -04:00