1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/tdb2
Volker Lendecke 1eefd6bafb tdb: Use tdb_parse_record in tdb_update_hash
This avoids a tdb_fetch, thus a malloc/memcpy/free in the tdb_store path
2011-12-25 13:31:58 +01:00
..
doc tdb2: enhance tdb1 porting document. 2011-09-14 08:13:27 +09:30
test tdb2: tlist: remove type arg from tlist_top(), tlist_tail() 2011-12-05 12:13:08 +01:00
tools tdb2: Hand error code to logging function. 2011-09-14 07:12:13 +09:30
_info tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) 2011-06-20 11:18:35 +02:00
check.c tdb2: add a capability list from the header. 2011-12-05 17:04:30 +10:30
free.c tdb2: add error conversion functions. 2011-09-14 08:13:27 +09:30
hash.c tdb2: add error conversion functions. 2011-09-14 08:13:27 +09:30
io.c tdb2: add error conversion functions. 2011-09-14 08:13:27 +09:30
LICENSE tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) 2011-06-20 11:18:35 +02:00
lock.c tdb2: add error conversion functions. 2011-09-14 08:13:27 +09:30
open.c tdb2: add a capability list from the header. 2011-12-05 17:04:30 +10:30
private.h tdb2: add a capability list from the header. 2011-12-05 17:04:30 +10:30
pytdb.c tdb2: Fix python documentation for tdb.Tdb object 2011-12-14 15:57:32 +11:00
summary.c tdb2: display capability information in tdb_summary() 2011-12-05 17:04:30 +10:30
tdb1_check.c tdb2: log allocation failures in tdb1 backend. 2011-09-14 08:13:26 +09:30
tdb1_freelist.c tdb2: add stats to tdb1 backend. 2011-09-14 08:10:13 +09:30
tdb1_hash.c tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2 2011-09-14 07:41:13 +09:30
tdb1_io.c tdb2: log allocation failures in tdb1 backend. 2011-09-14 08:13:26 +09:30
tdb1_lock.c tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend. 2011-09-14 08:13:13 +09:30
tdb1_open.c tdb2: log allocation failures in tdb1 backend. 2011-09-14 08:13:26 +09:30
tdb1_private.h tdb2: catch errors in tdb1_needs_recovery() 2011-09-14 08:07:13 +09:30
tdb1_summary.c tdb2: unify tdb1_chainlock et al. into tdb_chainlock 2011-09-14 07:56:13 +09:30
tdb1_tdb.c tdb: Use tdb_parse_record in tdb_update_hash 2011-12-25 13:31:58 +01:00
tdb1_transaction.c tdb2: add error conversion functions. 2011-09-14 08:13:27 +09:30
tdb1_traverse.c tdb2: make tdb1_null static. 2011-09-14 08:04:13 +09:30
tdb2.h tdb2: add an internal TDB_CANT_CHECK flag. 2011-12-05 17:04:30 +10:30
tdb.c tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_. 2011-11-01 03:19:58 +01:00
TODO tdb2: tie it into build process if --enable-tdb2-breaks-compat 2011-06-20 11:18:36 +02:00
transaction.c tdb2: add error conversion functions. 2011-09-14 08:13:27 +09:30
traverse.c tdb2: add error conversion functions. 2011-09-14 08:13:27 +09:30
wscript tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2 2011-09-21 09:25:11 +02:00