summaryrefslogtreecommitdiff
path: root/source4/lib/registry/pyregistry.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-14Use public pytalloc header file.Jelmer Vernooij1-1/+1
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-15/+15
2011-08-08s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '...Stefan Metzmacher1-1/+4
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2010-12-01pyregistry: Use talloc.Object.Jelmer Vernooij1-4/+9
2010-11-22Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher1-3/+3
2010-09-22s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij1-3/+34
2010-09-19Add python bindings for open_hive function to be able to load REGF files.wilco@baanhofman.nl1-4/+43
2010-08-23s4-pyregistry: use s4_event_context_init()Andrew Tridgell1-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+1
2010-04-08pynet: Create a net class.Jelmer Vernooij1-2/+2
2010-04-07s4:pyregistry.c - fix indentationMatthias Dieter Wallnöfer1-17/+18
2010-03-29registry: Fix compilation.Jelmer Vernooij1-1/+1
2010-03-29pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell1-1/+1
2010-03-22s4:registry - adaptions for "add also a memory context argument for "reg_key_...Matthias Dieter Wallnöfer1-1/+1
2010-03-22s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer1-3/+3
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-7/+7
2009-02-06s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher1-2/+3
2009-02-05s4:pyregistry: fix compiler warningsStefan Metzmacher1-13/+16
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-9/+9
2009-01-02s4:pyregistry: use tevent_context_init()Stefan Metzmacher1-1/+1
2008-12-22Add header for pyparam.Jelmer Vernooij1-1/+1
2008-12-21py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij1-0/+3
2008-12-18Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij1-17/+320
2008-12-16Start converting registry python module to plain C rather than SWIG.Jelmer Vernooij1-0/+129