summaryrefslogtreecommitdiffstats
path: root/lib/talloc/pytalloc.c
Commit message (Expand)AuthorAgeFilesLines
* talloc: remove unused variablesBjörn Jacke2012-07-051-5/+0
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-21/+21
* Revert broken destructor changes.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-031-1/+1
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-3/+1
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-011-0/+2
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-011-1/+1
* pytalloc: Add docstring for talloc.Object.Jelmer Vernooij2010-12-051-1/+3
* pytalloc: Make py_talloc_default_cmp private.Jelmer Vernooij2010-12-011-0/+15
* pytalloc: Make py_talloc_dealloc private.Jelmer Vernooij2010-12-011-0/+11
* pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object).Jelmer Vernooij2010-12-011-0/+12
* talloc: Add talloc object.Jelmer Vernooij2010-11-301-0/+15
* pytalloc: Make some arguments optional.Jelmer Vernooij2010-11-071-6/+6
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-051-0/+84
* talloc: rename pytalloc.c to pytalloc_util.cJelmer Vernooij2010-11-051-135/+0
* talloc: pytalloc should not depend on samba specific codeStefan Metzmacher2010-10-241-3/+2
* pytalloc: use talloc_unlink() to free py_talloc objectsKamen Mazdrashki2010-10-201-1/+3
* pytalloc: Fix warning that we are subtracting void* pointersKamen Mazdrashki2010-10-081-1/+1
* pytalloc: Add default compare function.Jelmer Vernooij2010-09-211-1/+14
* pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij2010-09-201-9/+0
* pidl-python: cope with NULL pointers in more placesAndrew Tridgell2010-09-021-0/+20
* pytalloc: treat a NULL ptr as Py_NoneAndrew Tridgell2010-09-021-1/+7
* pytalloc: fixed py_talloc_steal()Andrew Tridgell2010-08-251-0/+8
* s4-pytalloc: use better names for python talloc objectsAndrew Tridgell2010-08-251-0/+2
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* s4: Include Python.h early to avoid double definition errors.Jelmer Vernooij2010-01-211-0/+1
* pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij2009-09-281-0/+10
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-301-3/+3
* fixed use of reference in pytallocAndrew Tridgell2009-07-011-3/+23
* lib/talloc: include replace.h in pytalloc.cStefan Metzmacher2009-01-301-0/+1
* pytalloc: Add some comments, use talloc object location in repr ratherJelmer Vernooij2008-12-231-5/+15
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-2/+2
* Move pytalloc to talloc directory.Jelmer Vernooij2008-10-241-0/+52