summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/talloc: Fix CID 1291639 Missing unlockAnoop C S2015-08-061-0/+1
* lib/talloc: Fix CID 1291640 Missing unlockAnoop C S2015-08-061-0/+1
* talloc: version 2.1.3talloc-2.1.3Stefan Metzmacher2015-07-213-1/+71
* talloc:guide: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc:manpage: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc: sync the talloc_reference() description between talloc_guide and manpageStefan Metzmacher2015-06-121-3/+3
* pytalloc: Test for all Python versionsPetr Viktorin2015-05-191-9/+1
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-191-62/+27
* pytalloc: Build for two Python versions at oncePetr Viktorin2015-05-191-0/+37
* pytalloc: Port to Python 3Petr Viktorin2015-05-198-19/+140
* Drop unused and uninstalled SWIG wrapper for talloc.Jelmer Vernooij2015-04-271-31/+0
* pytalloc: Add testsPetr Viktorin2015-04-243-1/+260
* pytalloc: Fix comparison of disparate typesPetr Viktorin2015-04-241-1/+1
* Add refentryinfo date.Jelmer Vernooij2015-04-191-0/+1
* Move waf into third_party/.Jelmer Vernooij2015-03-261-1/+2
* lib: talloc: tests - add test_pthread_talloc_passing() testing talloc in a pt...Jeremy Allison2015-03-172-1/+158
* lib: docs: talloc: Add a threads tutorial and samples showing how to use tall...Jeremy Allison2015-03-174-3/+210
* talloc: version 2.1.2talloc-2.1.2Stefan Metzmacher2015-03-093-1/+71
* talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher2015-03-091-1/+1
* lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison2015-03-081-0/+82
* lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison2015-03-081-0/+7
* lib: talloc: Fix bug when calling a destructor.Jeremy Allison2015-03-081-1/+7
* talloc:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* talloc: version 2.1.1talloc-2.1.1Stefan Metzmacher2014-05-163-1/+71
* talloc/tests: avoid some unused variable warningsStefan Metzmacher2014-05-161-0/+13
* talloc: fix compiler warningStefan Metzmacher2014-05-161-1/+4
* talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher2014-05-161-0/+4
* talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher2014-05-161-1/+1
* talloc: inline talloc_get_name()Stefan Metzmacher2014-05-161-6/+10