1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/lib/dbwrap
Rusty Russell 53aac0bc93 dbwrap_local_open: never open the .tdb if there is an .ntdb
This provides an extra safety check that everyone is using one or the
other: you can't create a tdb file if there's an ntdb file.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2013-02-20 05:31:19 +01:00
..
dbwrap_cache.c dbwrap: Use talloc_zero in db_open_cache 2012-11-29 18:27:36 +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_local_open: never open the .tdb if there is an .ntdb 2013-02-20 05:31:19 +01:00
dbwrap_ntdb.c dbwrap: dbwrap_ntdb.c 2013-02-20 05:31:19 +01:00
dbwrap_ntdb.h dbwrap: dbwrap_ntdb.c 2013-02-20 05:31:19 +01:00
dbwrap_private.h dbwrap: dbwrap_hash_size(). 2012-06-22 07:35:17 +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: Remove an unnecessary if-statement 2012-11-29 18:27:38 +01:00
dbwrap_tdb.h move the dbwrap library to the top level 2012-05-14 04:04:55 +02: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: Prevent transactions on non-persistent dbs 2013-02-08 12:58:57 +01:00
dbwrap.h dbwrap: add dbwrap_is_persistent() 2013-01-15 14:49:20 +01:00
wscript_build dbwrap: dbwrap_ntdb.c 2013-02-20 05:31:19 +01:00