summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry/pyregistry.c
Commit message (Expand)AuthorAgeFilesLines
* s4:pyregistry: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher2012-08-061-12/+12
* pyregistry: Remove directory support.Jelmer Vernooij2011-12-291-32/+0
* Use public pytalloc header file.Jelmer Vernooij2011-08-141-1/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-15/+15
* s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '...Stefan Metzmacher2011-08-081-1/+4
* source4/lib: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* pyregistry: Use talloc.Object.Jelmer Vernooij2010-12-011-4/+9
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-3/+3
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-3/+34
* Add python bindings for open_hive function to be able to load REGF files.wilco@baanhofman.nl2010-09-191-4/+43
* s4-pyregistry: use s4_event_context_init()Andrew Tridgell2010-08-231-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+1
* pynet: Create a net class.Jelmer Vernooij2010-04-081-2/+2
* s4:pyregistry.c - fix indentationMatthias Dieter Wallnöfer2010-04-071-17/+18
* registry: Fix compilation.Jelmer Vernooij2010-03-291-1/+1
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* s4:registry - adaptions for "add also a memory context argument for "reg_key_...Matthias Dieter Wallnöfer2010-03-221-1/+1
* s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer2010-03-221-3/+3
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-301-7/+7
* s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher2009-02-061-2/+3
* s4:pyregistry: fix compiler warningsStefan Metzmacher2009-02-051-13/+16
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-9/+9
* s4:pyregistry: use tevent_context_init()Stefan Metzmacher2009-01-021-1/+1
* Add header for pyparam.Jelmer Vernooij2008-12-221-1/+1
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-0/+3
* Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij2008-12-181-17/+320
* Start converting registry python module to plain C rather than SWIG.Jelmer Vernooij2008-12-161-0/+129