summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/common
Commit message (Expand)AuthorAgeFilesLines
* r19960: Add code to check for loops in the free list.Jeremy Allison2007-10-102-1/+109
* r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell2007-10-101-549/+0
* r19425: two more tdb functions from samba3Andrew Tridgell2007-10-101-0/+11
* r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0Andrew Tridgell2007-10-104-12/+22
* r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()Andrew Tridgell2007-10-106-68/+139
* r18400: move MAP_FAILED define to lib/replace/system/shmem.hAndrew Tridgell2007-10-101-4/+0
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-102-2/+2
* r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell2007-10-101-22/+0
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-31/+4
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17532: merge from SAMBA_3_0 Revision: 17460Stefan Metzmacher2007-10-101-0/+1
* r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not HAVE_PREAD_DEC...Simo Sorce2007-10-101-7/+0
* r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett2007-10-103-13/+16
* r16776: fix typoStefan Metzmacher2007-10-101-1/+1
* r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett2007-10-108-108/+116
* r16043: Fix error messageSimo Sorce2007-10-101-3/+3
* r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a...Volker Lendecke2007-10-101-7/+7
* r15100: Port the bugfix for #3569 to Samba4Volker Lendecke2007-10-101-1/+17
* r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell2007-10-101-1/+1
* r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell2007-10-101-1/+2
* r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell2007-10-103-1/+63
* r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison2007-10-101-2/+6
* r13773: Be consistent in the way you get out and free allocated dataSimo Sorce2007-10-101-2/+2
* r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell2007-10-101-1/+36
* 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