1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/lib/tdb2
Rusty Russell c16184f83b tdb2: merge tdb1_context into tdb_context.
Finally, we split out the tdb2-specific parts of tdb_context, and put
them into a "tdb2" sub-struct; the tdb1 parts go into a "tdb1"
sub-struct.  We get rido of tdb1_context and use tdb_context
everywhere.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit bbeb528e74c0e234e1f724ac8d54be404cfc6f9a)
2011-09-14 07:43:13 +09:30
..
doc tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) 2011-06-20 11:18:35 +02:00
test tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
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: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
free.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
hash.c tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) 2011-06-20 11:18:35 +02:00
io.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
LICENSE tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) 2011-06-20 11:18:35 +02:00
lock.c tdb2: make tdb1 use same low-level lock functions. 2011-09-14 07:38:13 +09:30
open.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
private.h tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
private.h.orig tdb2: Fix to always use 64-bit offset definition 2011-09-14 07:06:13 +09:30
pytdb.c tdb_compat: adapt to tdb2 API change. 2011-09-14 07:13:13 +09:30
summary.c tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) 2011-06-20 11:18:35 +02:00
tdb1_check.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_freelist.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43: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: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_lock.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_open.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_private.h tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_summary.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_tdb.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_transaction.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1_traverse.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb1.h tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
tdb2.h tdb2: add TDB_VERSION1 flag. 2011-09-14 07:36:13 +09:30
tdb.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
TODO tdb2: tie it into build process if --enable-tdb2-breaks-compat 2011-06-20 11:18:36 +02:00
transaction.c tdb2: merge tdb1_context into tdb_context. 2011-09-14 07:43:13 +09:30
traverse.c tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) 2011-06-20 11:18:35 +02:00
wscript tdb2: add tdb1 code to build. 2011-09-14 07:29:13 +09:30