summaryrefslogtreecommitdiff
path: root/lib/talloc/pytalloc_util.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Bug 9931: change pytalloc source to LGPLDavid Disseldorp1-11/+15
2019-09-26lib/talloc: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-07-22talloc/py_util: remove tautologically dead codeDouglas Bagnall1-12/+0
2019-07-22talloc: pytalloc_get_checked_type: survive non-talloc objectsDouglas Bagnall1-1/+1
2019-07-22talloc: add pytalloc_get_name() helperDouglas Bagnall1-0/+9
2019-03-26pytalloc: Handle memory errors when creating pytalloc objects.Kristján Valur1-6/+23
2019-03-26pytalloc: Further refactoring to eliminate duplicate code.Kristján Valur1-36/+34
2019-03-26pytalloc: Refactor the pytalloc_reference and pytalloc_steal to use a common ...Kristján Valur1-55/+30
2019-03-21pytalloc: Remove deprecated pytalloc_CObject_FromTallocPtr()Andrew Bartlett1-17/+0
2017-02-25pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher1-5/+90
2016-03-08pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapperAndrew Bartlett1-0/+14
2016-03-08pytalloc: Add new BaseObjectAndrew Bartlett1-25/+139
2016-03-08pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...Stefan Metzmacher1-0/+15
2016-03-08talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functionsAndrew Bartlett1-0/+10
2015-05-19pytalloc: Port to Python 3Petr Viktorin1-0/+4
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-11/+11
2010-12-08talloc: mark pytalloc-util functions as _PUBLIC_Stefan Metzmacher1-6/+6
2010-12-08talloc: remove unused PyString_FromString_check_null() from pytalloc-utilStefan Metzmacher1-8/+0
2010-12-01pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij1-13/+0
2010-12-01pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij1-11/+0
2010-12-01pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij1-12/+0
2010-12-01pytalloc: Expose PyTalloc_GetObjectTypeJelmer Vernooij1-2/+2
2010-12-01pytalloc: Add convenience function for checking if something is a tallocJelmer Vernooij1-0/+27
2010-11-05talloc: rename pytalloc.c to pytalloc_util.cJelmer Vernooij1-0/+135