summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
...
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2007-10-102-2/+2
* 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
* r18285: tdb now needs install-shAndrew Tridgell2007-10-101-0/+238
* r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell2007-10-101-6/+0
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-2/+0
* r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell2007-10-101-22/+0
* r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher2007-10-101-12/+1
* r18149: fix make *cleanStefan Metzmacher2007-10-101-4/+5
* r18148: - use PHONY for testStefan Metzmacher2007-10-101-4/+14
* r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell2007-10-101-1/+6
* r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell2007-10-101-0/+1
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-108-124/+17
* r18108: move tdb to use the same build methodsAndrew Tridgell2007-10-103-4/+16
* r18098: use m4_include() instead of sinclude()Stefan Metzmacher2007-10-101-1/+1
* r18090: sometimes autoconf picks up some old stuff:Stefan Metzmacher2007-10-101-0/+5
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-102-10/+13
* r17960: try to use gmake if present on IRIXStefan Metzmacher2007-10-101-0/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17781: fix compiler warningStefan Metzmacher2007-10-101-3/+1
* r17737: fixed a 'declaration in code' errorAndrew Tridgell2007-10-101-1/+2
* r17686: tdb.pc is in the build directoryAndrew Tridgell2007-10-101-1/+1
* r17684: and we need -Iinclude for tdbAndrew Tridgell2007-10-101-1/+1
* r17680: make standalone tdb support building and testing in a differentAndrew Tridgell2007-10-102-5/+16
* 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
* r17114: print some sizes for debuggingStefan Metzmacher2007-10-101-0/+3
* r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s...Stefan Metzmacher2007-10-101-0/+1
* r16938: Fix breakage of TDB on VOS (declaration after statement)Andrew Bartlett2007-10-101-1/+2
* r16917: Fix compile errors found by the testing of tdb on the build farm.Andrew Bartlett2007-10-101-3/+9
* r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett2007-10-106-18/+31
* 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-1011-119/+133
* r16043: Fix error messageSimo Sorce2007-10-101-3/+3
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r15339: Signature for tdb_reopen_all() has changed.Tim Potter2007-10-101-1/+1
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-0/+1
* r15300: Only enable SWIG shared libs if python is availableJelmer Vernooij2007-10-101-0/+1
* 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