r23796: main COPYING file for samba4, plus some formatting varients
[samba.git] / source4 / lib / tdb / tools /
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr22422: merged tdb changes from ctdb
2007-10-10 Stefan Metzmacherr22319: sync lib/tdb/ with samba3
2007-10-10 Stefan Metzmacherr22053: remove samba3 specific stuff from tdbtool
2007-10-10 Stefan Metzmacherr22052: merge tdbtool from samba3 and build it
2007-10-10 Jeremy Allisonr19960: Add code to check for loops in the free list.
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Stefan Metzmacherr17781: fix compiler warning
2007-10-10 Andrew Tridgellr17737: fixed a 'declaration in code' error
2007-10-10 Andrew Bartlettr16938: Fix breakage of TDB on VOS (declaration after...
2007-10-10 Andrew Bartlettr16917: Fix compile errors found by the testing of...
2007-10-10 Andrew Bartlettr16916: Implement metze's proposed changes to the tdb...
2007-10-10 Andrew Bartlettr16774: This patch modifies the tdb API to allow the...
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Volker Lendecker15100: Port the bugfix for #3569 to Samba4
2007-10-10 Andrew Tridgellr10475: make sure we report failures in tdbtorture...
2007-10-10 Andrew Tridgellr10471: stratos doesn't have getpagesize(), so guess...
2007-10-10 Andrew Tridgellr10470: solaris8 has a problem with tdbtorture with...
2007-10-10 Andrew Tridgellr10468: - terminate tdbtorture quickly when an error...
2007-10-10 Andrew Tridgellr10463: consider it an error if tdbtorture produces...
2007-10-10 Andrew Tridgellr10459: fixed some portability problems
2007-10-10 Andrew Tridgellr10421: following on discussions with simo, I have...
2007-10-10 Andrew Tridgellr10405: added transactions into tdb, and hook them...
2007-10-10 Jelmer Vernooijr10330: Add SConscript to more subsystems. Some of...
2007-10-10 Andrew Tridgellr10253: a fairly large tdb cleanup and re-organise...
2007-10-10 Andrew Tridgellr8448: - added a test target for tdb
2007-10-10 Andrew Bartlettr5330: Remove #include <sys/time.h> from includes.h.
2007-10-10 Andrew Tridgellr5300: more uint32 and system/filesys.h build fixes...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Andrew Tridgellr4467: - tdb standalone build doesn't need -DSTANDALONE...
2007-10-10 Andrew Tridgellr4466: rather than defining "STANDALONE" for building...
2007-10-10 Stefan Metzmacherr3968: fix compiler warnings
2007-10-10 Andrew Tridgellr3461: another place where "open" was used as a structu...
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3445: made the gtk tooks use minimal includes. This...
2007-10-10 Andrew Tridgellr3421: got rid of some unused code
2007-10-10 Stefan Metzmacherr2092: fix the build(don't catch main() by make proto)
2007-10-10 Stefan Metzmacherr2088: add tdbtorture tdbdump and tdbtest to the build
2007-10-10 Stefan Metzmacherr990: fix tdb standalone build
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Stefan Metzmacherr849: move tdb/tools/Makefile to tdb/Makefile.tdb
2007-10-10 Stefan Metzmacherr848: convert lib/tdb into the same layout as lib/ldb