summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17532: merge from SAMBA_3_0 Revision: 17460Stefan Metzmacher1-0/+1
2007-10-10r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not HAVE_PREAD_DEC...Simo Sorce1-7/+0
2007-10-10r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett3-13/+16
2007-10-10r16776: fix typoStefan Metzmacher1-1/+1
2007-10-10r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett8-108/+116
2007-10-10r16043: Fix error messageSimo Sorce1-3/+3
2007-10-10r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a...Volker Lendecke1-7/+7
2007-10-10r15100: Port the bugfix for #3569 to Samba4Volker Lendecke1-1/+17
2007-10-10r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell1-1/+1
2007-10-10r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell1-1/+2
2007-10-10r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell3-1/+63
2007-10-10r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison1-2/+6
2007-10-10r13773: Be consistent in the way you get out and free allocated dataSimo Sorce1-2/+2
2007-10-10r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell1-1/+36
2007-10-10r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell1-0/+9
2007-10-10r10524: SAFE_FREE() in tdb does not need the discard_const_p()Andrew Tridgell1-10/+1
2007-10-10r10522: finally got the locking working on solaris10. This adds a read lock onAndrew Tridgell1-0/+12
2007-10-10r10496: - added configure test for sys/time.hAndrew Tridgell1-2/+2
2007-10-10r10495: older redhat boxes need sys/time.h for select()Andrew Tridgell1-0/+3
2007-10-10r10494: - don't generate a tdb log message for any type of failed lock probeAndrew Tridgell1-5/+2
2007-10-10r10493: we need sys/select.h to enable select() in the solaris workaroundAndrew Tridgell1-0/+3
2007-10-10r10492: work around a bug in solaris which cases lock upgrades to fail withAndrew Tridgell3-1/+28
2007-10-10r10484: try to fix the pread/pwrite declaration problemsAndrew Tridgell1-7/+1
2007-10-10r10483: fixed some uninitialised variables warningsAndrew Tridgell2-1/+3
2007-10-10r10471: stratos doesn't have getpagesize(), so guess 8k on systems that don'tAndrew Tridgell1-0/+4
2007-10-10r10469: use the older style of structure initialisation for tdb to make itAndrew Tridgell2-12/+12
2007-10-10r10468: - terminate tdbtorture quickly when an error is detectedAndrew Tridgell2-0/+8
2007-10-10r10467: aix doesn't like zero length malloc :(Andrew Tridgell1-0/+5
2007-10-10r10466: work around missing pread/pwrite declaration on openbsdAndrew Tridgell1-0/+8
2007-10-10r10465: separate out a read_only db from a read-only traversal to ensure weAndrew Tridgell6-12/+13
2007-10-10r10461: fixed tdb build on systems without stdint.hAndrew Tridgell1-2/+2
2007-10-10r10460: fixed portability of transaction code to systems with integerAndrew Tridgell1-6/+7
2007-10-10r10459: fixed some portability problemsAndrew Tridgell1-0/+2
2007-10-10r10424: for caller convenience, automatically turn a tdb_traverse() into aAndrew Tridgell1-0/+4
2007-10-10r10421: following on discussions with simo, I have worked out a way ofAndrew Tridgell7-29/+100
2007-10-10r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell10-66/+1138
2007-10-10r10258: Fix an unused/duplicate local variable.Tim Potter1-2/+0
2007-10-10r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell11-2395/+2128
2007-10-10r9774: r11605@blu: tridge | 2005-08-30 12:02:19 +1000Andrew Tridgell1-0/+3
2007-10-10r9773: r11599@blu: tridge | 2005-08-30 11:55:57 +1000Andrew Tridgell1-5/+13
2007-10-10r9769: r11592@blu: tridge | 2005-08-30 10:40:19 +1000Andrew Tridgell1-0/+37
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