summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2009-08-24talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher1-6/+6
2009-08-24talloc/testsuite: add infrastructure to test abortsStefan Metzmacher1-0/+20
2009-08-24talloc/testsuite: reset the globals after each subtestStefan Metzmacher1-3/+29
2009-08-24talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher1-0/+4
2009-08-24talloc: report the size of reference handles as 0Stefan Metzmacher1-1/+3
2009-08-24talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher1-2/+15
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2-7/+8
2009-07-04Fix some warningsVolker Lendecke1-2/+3
2009-07-03Restore ABI compatibility for talloc.Simo Sorce6-60/+106
2009-07-02talloc: change TALLOC_MAGIC for version 2.0.0Stefan Metzmacher1-1/+12
2009-07-02change talloc to 2.0.0Andrew Tridgell1-1/+1
2009-07-01fixed the talloc testsuite for the recent changesAndrew Tridgell1-6/+10
2009-07-01a talloc_realloc() to zero size needs to use an unambiguous freeAndrew Tridgell1-1/+1
2009-07-01changes to remove the ambiguity in talloc_free() and talloc_steal() Andrew Tridgell2-26/+109
2009-07-01fixed use of reference in pytallocAndrew Tridgell2-3/+24
2009-06-17fix release scripts to always git cleanSimo Sorce1-0/+3
2009-06-15Add exports file and abi checker for tallocSimo Sorce8-9/+169
2009-06-08talloc: try to fix the source4 build on AIXStefan Metzmacher1-1/+1
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij2-76/+282
2009-05-06Avoid --nonet when building manpages; xsltproc will already prefer localJelmer Vernooij1-2/+2
2009-05-05Update tdb and talloc web pagesSimo Sorce1-5/+10
2009-05-05Add release scripts for talloc and tdbSimo Sorce1-0/+45
2009-04-22Prevent reallocs of the talloc pool itselfSimo Sorce1-0/+5
2009-03-22talloc_array_length: talloc_get_size deals fine with NULLVolker Lendecke1-1/+1
2009-03-22Revert "Add a basic Doxyfile for talloc"Volker Lendecke1-8/+0
2009-03-22Revert "Convert the contents of talloc_guide.txt to doxygen-style talloc.h co...Volker Lendecke1-1023/+1
2009-03-22Revert "Delete talloc_guide.txt"Volker Lendecke1-0/+694
2009-03-22Revert "Add a default "undocumented" module"Volker Lendecke1-9/+0
2009-03-22Revert "Add some initial hook to the front page"Volker Lendecke1-3/+0
2009-03-22Revert "Reformatting"Volker Lendecke1-10/+5
2009-03-22Revert "Document talloc_pool()"Volker Lendecke1-35/+0
2009-03-22Revert "Add a talloc_internal "module""Volker Lendecke1-9/+0
2009-03-22Revert "Document _talloc"Volker Lendecke1-10/+1
2009-03-22Revert "Document TALLOC_FREE()"Volker Lendecke1-10/+0
2009-03-22Revert "Document talloc_parent, talloc_parent_name and talloc_is_parent"Volker Lendecke1-29/+0
2009-03-22Revert "Document talloc_zero_array()"Volker Lendecke1-16/+0
2009-03-21Document talloc_zero_array()Volker Lendecke1-0/+16
2009-03-21Document talloc_parent, talloc_parent_name and talloc_is_parentVolker Lendecke1-0/+29
2009-03-21Document TALLOC_FREE()Volker Lendecke1-0/+10
2009-03-21Document _tallocVolker Lendecke1-1/+10
2009-03-21Add a talloc_internal "module"Volker Lendecke1-0/+9
2009-03-21Document talloc_pool()Volker Lendecke1-0/+35
2009-03-21ReformattingVolker Lendecke1-5/+10
2009-03-21Add some initial hook to the front pageVolker Lendecke1-0/+3
2009-03-21Add a default "undocumented" moduleVolker Lendecke1-0/+9
2009-03-21Delete talloc_guide.txtVolker Lendecke1-694/+0
2009-03-21Convert the contents of talloc_guide.txt to doxygen-style talloc.h commentsVolker Lendecke1-1/+1023
2009-03-21Add a basic Doxyfile for tallocVolker Lendecke1-0/+8
2009-03-16talloc: change version to 1.3.0Stefan Metzmacher1-1/+1
2009-03-16talloc: add useful talloc_array_length() macroStefan Metzmacher1-0/+1