summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-08talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functionsAndrew Bartlett4-5/+17
2016-03-08talloc: Improve testsuite by avoiding path issuesAndrew Bartlett2-5/+8
2016-01-13talloc: Only set public headers field when installing as a public library.Jelmer Vernooij1-2/+2
2016-01-11talloc: Fix a documentation typoMartin Schwenke1-1/+1
2015-11-05talloc: version 2.1.5talloc-2.1.5Stefan Metzmacher4-1/+77
2015-10-12talloc: Fix the O3 developer buildVolker Lendecke1-2/+5
2015-10-09talloc: Test that talloc magic differs between processes.talloc-2.1.4Adrian Cochrane3-1/+36
2015-10-09talloc: Increment minor version due to added talloc_test_get_magic.Adrian Cochrane3-1/+72
2015-10-09talloc: Provide tests access to talloc_magicAdrian Cochrane2-0/+7
2015-10-09talloc: Test magic protection measures.Adrian Cochrane1-0/+66
2015-10-09lib/talloc: Provide multiple-loading detection for libtalloc via rand()Andrew Bartlett1-1/+16
2015-10-09lib/talloc: Disrupt buffer overflow attacks on Samba by using random magicAndrew Bartlett2-18/+54
2015-08-06lib/talloc: Fix CID 1291639 Missing unlockAnoop C S1-0/+1
2015-08-06lib/talloc: Fix CID 1291640 Missing unlockAnoop C S1-0/+1
2015-07-21talloc: version 2.1.3talloc-2.1.3Stefan Metzmacher3-1/+71
2015-06-12talloc:guide: fix documented signature of talloc_unlink().Michael Adam1-1/+1
2015-06-12talloc:manpage: fix documented signature of talloc_unlink().Michael Adam1-1/+1
2015-06-12talloc: sync the talloc_reference() description between talloc_guide and manpageStefan Metzmacher1-3/+3
2015-05-19pytalloc: Test for all Python versionsPetr Viktorin1-9/+1
2015-05-19buildtools: Add a helper to iterate through Python environmentsPetr Viktorin1-62/+27
2015-05-19pytalloc: Build for two Python versions at oncePetr Viktorin1-0/+37
2015-05-19pytalloc: Port to Python 3Petr Viktorin8-19/+140