summaryrefslogtreecommitdiff
path: root/lib/talloc/pytalloc.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij1-0/+2
macro.
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-4/+5
Use py_talloc_reference in DCE/RPC code, fixes access to SAMR pipe.
2009-07-01fixed use of reference in pytallocAndrew Tridgell1-0/+1
The previous code caused memory leaks, and also caused situations where talloc_free could be called on pointers with multiple parents The new approach is to have two functions: py_talloc_import : steals the pointer, so it becomes wholly owned by the python object py_talloc_reference: uses a reference, so it is owned by both python and C
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 ↵Jelmer Vernooij1-0/+2
Objects, support subtypes of DCE/RPC interfaces properly
2008-12-19Initial work using manual Python bindings for LDB, rather than ↵Jelmer Vernooij1-2/+2
SWIG-generated ones.
2008-10-24Move pytalloc to talloc directory.Jelmer Vernooij1-0/+51