summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-22/+0
2007-10-10r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher1-12/+1
2007-10-10r18149: fix make *cleanStefan Metzmacher1-4/+5
2007-10-10r18148: - use PHONY for testStefan Metzmacher1-4/+14
2007-10-10r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell1-1/+6
2007-10-10r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell1-0/+1
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell8-124/+17
2007-10-10r18108: move tdb to use the same build methodsAndrew Tridgell3-4/+16
2007-10-10r18098: use m4_include() instead of sinclude()Stefan Metzmacher1-1/+1
2007-10-10r18090: sometimes autoconf picks up some old stuff:Stefan Metzmacher1-0/+5
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij2-10/+13
2007-10-10r17960: try to use gmake if present on IRIXStefan Metzmacher1-0/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17781: fix compiler warningStefan Metzmacher1-3/+1
2007-10-10r17737: fixed a 'declaration in code' errorAndrew Tridgell1-1/+2
2007-10-10r17686: tdb.pc is in the build directoryAndrew Tridgell1-1/+1
2007-10-10r17684: and we need -Iinclude for tdbAndrew Tridgell1-1/+1
2007-10-10r17680: make standalone tdb support building and testing in a differentAndrew Tridgell2-5/+16
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