r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines...
[kai/samba.git] / source4 / lib / tdb / tools / tdbtorture.c
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Andrew Tridgellr18129: moved the system includes into libreplace ...
2007-10-10 Stefan Metzmacherr17781: fix compiler warning
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 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 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 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 Andrew Tridgellr3461: another place where "open" was used as a structu...
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 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 Metzmacherr848: convert lib/tdb into the same layout as lib/ldb