summaryrefslogtreecommitdiff
path: root/lib/talloc/pytalloc.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-22talloc: add pytalloc_get_name() helperDouglas Bagnall1-0/+4
2019-03-26pytalloc: Refactor the pytalloc_reference and pytalloc_steal to use a common ...Kristján Valur1-2/+2
2019-03-21pytalloc: Remove deprecated pytalloc_CObject_FromTallocPtr()Andrew Bartlett1-15/+0
2017-02-25pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher1-1/+27
2016-03-08pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapperAndrew Bartlett1-0/+1
2016-03-08pytalloc: Add new BaseObjectAndrew Bartlett1-1/+9
2016-03-08pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...Stefan Metzmacher1-4/+2
2016-03-08talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functionsAndrew Bartlett1-2/+4
2015-05-19pytalloc: Port to Python 3Petr Viktorin1-0/+2
2013-11-28Add a basic guide on pytalloc.Jelmer Vernooij1-0/+3
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-19/+17
2010-12-01pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij1-1/+0
2010-12-01pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij1-3/+0
2010-12-01pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij1-3/+0
2010-12-01pytalloc: Expose PyTalloc_GetObjectTypeJelmer Vernooij1-0/+1
2010-12-01pytalloc: Add convenience function for checking if something is a tallocJelmer Vernooij1-0/+2
2010-09-21pytalloc: Add default compare function.Jelmer Vernooij1-0/+1
2010-09-20pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij1-2/+0
2010-09-02pidl-python: cope with NULL pointers in more placesAndrew Tridgell1-0/+4
2010-08-25pytalloc: fixed py_talloc_steal()Andrew Tridgell1-1/+1
2009-09-28pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij1-0/+2
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-4/+5
2009-07-01fixed use of reference in pytallocAndrew Tridgell1-0/+1
2008-12-21Fix more introduced regressions in new bindings.Jelmer Vernooij1-1/+1
2008-12-21Create and use convenience function for creating new talloc-wrapping Python O...Jelmer Vernooij1-0/+2
2008-12-19Initial work using manual Python bindings for LDB, rather than SWIG-generated...Jelmer Vernooij1-2/+2
2008-10-24Move pytalloc to talloc directory.Jelmer Vernooij1-0/+51