summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2018-03-21talloc: version 2.1.12talloc-2.1.12Stefan Metzmacher4-1/+97
2018-03-21talloc: use a library destructor instead of atexit() if availableStefan Metzmacher1-28/+44
2018-03-21talloc: Fix size type and checks in _vasprintf_tcAndreas Schneider1-3/+8
2018-01-22talloc: Fix documentation typoMartin Schwenke1-1/+1
2018-01-12talloc: version 2.1.11talloc-2.1.11Stefan Metzmacher4-1/+97
2018-01-12talloc: Do not disclose the random talloc magic in free()'ed memoryAndrew Bartlett1-30/+88
2018-01-12talloc: Add tests to require use-after-free to give the correct talloc_abort(...Andrew Bartlett1-0/+68
2018-01-12talloc: Remove talloc_abort_magic()Andrew Bartlett1-15/+5
2017-08-01waf: disable-python - fix talloc wscript if bundling disabledIan Stakenvicius1-9/+12
2017-07-21talloc: version 2.1.10talloc-2.1.10Stefan Metzmacher4-1/+97
2017-07-04talloc: Fix execution of test_magic_differs from tarballLukas Slebodnik1-0/+2
2017-07-04talloc: Use libraries from build dir for testsuiteLukas Slebodnik1-0/+4
2017-03-10waf: disable-python - align talloc's wscriptIan Stakenvicius1-7/+5
2017-03-10talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett2-16/+32
2017-03-10talloc: fix doxygen of talloc_moveUri Simchoni1-3/+4
2017-02-25talloc: version 2.1.9talloc-2.1.9Stefan Metzmacher6-7/+97
2017-02-25pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher6-12/+203
2017-02-22talloc: fix TALLOC_VERSION_* mismatch detectionStefan Metzmacher3-8/+9
2017-02-01talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()Stefan Metzmacher1-2/+0
2017-01-12lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.Jeremy Allison1-3/+0
2016-12-13talloc: Add tests for talloc destructor behaviour after talloc_realloc()Andrew Bartlett1-1/+66
2016-12-01talloc: Add tests for talloc_parent() after realloc() of the parentAndrew Bartlett1-4/+13
2016-12-01talloc: clarify that talloc_magic never includes the bits in TALLOC_FLAG_MASKAndrew Bartlett1-3/+4
2016-12-01talloc: add ASCII art to describe parent/child arrangementAndrew Bartlett1-0/+25
2016-10-15talloc: Fix CID 1373619 Unchecked return valueVolker Lendecke1-3/+4
2016-10-14talloc: Fix CID 1373621 Unchecked return valueVolker Lendecke1-2/+10
2016-08-24talloc: Fix format-nonliteral warningAmitay Isaacs1-2/+6
2016-07-28talloc: version 2.1.8talloc-2.1.8Stefan Metzmacher4-1/+91
2016-07-19pytalloc: Add a warning about enable_null_trackingGarming Sam1-0/+2
2016-07-03lib: talloc: Add check for destructor protection.Andrew Bartlett1-0/+6
2016-07-03lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_inte...Andrew Bartlett1-1/+1
2016-07-03lib: talloc: As _tc_free_internal() takes a struct talloc_chunk *, add an ext...Andrew Bartlett1-0/+14
2016-07-03lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_inte...Andrew Bartlett1-19/+31
2016-07-03lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()Andrew Bartlett1-8/+7
2016-07-03lib: talloc: Rename talloc_set_name_v() to tc_set_name_v(). Make it take a st...Andrew Bartlett1-11/+19
2016-07-03lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not...Andrew Bartlett1-3/+17
2016-07-03lib: talloc: Change _talloc_set_name_const() to _tc_set_name_const()Andrew Bartlett1-12/+14
2016-07-03lib: talloc: Change __talloc() to return a struct talloc_chunk *.Andrew Bartlett1-9/+16
2016-07-03lib: talloc: Change __talloc_with_prefix() to return a struct talloc_chunk *.Andrew Bartlett1-5/+8
2016-07-03lib: talloc: Rename talloc_XXX() internal functions that take a 'struct tallo...Jeremy Allison1-17/+17
2016-06-01talloc: rename local timeval function copiesRalph Boehme1-12/+12
2016-05-10pytalloc: avoid double 0x0x in repr stringsDouglas Bagnall1-1/+1
2016-05-05talloc: version 2.1.7talloc-2.1.7Stefan Metzmacher4-1/+91
2016-05-05lib:talloc. Fix memory leak when destructors reparent children.Saji VR1-1/+1
2016-04-26talloc/testsuite: Fix CID 1291641 - Logically dead codeRobin Hack1-5/+5
2016-03-08pytalloc: Correct description of pytalloc_Get{Base,}ObjectType behaviourtalloc-2.1.6Andrew Bartlett1-6/+8
2016-03-08pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapperAndrew Bartlett5-0/+23
2016-03-08talloc: Bump version numberAndrew Bartlett4-1/+89
2016-03-08pytalloc: Add new BaseObjectAndrew Bartlett7-31/+433
2016-03-08pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...Stefan Metzmacher2-4/+17