summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-6/+6
* r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach2007-10-101-2/+0
* 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-103-3/+19
* r15090: Since we wrap the swig wrapper in another layer of Python, there isn'tTim Potter2007-10-102-43/+22
* r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell2007-10-101-1/+1
* r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter2007-10-101-0/+31
* r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter2007-10-103-0/+314
* 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-104-1/+65
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+1
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-101-1/+1
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-3/+2
* r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison2007-10-101-2/+6
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-1/+1
* r13773: Be consistent in the way you get out and free allocated dataSimo Sorce2007-10-101-2/+2
* r13651: Always make sure pkgconfig directory existsJelmer Vernooij2007-10-101-1/+2
* r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell2007-10-101-1/+36
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-3/+2
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2007-10-101-0/+1
* r11567: Ldb API change patch.Simo Sorce2007-10-101-9/+48
* r11304: Add support back in for loading shared modules (not used yet)Jelmer Vernooij2007-10-101-5/+0
* r11303: Support defining and installing public headers for libraries.Jelmer Vernooij2007-10-101-0/+1
* r11300: Treat libraries as a special kind of subsystemJelmer Vernooij2007-10-101-13/+4
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-8/+8
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-15/+0
* r10893: add configure test for utime (needed for the previous utime patch)Andrew Tridgell2007-10-101-1/+1
* r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell2007-10-101-0/+9
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* 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-102-3/+3
* 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-102-1/+4
* 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-103-8/+3
* r10483: fixed some uninitialised variables warningsAndrew Tridgell2007-10-102-1/+3
* r10475: make sure we report failures in tdbtorture (ie. get the exit status r...Andrew Tridgell2007-10-101-1/+1
* r10471: stratos doesn't have getpagesize(), so guess 8k on systems that don'tAndrew Tridgell2007-10-103-2/+6
* r10470: solaris8 has a problem with tdbtorture with 3 processes. To see ifAndrew Tridgell2007-10-101-1/+1
* 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-103-23/+49
* 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-103-0/+23
* r10465: separate out a read_only db from a read-only traversal to ensure weAndrew Tridgell2007-10-106-12/+13
* r10463: consider it an error if tdbtorture produces any log messagesAndrew Tridgell2007-10-101-1/+10
* r10462: cope better with compilers that don't put the object file in the same...Andrew Tridgell2007-10-101-0/+4
* r10461: fixed tdb build on systems without stdint.hAndrew Tridgell2007-10-101-2/+2