summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* waf: disable-python - align talloc's wscriptIan Stakenvicius2017-03-101-7/+5
* talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett2017-03-102-16/+32
* talloc: fix doxygen of talloc_moveUri Simchoni2017-03-101-3/+4
* talloc: version 2.1.9talloc-2.1.9Stefan Metzmacher2017-02-256-7/+97
* pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher2017-02-256-12/+203
* talloc: fix TALLOC_VERSION_* mismatch detectionStefan Metzmacher2017-02-223-8/+9
* talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()Stefan Metzmacher2017-02-011-2/+0
* lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.Jeremy Allison2017-01-121-3/+0
* talloc: Add tests for talloc destructor behaviour after talloc_realloc()Andrew Bartlett2016-12-131-1/+66
* talloc: Add tests for talloc_parent() after realloc() of the parentAndrew Bartlett2016-12-011-4/+13
* talloc: clarify that talloc_magic never includes the bits in TALLOC_FLAG_MASKAndrew Bartlett2016-12-011-3/+4
* talloc: add ASCII art to describe parent/child arrangementAndrew Bartlett2016-12-011-0/+25
* talloc: Fix CID 1373619 Unchecked return valueVolker Lendecke2016-10-151-3/+4
* talloc: Fix CID 1373621 Unchecked return valueVolker Lendecke2016-10-141-2/+10
* talloc: Fix format-nonliteral warningAmitay Isaacs2016-08-241-2/+6
* talloc: version 2.1.8talloc-2.1.8Stefan Metzmacher2016-07-284-1/+91
* pytalloc: Add a warning about enable_null_trackingGarming Sam2016-07-191-0/+2
* lib: talloc: Add check for destructor protection.Andrew Bartlett2016-07-031-0/+6
* lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_inte...Andrew Bartlett2016-07-031-1/+1
* lib: talloc: As _tc_free_internal() takes a struct talloc_chunk *, add an ext...Andrew Bartlett2016-07-031-0/+14
* lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_inte...Andrew Bartlett2016-07-031-19/+31
* lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()Andrew Bartlett2016-07-031-8/+7
* lib: talloc: Rename talloc_set_name_v() to tc_set_name_v(). Make it take a st...Andrew Bartlett2016-07-031-11/+19
* lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not...Andrew Bartlett2016-07-031-3/+17
* lib: talloc: Change _talloc_set_name_const() to _tc_set_name_const()Andrew Bartlett2016-07-031-12/+14
* lib: talloc: Change __talloc() to return a struct talloc_chunk *.Andrew Bartlett2016-07-031-9/+16
* lib: talloc: Change __talloc_with_prefix() to return a struct talloc_chunk *.Andrew Bartlett2016-07-031-5/+8
* lib: talloc: Rename talloc_XXX() internal functions that take a 'struct tallo...Jeremy Allison2016-07-031-17/+17
* talloc: rename local timeval function copiesRalph Boehme2016-06-011-12/+12
* pytalloc: avoid double 0x0x in repr stringsDouglas Bagnall2016-05-101-1/+1
* talloc: version 2.1.7talloc-2.1.7Stefan Metzmacher2016-05-054-1/+91
* lib:talloc. Fix memory leak when destructors reparent children.Saji VR2016-05-051-1/+1
* talloc/testsuite: Fix CID 1291641 - Logically dead codeRobin Hack2016-04-261-5/+5
* pytalloc: Correct description of pytalloc_Get{Base,}ObjectType behaviourtalloc-2.1.6Andrew Bartlett2016-03-081-6/+8
* pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapperAndrew Bartlett2016-03-085-0/+23
* talloc: Bump version numberAndrew Bartlett2016-03-084-1/+89
* pytalloc: Add new BaseObjectAndrew Bartlett2016-03-087-31/+433
* pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...Stefan Metzmacher2016-03-082-4/+17
* talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functionsAndrew Bartlett2016-03-084-5/+17
* talloc: Improve testsuite by avoiding path issuesAndrew Bartlett2016-03-082-5/+8
* talloc: Only set public headers field when installing as a public library.Jelmer Vernooij2016-01-131-2/+2
* talloc: Fix a documentation typoMartin Schwenke2016-01-111-1/+1
* talloc: version 2.1.5talloc-2.1.5Stefan Metzmacher2015-11-054-1/+77
* talloc: Fix the O3 developer buildVolker Lendecke2015-10-121-2/+5
* talloc: Test that talloc magic differs between processes.talloc-2.1.4Adrian Cochrane2015-10-093-1/+36
* talloc: Increment minor version due to added talloc_test_get_magic.Adrian Cochrane2015-10-093-1/+72
* talloc: Provide tests access to talloc_magicAdrian Cochrane2015-10-092-0/+7
* talloc: Test magic protection measures.Adrian Cochrane2015-10-091-0/+66
* lib/talloc: Provide multiple-loading detection for libtalloc via rand()Andrew Bartlett2015-10-091-1/+16
* lib/talloc: Disrupt buffer overflow attacks on Samba by using random magicAndrew Bartlett2015-10-092-18/+54