1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/dbwrap
Michael Adam 4eb57bd6e7 dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0".
Ther are still some databases which are opened (locally) with
lock oder 0, which means don't do lock oder checking,
thereby circumventing this deadlock-prevention mechanism.

Add a symbolic constant for this "0" to make this circumvention
more explicit.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2014-02-07 16:06:07 +01:00
..
dbwrap_cache.c dbwrap_cache: Check negative first 2013-12-14 10:10:25 +01:00
dbwrap_cache.h move the dbwrap library to the top level 2012-05-14 04:04:55 +02:00
dbwrap_file.c lib/dbwrap: talloc_strdup() name in db_open_file() 2013-02-04 17:14:22 +01:00
dbwrap_file.h s3:dbwrap: remove unused args from db_open_file() 2012-09-21 16:26:38 +02:00
dbwrap_local_open.c dbwrap: add dbwrap_flags argument to dbwrap_local_open() 2014-02-07 16:06:07 +01:00
dbwrap_ntdb.c dbwrap: add a dbwrap_flags argument to db_open_ntdb() 2014-02-07 16:06:07 +01:00
dbwrap_ntdb.h dbwrap: add a dbwrap_flags argument to db_open_ntdb() 2014-02-07 16:06:07 +01:00
dbwrap_private.h Revert "dbwrap: dbwrap_fetch_locked_timeout()." 2013-06-06 14:26:26 +02:00
dbwrap_rbt.c dbwrap: Use talloc_zero in db_open_rbt 2012-11-29 18:27:37 +01:00
dbwrap_rbt.h move the dbwrap library to the top level 2012-05-14 04:04:55 +02:00
dbwrap_tdb.c dbwrap: add a dbwrap_flags argument to db_open_tdb() 2014-02-07 16:06:07 +01:00
dbwrap_tdb.h dbwrap: add a dbwrap_flags argument to db_open_tdb() 2014-02-07 16:06:07 +01:00
dbwrap_util.c dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystring 2012-11-29 17:24:35 +01:00
dbwrap.c dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0". 2014-02-07 16:06:07 +01:00
dbwrap.h dbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order "0". 2014-02-07 16:06:07 +01:00
wscript_build dbwrap: dbwrap_ntdb.c 2013-02-20 05:31:19 +01:00