ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / lib / talloc / testsuite.c
2020-11-10 Jeremy Allisonlib: talloc: Remove the ALWAYS_REALLOC code paths. talloc-2.3.2
2020-11-09 Arran Cudbard-Belllib: talloc: More tests for realloc when used with...
2020-11-09 Arran Cudbard-Belllib: talloc: Add more debugging text for existing memli...
2019-09-01 Mathieu ParentSpelling fixes s/recieved/received/
2019-08-21 Swen Schilligtalloc: ASAN fix for test_magic_protection
2019-08-21 Swen Schilligtalloc: ASAN fix for test_rusty
2019-08-21 Swen Schilligtalloc: ASAN fix for test_pool_nest
2019-08-21 Swen Schilligtalloc: ASAN fix for test_talloc_free_in_destructor
2019-08-21 Swen Schilligtalloc: ASAN fix for test_realloc_on_destructor_parent
2019-05-09 Douglas Bagnalltalloc torture: avoid NULL dereference
2018-01-12 Andrew Bartletttalloc: Add tests to require use-after-free to give...
2016-12-13 Andrew Bartletttalloc: Add tests for talloc destructor behaviour after...
2016-12-01 Andrew Bartletttalloc: Add tests for talloc_parent() after realloc...
2016-10-14 Volker Lendecketalloc: Fix CID 1373619 Unchecked return value
2016-10-14 Volker Lendecketalloc: Fix CID 1373621 Unchecked return value
2016-07-03 Andrew Bartlettlib: talloc: Add check for destructor protection.
2016-06-01 Ralph Boehmetalloc: rename local timeval function copies
2016-04-26 Robin Hacktalloc/testsuite: Fix CID 1291641 - Logically dead...
2015-10-12 Volker Lendecketalloc: Fix the O3 developer build
2015-10-09 Adrian Cochranetalloc: Test magic protection measures.
2015-08-06 Anoop C Slib/talloc: Fix CID 1291639 Missing unlock
2015-08-06 Anoop C Slib/talloc: Fix CID 1291640 Missing unlock
2015-03-17 Jeremy Allisonlib: talloc: tests - add test_pthread_talloc_passing...
2015-03-08 Jeremy Allisonlib: talloc: Test suite for the new destructor reparent...
2014-05-16 Stefan Metzmachertalloc/tests: avoid some unused variable warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-08 Volker Lendecketalloc: Test the pooled object talloc-2.1.0
2013-09-08 Volker Lendecketalloc: Allow nested pools.
2013-08-27 Jeremy AllisonAdd simple limited pool tests to test_memlimit().
2012-10-05 Simo SorceAdd tests for talloc_memlimit
2012-07-17 Rusty Russelltalloc: use a struct for pool headers.
2012-01-10 Stefan Metzmachertalloc/testsuite: fix compiler warnings
2011-10-22 Stefan Metzmachertalloc/testsuite: remove #if _SAMBA_BUILD_==3
2011-08-04 Andrew Tridgelltalloc: check block count aftter references test
2011-07-29 Andrew Tridgelltalloc: added test suite for talloc_free_children()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-17 Stefan Metzmachertalloc: test talloc_steal out of a talloc_pool
2011-05-17 Stefan Metzmachertalloc: add memset() calls to test_pool()
2011-04-08 Stefan Metzmachertalloc/testsuite: avoid memory leak reported by valgrind
2011-04-08 Stefan Metzmachertalloc/testsuite: test more talloc_pool related things
2011-01-05 Andrew Tridgelltalloc: added a test for the use after free Rusty found
2011-01-03 Brad Hardstalloc: Fix warnings in test code
2010-04-20 Andrew Tridgelltalloc: there is no ambiguity when freeing a ptr with...
2010-03-29 Andrew Tridgelltalloc: testsuite should use <talloc.h> not "talloc.h"
2009-09-20 Matthias Dieter... Merge branch 'master' of git://git.samba.org/samba
2009-09-20 Andrew Tridgelltalloc: fixed talloc_disable_null_tracking()
2009-08-24 Stefan Metzmachertalloc/testsuite: use talloc_set_log_fn() and log to...
2009-08-24 Stefan Metzmachertalloc/testsuite: report __location__ of testsuite...
2009-08-24 Stefan Metzmachertalloc/testsuite: add infrastructure to test aborts
2009-08-24 Stefan Metzmachertalloc/testsuite: reset the globals after each subtest
2009-07-01 Andrew Tridgellfixed the talloc testsuite for the recent changes
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Stefan Metzmacherlib/talloc: move main() out of testsuite.c
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.