summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* talloc: splitout _talloc_free_children_internal()Stefan Metzmacher2011-05-171-50/+27
* talloc: fixed a use after free error in talloc_free_children()Stefan Metzmacher2011-05-171-1/+16
* talloc: use _talloc_free_internal() in talloc_free_children()Stefan Metzmacher2011-05-171-1/+1
* 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: setup the new 'tc' before TC_UNDEFINE_GROW_CHUNK() _talloc_realloc()Stefan Metzmacher2011-05-171-0/+1
* talloc: make really sure only optimize realloc if there's only one pool chunkStefan Metzmacher2011-05-171-1/+6
* talloc: make use of _talloc_free_poolmem() in _talloc_realloc()Stefan Metzmacher2011-05-171-15/+1
* talloc: split the handling of FLAG_POOL/FLAG_POOLMEM in _talloc_free_internalStefan Metzmacher2011-05-171-32/+66
* talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...Stefan Metzmacher2011-05-021-1/+36
* Fix license info for talloc in manpage.Jelmer Vernooij2011-04-241-3/+3
* talloc: fix compiler warnings with -Wc++-compatStefan Metzmacher2011-04-131-5/+5
* 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: include valgrind headers if availableStefan Metzmacher2011-04-081-0/+9
* talloc: add TC_INVALIDATE_POOL marcoStefan Metzmacher2011-04-081-3/+38
* talloc: add TC_UNDEFINE_GROW_CHUNK() marcoStefan Metzmacher2011-04-081-0/+21
* talloc: add TC_INVALIDATE_SHRINK_CHUNK() marcoStefan Metzmacher2011-04-081-0/+28
* talloc: add TC_INVALIDATE_FULL_CHUNK() macroStefan Metzmacher2011-04-081-12/+36
* talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()Stefan Metzmacher2011-04-081-0/+12
* talloc: optimize talloc_free() and talloc_realloc() for talloc poolsStefan Metzmacher2011-04-081-22/+138
* talloc: add TC_POOL_FIRST_CHUNK() macroStefan Metzmacher2011-04-081-2/+5
* talloc: add TC_POOL_SPACE_LEFT() macroStefan Metzmacher2011-04-081-2/+5
* talloc: add TC_ALIGN16() macroStefan Metzmacher2011-04-081-2/+3
* talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)Stefan Metzmacher2011-04-081-1/+1
* talloc - some documentation changesMatthias Dieter Wallnöfer2011-04-042-53/+48
* talloc - improve doxygen comment of "talloc_move"Matthias Dieter Wallnöfer2011-03-301-3/+3
* lib: don't install public headers if a private libraryAndrew Tridgell2011-03-151-0/+1
* talloc: use public_headers to install talloc.h and pytalloc.hAndrew Tridgell2011-03-151-2/+2
* build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2011-02-071-11/+0
* waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell2011-01-081-2/+4
* talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2011-01-052-1/+63
* talloc: fixed a use after free errorAndrew Tridgell2011-01-051-1/+16
* talloc: added a test for the use after free Rusty foundAndrew Tridgell2011-01-051-0/+17
* talloc: Clarify error message on access after free.Jelmer Vernooij2011-01-051-4/+4
* talloc: Typo fix for api docsBrad Hards2011-01-041-1/+1
* talloc: Fix warnings in test codeBrad Hards2011-01-033-3/+12
* Revert broken destructor changes.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-3/+1
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-011-0/+2
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-011-1/+1
* talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij2011-01-011-62/+0
* talloc: remove autotools support.Jelmer Vernooij2010-12-2411-3763/+0
* talloc: Remove reference to nonexistant configure.developer in autogen.sh.Jelmer Vernooij2010-12-212-12/+11
* talloc: Add ability to generate Python docs using pydoctor.Jelmer Vernooij2010-12-112-0/+10
* build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou2010-12-101-1/+1
* talloc: pytalloc-util should not have an ABI-file yetStefan Metzmacher2010-12-091-2/+0
* waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell2010-12-091-4/+2
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-091-2/+2