r9773: r11599@blu: tridge | 2005-08-30 11:55:57 +1000
[samba.git] / source / lib / tdb / common / tdb.c
2007-10-10 Andrew Tridgellr9773: r11599@blu: tridge | 2005-08-30 11:55:57 ...
2007-10-10 Andrew Tridgellr9769: r11592@blu: tridge | 2005-08-30 10:40:19 ...
2007-10-10 Andrew Tridgellr8624: removed valgrind comment on tdb that no longer...
2007-10-10 Jeremy Allisonr7641: Fix based on work from "Shlomi Yaakobovich...
2007-10-10 Derrell Lipmanr7276: - moved static tdb function ltdb_dn_fold() into...
2007-10-10 Andrew Tridgellr6528: - in tdb_fetch() we effectively disallowed zero...
2007-10-10 Jeremy Allisonr6238: Ensure if realloc fails on an internal
2007-10-10 Tim Potterr5779: Remove signal and timeout gubbage from tdb.
2007-10-10 Jeremy Allisonr5533: Patch to detect infinite loops when traversing...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Andrew Tridgellr4466: rather than defining "STANDALONE" for building...
2007-10-10 Andrew Tridgellr3454: moved a few more things out if includes.h into...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr2985: got rid of the unused tdb_lockkeys() and tdb_unl...
2007-10-10 Jeremy Allisonr2981: Fix incorrect locks/unlocks in tdb_lockkeys...
2007-10-10 Andrew Tridgellr2238: the tdb_debug() function was totally bogus ...
2007-10-10 Tim Potterr2154: Merge of Jim's format string fixup in r2130...
2007-10-10 Jeremy Allisonr2034: Allow user-selectable hash functions on open...
2007-10-10 Tim Potterr1053: Make tdb build standalone:
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Stefan Metzmacherr848: convert lib/tdb into the same layout as lib/ldb