summaryrefslogtreecommitdiff
path: root/lib/talloc/testsuite.c
Commit message (Expand)AuthorAgeFilesLines
* lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2Jeremy Allison2020-11-101-8/+0
* lib: talloc: More tests for realloc when used with memlimited poolsArran Cudbard-Bell2020-11-091-0/+103
* lib: talloc: Add more debugging text for existing memlimit + pool testsArran Cudbard-Bell2020-11-091-0/+14
* Spelling fixes s/recieved/received/Mathieu Parent2019-09-011-2/+2
* talloc: ASAN fix for test_magic_protectionSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_rustySwen Schillig2019-08-211-1/+3
* talloc: ASAN fix for test_pool_nestSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_talloc_free_in_destructorSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_realloc_on_destructor_parentSwen Schillig2019-08-211-0/+2
* talloc torture: avoid NULL dereferenceDouglas Bagnall2019-05-091-1/+3
* talloc: Add tests to require use-after-free to give the correct talloc_abort(...Andrew Bartlett2018-01-121-0/+68
* talloc: Add tests for talloc destructor behaviour after talloc_realloc()Andrew Bartlett2016-12-131-1/+66
* talloc: Add tests for talloc_parent() after realloc() of the parentAndrew Bartlett2016-12-011-4/+13
* talloc: Fix CID 1373619 Unchecked return valueVolker Lendecke2016-10-151-3/+4
* talloc: Fix CID 1373621 Unchecked return valueVolker Lendecke2016-10-141-2/+10
* lib: talloc: Add check for destructor protection.Andrew Bartlett2016-07-031-0/+6
* talloc: rename local timeval function copiesRalph Boehme2016-06-011-12/+12
* talloc/testsuite: Fix CID 1291641 - Logically dead codeRobin Hack2016-04-261-5/+5
* talloc: Fix the O3 developer buildVolker Lendecke2015-10-121-2/+5
* talloc: Test magic protection measures.Adrian Cochrane2015-10-091-0/+66
* lib/talloc: Fix CID 1291639 Missing unlockAnoop C S2015-08-061-0/+1
* lib/talloc: Fix CID 1291640 Missing unlockAnoop C S2015-08-061-0/+1
* lib: talloc: tests - add test_pthread_talloc_passing() testing talloc in a pt...Jeremy Allison2015-03-171-0/+153
* lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison2015-03-081-0/+82
* talloc/tests: avoid some unused variable warningsStefan Metzmacher2014-05-161-0/+13
* talloc: Test the pooled objecttalloc-2.1.0Volker Lendecke2013-09-081-0/+36
* talloc: Allow nested pools.Volker Lendecke2013-09-081-0/+26
* Add simple limited pool tests to test_memlimit().Jeremy Allison2013-08-271-0/+27
* Add tests for talloc_memlimitSimo Sorce2012-10-051-0/+172
* talloc: use a struct for pool headers.Rusty Russell2012-07-181-1/+1
* talloc/testsuite: fix compiler warningsStefan Metzmacher2012-01-101-1/+2
* talloc/testsuite: remove #if _SAMBA_BUILD_==3Stefan Metzmacher2011-10-221-9/+0
* talloc: check block count aftter references testAndrew Tridgell2011-08-041-0/+1
* talloc: added test suite for talloc_free_children()Andrew Tridgell2011-07-291-0/+44
* talloc: test talloc_steal out of a talloc_poolStefan Metzmacher2011-05-171-0/+69
* talloc: add memset() calls to test_pool()Stefan Metzmacher2011-05-171-0/+17
* talloc/testsuite: avoid memory leak reported by valgrindStefan Metzmacher2011-04-081-1/+1
* talloc/testsuite: test more talloc_pool related thingsStefan Metzmacher2011-04-081-0/+55
* talloc: added a test for the use after free Rusty foundAndrew Tridgell2011-01-051-0/+17
* talloc: Fix warnings in test codeBrad Hards2011-01-031-1/+4
* talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell2010-04-201-0/+33
* talloc: testsuite should use <talloc.h> not "talloc.h"Andrew Tridgell2010-03-291-1/+1
* talloc: fixed talloc_disable_null_tracking()Andrew Tridgell2009-09-201-1/+2
* talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher2009-08-241-0/+6
* talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher2009-08-241-6/+6
* talloc/testsuite: add infrastructure to test abortsStefan Metzmacher2009-08-241-0/+20
* talloc/testsuite: reset the globals after each subtestStefan Metzmacher2009-08-241-3/+29
* fixed the talloc testsuite for the recent changesAndrew Tridgell2009-07-011-6/+10
* lib/talloc: move main() out of testsuite.cStefan Metzmacher2008-09-221-10/+0
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+1152