summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/tools
Commit message (Expand)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-165-1658/+0
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* merged changes from v3-2-testAndrew Tridgell2008-01-181-1/+1
* r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison2007-12-211-1/+1
* r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison2007-12-213-2/+55
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+1
* r23950: unlink before rename is superfluous.Michael Adam2007-10-101-1/+0
* r23925: Use NULL instead of 0 for a void * argument.Michael Adam2007-10-101-1/+1
* r23853: Fix a very misleading error message in tdbbackup.Michael Adam2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-103-9/+6
* r22422: merged tdb changes from ctdbAndrew Tridgell2007-10-101-1/+1
* r22319: sync lib/tdb/ with samba3Stefan Metzmacher2007-10-102-15/+228
* r22053: remove samba3 specific stuff from tdbtoolStefan Metzmacher2007-10-101-77/+0
* r22052: merge tdbtool from samba3 and build itStefan Metzmacher2007-10-101-251/+395
* r19960: Add code to check for loops in the free list.Jeremy Allison2007-10-101-2/+7
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-104-87/+5
* r17781: fix compiler warningStefan Metzmacher2007-10-101-3/+1
* r17737: fixed a 'declaration in code' errorAndrew Tridgell2007-10-101-1/+2
* 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-102-2/+8
* r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett2007-10-102-8/+8
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r15100: Port the bugfix for #3569 to Samba4Volker Lendecke2007-10-101-1/+1
* 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-101-1/+1
* r10470: solaris8 has a problem with tdbtorture with 3 processes. To see ifAndrew Tridgell2007-10-101-1/+1
* r10468: - terminate tdbtorture quickly when an error is detectedAndrew Tridgell2007-10-101-23/+41
* r10463: consider it an error if tdbtorture produces any log messagesAndrew Tridgell2007-10-101-1/+10
* r10459: fixed some portability problemsAndrew Tridgell2007-10-101-0/+3
* r10421: following on discussions with simo, I have worked out a way ofAndrew Tridgell2007-10-101-1/+9
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-102-41/+114
* r10330: Add SConscript to more subsystems. Some of the tdb tools build now.Jelmer Vernooij2007-10-101-1/+1
* r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell2007-10-104-30/+30
* r8448: - added a test target for tdbAndrew Tridgell2007-10-101-2/+4
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-101-0/+1
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-102-0/+2
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-103-0/+3
* r4467: - tdb standalone build doesn't need -DSTANDALONE any moreAndrew Tridgell2007-10-101-1/+1
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-104-4/+4
* r3968: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-0/+1
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3445: made the gtk tooks use minimal includes. This approximately halves theAndrew Tridgell2007-10-101-1/+1
* r3421: got rid of some unused codeAndrew Tridgell2007-10-101-30/+0
* r2092: fix the build(don't catch main() by make proto)Stefan Metzmacher2007-10-102-2/+2
* r2088: add tdbtorture tdbdump and tdbtest to the buildStefan Metzmacher2007-10-103-17/+43