summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-27Drop unused and uninstalled SWIG wrapper for talloc.Jelmer Vernooij1-31/+0
2015-04-24pytalloc: Add testsPetr Viktorin3-1/+260
2015-04-24pytalloc: Fix comparison of disparate typesPetr Viktorin1-1/+1
2015-04-19Add refentryinfo date.Jelmer Vernooij1-0/+1
2015-03-26Move waf into third_party/.Jelmer Vernooij1-1/+2
2015-03-17lib: talloc: tests - add test_pthread_talloc_passing() testing talloc in a pt...Jeremy Allison2-1/+158
2015-03-17lib: docs: talloc: Add a threads tutorial and samples showing how to use tall...Jeremy Allison4-3/+210
2015-03-09talloc: version 2.1.2talloc-2.1.2Stefan Metzmacher3-1/+71
2015-03-09talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher1-1/+1
2015-03-08lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison1-0/+82
2015-03-08lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison1-0/+7
2015-03-08lib: talloc: Fix bug when calling a destructor.Jeremy Allison1-1/+7
2014-06-20talloc:build: improve detection of srcdirMichael Adam1-1/+1
2014-05-16talloc: version 2.1.1talloc-2.1.1Stefan Metzmacher3-1/+71
2014-05-16talloc/tests: avoid some unused variable warningsStefan Metzmacher1-0/+13
2014-05-16talloc: fix compiler warningStefan Metzmacher1-1/+4
2014-05-16talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher1-0/+4
2014-05-16talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher1-1/+1
2014-05-16talloc: inline talloc_get_name()Stefan Metzmacher1-6/+10
2014-05-16talloc: inline more static functionsStefan Metzmacher1-19/+26