Age | Commit message (Expand) | Author | Files | Lines |
2008-02-08 | merge tdb changes from ctdb | Andrew Tridgell | 1 | -33/+47 |
2008-02-07 | merge growing tdb for tdb_wipe_all() fix from ctdb | Andrew Tridgell | 1 | -0/+43 |
2008-01-18 | merged changes from v3-2-test | Andrew Tridgell | 1 | -42/+0 |
2008-01-15 | merged tdb from ctdb bzr tree | Andrew Tridgell | 1 | -4/+115 |
2007-10-10 | r24336: Use standard data type uint32_t rather than tdb-specific u32. | Jelmer Vernooij | 1 | -15/+16 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r22832: merged the latest tdb changes from ctdb to Samba4 | Andrew Tridgell | 1 | -6/+27 |
2007-10-10 | r22041: merge trivial changes from samba3 | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r21722: Add the dead record functionality presented on samba-technical@samba.... | Volker Lendecke | 1 | -6/+175 |
2007-10-10 | r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0 | Volker Lendecke | 1 | -13/+51 |
2007-10-10 | r21412: The last patch also incremented the seqnum when tdb_store failed. Not... | Volker Lendecke | 1 | -8/+10 |
2007-10-10 | r21410: We have to increment the sequence number also when tdb_update_hash() | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19425: two more tdb functions from samba3 | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0 | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r16916: Implement metze's proposed changes to the tdb logging API. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16774: This patch modifies the tdb API to allow the logging function to be used | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allows | Andrew Tridgell | 1 | -0/+54 |
2007-10-10 | r10465: separate out a read_only db from a read-only traversal to ensure we | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r10421: following on discussions with simo, I have worked out a way of | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r10405: added transactions into tdb, and hook them into ldb. See my | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r10253: a fairly large tdb cleanup and re-organise. Nearly all of this change | Andrew Tridgell | 1 | -1806/+69 |
2007-10-10 | r9774: r11605@blu: tridge | 2005-08-30 12:02:19 +1000 | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r9773: r11599@blu: tridge | 2005-08-30 11:55:57 +1000 | Andrew Tridgell | 1 | -5/+13 |
2007-10-10 | r9769: r11592@blu: tridge | 2005-08-30 10:40:19 +1000 | Andrew Tridgell | 1 | -0/+37 |
2007-10-10 | r8624: removed valgrind comment on tdb that no longer applies | Andrew Tridgell | 1 | -19/+0 |
2007-10-10 | r7641: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catch | Jeremy Allison | 1 | -6/+7 |
2007-10-10 | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 1 | -1/+10 |
2007-10-10 | r6528: - in tdb_fetch() we effectively disallowed zero length records by | Andrew Tridgell | 1 | -7/+4 |
2007-10-10 | r6238: Ensure if realloc fails on an internal | Jeremy Allison | 1 | -3/+8 |
2007-10-10 | r5779: Remove signal and timeout gubbage from tdb. | Tim Potter | 1 | -26/+2 |
2007-10-10 | r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak... | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3454: moved a few more things out if includes.h into the include/system/ inc... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functions | Andrew Tridgell | 1 | -71/+0 |
2007-10-10 | r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys(). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2238: the tdb_debug() function was totally bogus - remove it (you can't | Andrew Tridgell | 1 | -5/+10 |
2007-10-10 | r2154: Merge of Jim's format string fixup in r2130:2131 | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2034: Allow user-selectable hash functions on open only. | Jeremy Allison | 1 | -15/+17 |
2007-10-10 | r1053: Make tdb build standalone: | Tim Potter | 1 | -1/+2 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r848: convert lib/tdb into the same layout as lib/ldb | Stefan Metzmacher | 1 | -0/+2139 |