summaryrefslogtreecommitdiff
path: root/lib/talloc/pytalloc_util.c
Commit message (Expand)AuthorAgeFilesLines
* pytalloc: Handle memory errors when creating pytalloc objects.Kristján Valur2019-03-261-6/+23
* pytalloc: Further refactoring to eliminate duplicate code.Kristján Valur2019-03-261-36/+34
* pytalloc: Refactor the pytalloc_reference and pytalloc_steal to use a common ...Kristján Valur2019-03-261-55/+30
* pytalloc: Remove deprecated pytalloc_CObject_FromTallocPtr()Andrew Bartlett2019-03-211-17/+0
* pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher2017-02-251-5/+90
* pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapperAndrew Bartlett2016-03-081-0/+14
* pytalloc: Add new BaseObjectAndrew Bartlett2016-03-081-25/+139
* pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...Stefan Metzmacher2016-03-081-0/+15
* talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functionsAndrew Bartlett2016-03-081-0/+10
* pytalloc: Port to Python 3Petr Viktorin2015-05-191-0/+4
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-11/+11
* talloc: mark pytalloc-util functions as _PUBLIC_Stefan Metzmacher2010-12-081-6/+6
* talloc: remove unused PyString_FromString_check_null() from pytalloc-utilStefan Metzmacher2010-12-081-8/+0
* pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij2010-12-011-13/+0
* pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij2010-12-011-11/+0
* pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij2010-12-011-12/+0
* pytalloc: Expose PyTalloc_GetObjectTypeJelmer Vernooij2010-12-011-2/+2
* pytalloc: Add convenience function for checking if something is a tallocJelmer Vernooij2010-12-011-0/+27
* talloc: rename pytalloc.c to pytalloc_util.cJelmer Vernooij2010-11-051-0/+135