summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/common
Commit message (Expand)AuthorAgeFilesLines
* r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell2007-10-101-0/+9
* r10524: SAFE_FREE() in tdb does not need the discard_const_p()Andrew Tridgell2007-10-101-10/+1
* r10522: finally got the locking working on solaris10. This adds a read lock onAndrew Tridgell2007-10-101-0/+12
* r10496: - added configure test for sys/time.hAndrew Tridgell2007-10-101-2/+2
* r10495: older redhat boxes need sys/time.h for select()Andrew Tridgell2007-10-101-0/+3
* r10494: - don't generate a tdb log message for any type of failed lock probeAndrew Tridgell2007-10-101-5/+2
* r10493: we need sys/select.h to enable select() in the solaris workaroundAndrew Tridgell2007-10-101-0/+3
* r10492: work around a bug in solaris which cases lock upgrades to fail withAndrew Tridgell2007-10-103-1/+28
* r10484: try to fix the pread/pwrite declaration problemsAndrew Tridgell2007-10-101-7/+1
* r10483: fixed some uninitialised variables warningsAndrew Tridgell2007-10-102-1/+3
* r10471: stratos doesn't have getpagesize(), so guess 8k on systems that don'tAndrew Tridgell2007-10-101-0/+4
* r10469: use the older style of structure initialisation for tdb to make itAndrew Tridgell2007-10-102-12/+12
* r10468: - terminate tdbtorture quickly when an error is detectedAndrew Tridgell2007-10-102-0/+8
* r10467: aix doesn't like zero length malloc :(Andrew Tridgell2007-10-101-0/+5
* r10466: work around missing pread/pwrite declaration on openbsdAndrew Tridgell2007-10-101-0/+8
* r10465: separate out a read_only db from a read-only traversal to ensure weAndrew Tridgell2007-10-106-12/+13
* r10461: fixed tdb build on systems without stdint.hAndrew Tridgell2007-10-101-2/+2
* r10460: fixed portability of transaction code to systems with integerAndrew Tridgell2007-10-101-6/+7
* r10459: fixed some portability problemsAndrew Tridgell2007-10-101-0/+2
* r10424: for caller convenience, automatically turn a tdb_traverse() into aAndrew Tridgell2007-10-101-0/+4
* r10421: following on discussions with simo, I have worked out a way ofAndrew Tridgell2007-10-107-29/+100
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-1010-66/+1138
* r10258: Fix an unused/duplicate local variable.Tim Potter2007-10-101-2/+0
* r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell2007-10-1011-2395/+2128
* r9774: r11605@blu: tridge | 2005-08-30 12:02:19 +1000Andrew Tridgell2007-10-101-0/+3
* r9773: r11599@blu: tridge | 2005-08-30 11:55:57 +1000Andrew Tridgell2007-10-101-5/+13
* r9769: r11592@blu: tridge | 2005-08-30 10:40:19 +1000Andrew Tridgell2007-10-101-0/+37
* 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
* r5780: Remove unused arguments.Tim Potter2007-10-101-6/+6
* r5779: Remove signal and timeout gubbage from tdb.Tim Potter2007-10-102-126/+4
* r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison2007-10-101-0/+7
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-102-0/+3
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-103-2/+3
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-102-4/+4
* r3480: moved some signal defines into include/systemAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-1/+2
* 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
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-101-1/+1
* r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell2007-10-102-33/+22
* 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-102-14/+15
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-102-3/+3