summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/common/tdb.c
Commit message (Expand)AuthorAgeFilesLines
* r8624: removed valgrind comment on tdb that no longer appliesAndrew Tridgell2007-10-101-19/+0
* r7641: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catchJeremy Allison2007-10-101-6/+7
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-101-1/+10
* r6528: - in tdb_fetch() we effectively disallowed zero length records byAndrew Tridgell2007-10-101-7/+4
* r6238: Ensure if realloc fails on an internalJeremy Allison2007-10-101-3/+8
* r5779: Remove signal and timeout gubbage from tdb.Tim Potter2007-10-101-26/+2
* r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison2007-10-101-0/+7
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-1/+1
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-101-1/+1
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+2
* r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2007-10-101-71/+0
* r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-3/+3
* r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell2007-10-101-5/+10
* r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter2007-10-101-1/+1
* r2034: Allow user-selectable hash functions on open only.Jeremy Allison2007-10-101-15/+17
* r1053: Make tdb build standalone:Tim Potter2007-10-101-1/+2
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-2/+2
* r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher2007-10-101-0/+2139