1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source3/lib/dbwrap
Michael Adam 54649993b2 s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ record in traverse
It did not compare the last charcter (usually '\0')
2011-10-12 22:45:52 +02:00
..
dbwrap_ctdb.c s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ record in traverse 2011-10-12 22:45:52 +02:00
dbwrap_ctdb.h s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.h 2011-10-11 14:17:54 +02:00
dbwrap_file.c s3:dbwrap: move the db_open_file() prototype to a new header dbwrap_file.h 2011-10-11 14:17:55 +02:00
dbwrap_file.h s3:dbwrap: move the db_open_file() prototype to a new header dbwrap_file.h 2011-10-11 14:17:55 +02:00
dbwrap_open.c s3:dbwrap: add function dbwrap_wipe() 2011-10-11 14:17:55 +02:00
dbwrap_open.h s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.c 2011-07-29 12:23:13 +02:00
dbwrap_private.h s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_private.h 2011-10-11 14:17:58 +02:00
dbwrap_rbt.c s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_private.h 2011-10-11 14:17:58 +02:00
dbwrap_rbt.h s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h 2011-10-11 14:17:55 +02:00
dbwrap_tdb.c s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_private.h 2011-10-11 14:17:58 +02:00
dbwrap_tdb.h s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.h 2011-10-11 14:17:55 +02:00
dbwrap_util.c s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type 2011-10-11 15:51:00 +02:00
dbwrap.c s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_bystring_upper() to NTSTATUS 2011-10-11 14:17:56 +02:00
dbwrap.h s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type 2011-10-11 15:51:00 +02:00