summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8624: removed valgrind comment on tdb that no longer appliesAndrew Tridgell1-19/+0
2007-10-10r7641: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catchJeremy Allison1-6/+7
2007-10-10r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman1-1/+10
2007-10-10r6528: - in tdb_fetch() we effectively disallowed zero length records byAndrew Tridgell1-7/+4
2007-10-10r6238: Ensure if realloc fails on an internalJeremy Allison1-3/+8
2007-10-10r5780: Remove unused arguments.Tim Potter1-6/+6
2007-10-10r5779: Remove signal and timeout gubbage from tdb.Tim Potter2-126/+4
2007-10-10r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison1-0/+7
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2-0/+3
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell3-2/+3
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2-4/+4
2007-10-10r3480: moved some signal defines into include/systemAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-1/+2
2007-10-10r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+2
2007-10-10r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell1-71/+0
2007-10-10r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison1-3/+3
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-1/+1
2007-10-10r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell2-33/+22
2007-10-10r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter1-1/+1
2007-10-10r2034: Allow user-selectable hash functions on open only.Jeremy Allison1-15/+17
2007-10-10r1053: Make tdb build standalone:Tim Potter2-14/+15
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2-3/+3
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2-15/+15
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-4/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-4/+4
2007-10-10r888: more ..int32 -> ..int32_t stuffStefan Metzmacher1-5/+5
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-35/+35
2007-10-10r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher3-0/+3338