1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/ntdb/doc
Rusty Russell 01ec4a72de ntdb: make database read-only during ntdb_parse() callback.
Since we have a readlock, any write will grab a write lock: if it happens
to be on the same bucket, we'll fail.

For that reason, enforce read-only so every write operation fails
(even for NTDB_NOLOCK or NTDB_INTERNAL dbs), and document it!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-06-22 07:35:17 +02:00
..
design.lyx ntdb: update documentation. 2012-06-19 05:38:07 +02:00
design.pdf ntdb: update documentation. 2012-06-19 05:38:07 +02:00
design.txt ntdb: update documentation. 2012-06-19 05:38:07 +02:00
TDB_porting.txt ntdb: make database read-only during ntdb_parse() callback. 2012-06-22 07:35:17 +02:00