summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
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-10r17114: print some sizes for debuggingStefan Metzmacher1-0/+3
2007-10-10r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s...Stefan Metzmacher1-0/+1
2007-10-10r16938: Fix breakage of TDB on VOS (declaration after statement)Andrew Bartlett1-1/+2
2007-10-10r16917: Fix compile errors found by the testing of tdb on the build farm.Andrew Bartlett1-3/+9
2007-10-10r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett6-18/+31
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 Bartlett11-119/+133
2007-10-10r16043: Fix error messageSimo Sorce1-3/+3
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r15339: Signature for tdb_reopen_all() has changed.Tim Potter1-1/+1
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-0/+1
2007-10-10r15300: Only enable SWIG shared libs if python is availableJelmer Vernooij1-0/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-6/+6
2007-10-10r15143: Pull in GNU extensions right at the start of the configure process. ThisJames Peach1-2/+0
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 Lendecke3-3/+19
2007-10-10r15090: Since we wrap the swig wrapper in another layer of Python, there isn'tTim Potter2-43/+22
2007-10-10r14972: fix an uninitialised warning from ibm checkerAndrew Tridgell1-1/+1
2007-10-10r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter1-0/+31
2007-10-10r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter3-0/+314
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 Tridgell4-1/+65
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell1-0/+1
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-1/+0
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison1-2/+6
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-1/+1
2007-10-10r13773: Be consistent in the way you get out and free allocated dataSimo Sorce1-2/+2
2007-10-10r13651: Always make sure pkgconfig directory existsJelmer Vernooij1-1/+2
2007-10-10r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell1-1/+36
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-3/+2
2007-10-10r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij1-0/+1
2007-10-10r11567: Ldb API change patch.Simo Sorce1-9/+48
2007-10-10r11304: Add support back in for loading shared modules (not used yet)Jelmer Vernooij1-5/+0
2007-10-10r11303: Support defining and installing public headers for libraries.Jelmer Vernooij1-0/+1
2007-10-10r11300: Treat libraries as a special kind of subsystemJelmer Vernooij1-13/+4
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-8/+8
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-15/+0
2007-10-10r10893: add configure test for utime (needed for the previous utime patch)Andrew Tridgell1-1/+1
2007-10-10r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell1-0/+9
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
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 Tridgell2-3/+3
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 Tridgell2-1/+4