summaryrefslogtreecommitdiffstats
path: root/lib/talloc/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* talloc: Fix write behind memory blockKamen Mazdrashki2009-12-081-1/+1
* talloc: fixed talloc_disable_null_tracking()Andrew Tridgell2009-09-201-0/+27
* talloc: don't crash if f is NULL in talloc_report_*Andrew Tridgell2009-09-171-2/+4
* talloc: when we enable NULL tracking, reparent the autofree contextAndrew Tridgell2009-09-151-0/+3
* report the location of the original talloc_free on double freeAndrew Tridgell2009-09-041-11/+18
* talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher2009-08-241-7/+39
* talloc: remove ABI compat functionsStefan Metzmacher2009-08-241-28/+0
* talloc: remove unused build dependecies to sambaStefan Metzmacher2009-08-241-18/+0
* talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2009-08-241-12/+49
* talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher2009-08-241-2/+1
* talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher2009-08-241-0/+4
* talloc: report the size of reference handles as 0Stefan Metzmacher2009-08-241-1/+3
* talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher2009-08-241-2/+15
* Fix some warningsVolker Lendecke2009-07-041-2/+3
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-4/+39
* talloc: change TALLOC_MAGIC for version 2.0.0Stefan Metzmacher2009-07-021-1/+12
* a talloc_realloc() to zero size needs to use an unambiguous freeAndrew Tridgell2009-07-011-1/+1
* changes to remove the ambiguity in talloc_free() and talloc_steal() Andrew Tridgell2009-07-011-20/+99
* Prevent reallocs of the talloc pool itselfSimo Sorce2009-04-221-0/+5
* talloc: add talloc_set_abort_fn()Stefan Metzmacher2009-03-121-4/+31
* talloc: add talloc_get_type_abort()Stefan Metzmacher2009-03-031-0/+24
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+1732