Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | talloc: fixed talloc_disable_null_tracking() | Andrew Tridgell | 2009-09-20 | 1 | -1/+2 |
| | | | | | | | | | | | | When we disable null tracking, we need to move any existing objects that are under the null_context to be parented by the true NULL context. We also need a new talloc_enable_null_tracking_no_autofree() function, as the talloc testsuite cannot cope with the moving of the autofree context under the null_context as it wants to check exact counts of objects under the null_context, and smbtorture has a large number of objects in the autofree_context from .init functions | ||||
* | talloc/testsuite: use talloc_set_log_fn() and log to stdout | Stefan Metzmacher | 2009-08-24 | 1 | -0/+6 |
| | | | | metze | ||||
* | talloc/testsuite: report __location__ of testsuite failures | Stefan Metzmacher | 2009-08-24 | 1 | -6/+6 |
| | | | | metze | ||||
* | talloc/testsuite: add infrastructure to test aborts | Stefan Metzmacher | 2009-08-24 | 1 | -0/+20 |
| | | | | metze | ||||
* | talloc/testsuite: reset the globals after each subtest | Stefan Metzmacher | 2009-08-24 | 1 | -3/+29 |
| | | | | metze | ||||
* | fixed the talloc testsuite for the recent changes | Andrew Tridgell | 2009-07-01 | 1 | -6/+10 |
| | |||||
* | lib/talloc: move main() out of testsuite.c | Stefan Metzmacher | 2008-09-22 | 1 | -10/+0 |
| | | | | metze | ||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -0/+1152 |