r14720: Add torture_context argument to all torture tests
[kamenim/samba.git] / source4 / lib / talloc / testsuite.c
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Andrew Tridgellr11984: LGPL on header and testsuite as well
2007-10-10 Andrew Tridgellr8032: added loop detection into talloc. Robert Collins...
2007-10-10 Andrew Tridgellr6808: - test for gcov not needed
2007-10-10 Jelmer Vernooijr6807: Fix in-tree build of talloc testsuite
2007-10-10 Jelmer Vernooijr6804: Add config.h for talloc (and use it)
2007-10-10 Volker Lendecker6660: Sorry for the spam... I think now I've got a...
2007-10-10 Stefan Metzmacherr5142: fix compiler warning
2007-10-10 Andrew Tridgellr4790: added type checking helper macros in talloc...
2007-10-10 Andrew Tridgellr4711: - deprecate talloc_destroy()
2007-10-10 Andrew Tridgellr4593: don't use the _p function in the testsuite,...
2007-10-10 Andrew Tridgellr4592: fixed typo from talloc testsuite fixup for the...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4550: talloc() is now typesafe. It is exactly equivale...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr4473: - moved talloc into its own lib/talloc/ area