docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / source4 / lib / registry / pyregistry.c
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-05-16 Noel Powers4: squash 'cast between incompatible function types...
2019-02-08 Douglas Bagnalls4/registry/py: use unsigned ParseTuple format for...
2018-04-13 Douglas Bagnalls4/lib/py-registry: initialize optional parameters...
2017-10-18 Lumir Balharpython: Port samba.registry module to Python 3 compatib...
2016-03-08 Andrew Bartlettpyregistry: Use pytalloc_BaseObject_PyType_Ready()
2016-01-07 Andrew Bartlettpyregistry: Adjust to use of PY_SSIZE_T_CLEAN
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-28 Stefan Metzmachers4:pyregistry: make use of samba_tevent_context_init()
2012-08-06 Stefan Metzmachers4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_W...
2011-12-29 Jelmer Vernooijpyregistry: Remove directory support.
2011-08-14 Jelmer VernooijUse public pytalloc header file.
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-08 Stefan Metzmachers4:pyregistry: PyArg_ParseTuple("z#") requires an ...
2011-03-19 Jelmer Vernooijsource4/lib: Fix prototypes for all functions.
2010-12-01 Jelmer Vernooijpyregistry: Use talloc.Object.
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-09-23 Jelmer Vernooijs4-param: Fix more memory leaks, invalid memory context.
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-19 wilco@baanhofman.nlAdd python bindings for open_hive function to be able...
2010-08-23 Andrew Tridgells4-pyregistry: use s4_event_context_init()
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-07 Matthias Dieter... s4:pyregistry.c - fix indentation
2010-03-29 Jelmer Vernooijregistry: Fix compilation.
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-03-22 Matthias Dieter... s4:registry - adaptions for "add also a memory context...
2010-03-22 Matthias Dieter... s4:registry - adaptions for "add memory contexts for...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-07-30 Jelmer VernooijDCE/RPC(Python): Rename py_talloc_import to py_talloc_s...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-06 Stefan Metzmachers4:pyregistry: fix crash bugs introduced by e5a6eadd821...
2009-02-05 Stefan Metzmachers4:pyregistry: fix compiler warnings
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 Stefan Metzmachers4:pyregistry: use tevent_context_init()
2008-12-22 Jelmer VernooijAdd header for pyparam.
2008-12-21 Jelmer Vernooijpy: Fix initialisation of subtypes, fix segfaults.
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijUse plain Python C API for registry module, rather...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijStart converting registry python module to plain C...