index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
registry
/
pyregistry.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
2020-05-08
1
-3
/
+3
*
py3: Remove #define PyInt_FromLong PyLong_FromLong
Andrew Bartlett
2020-03-23
1
-9
/
+9
*
py3: Remove PyStr_AsString() compatability macro
Andrew Bartlett
2019-06-24
1
-1
/
+1
*
py3: Remove PyStr_FromString() compatability macro
Andrew Bartlett
2019-06-24
1
-2
/
+2
*
s4: squash 'cast between incompatible function types' warning
Noel Power
2019-05-16
1
-4
/
+9
*
s4/registry/py: use unsigned ParseTuple format for unsigned value
Douglas Bagnall
2019-02-08
1
-1
/
+1
*
s4/lib/py-registry: initialize optional parameters for open_* functions
Douglas Bagnall
2018-04-13
1
-2
/
+6
*
python: Port samba.registry module to Python 3 compatible form
Lumir Balhar
2017-10-18
1
-11
/
+20
*
pyregistry: Use pytalloc_BaseObject_PyType_Ready()
Andrew Bartlett
2016-03-08
1
-14
/
+3
*
pyregistry: Adjust to use of PY_SSIZE_T_CLEAN
Andrew Bartlett
2016-01-07
1
-1
/
+1
*
s4:pyregistry: make use of samba_tevent_context_init()
Stefan Metzmacher
2013-02-28
1
-1
/
+1
*
s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/
Stefan Metzmacher
2012-08-06
1
-12
/
+12
*
pyregistry: Remove directory support.
Jelmer Vernooij
2011-12-29
1
-32
/
+0
*
Use public pytalloc header file.
Jelmer Vernooij
2011-08-14
1
-1
/
+1
*
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
2011-08-10
1
-15
/
+15
*
s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '...
Stefan Metzmacher
2011-08-08
1
-1
/
+4
*
source4/lib: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
1
-0
/
+2
*
pyregistry: Use talloc.Object.
Jelmer Vernooij
2010-12-01
1
-4
/
+9
*
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
2010-11-22
1
-3
/
+3
*
s4-param: Fix more memory leaks, invalid memory context.
Jelmer Vernooij
2010-09-22
1
-3
/
+34
*
Add python bindings for open_hive function to be able to load REGF files.
wilco@baanhofman.nl
2010-09-19
1
-4
/
+43
*
s4-pyregistry: use s4_event_context_init()
Andrew Tridgell
2010-08-23
1
-2
/
+2
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-2
/
+2
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-2
/
+1
*
pynet: Create a net class.
Jelmer Vernooij
2010-04-08
1
-2
/
+2
*
s4:pyregistry.c - fix indentation
Matthias Dieter Wallnöfer
2010-04-07
1
-17
/
+18
*
registry: Fix compilation.
Jelmer Vernooij
2010-03-29
1
-1
/
+1
*
pytalloc: allow for using a system libtalloc-dev with pytalloc
Andrew Tridgell
2010-03-29
1
-1
/
+1
*
s4:registry - adaptions for "add also a memory context argument for "reg_key_...
Matthias Dieter Wallnöfer
2010-03-22
1
-1
/
+1
*
s4:registry - adaptions for "add memory contexts for delete value/key functions"
Matthias Dieter Wallnöfer
2010-03-22
1
-3
/
+3
*
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
2010-02-09
1
-4
/
+0
*
s4-python: we need to include Python.h first
Andrew Tridgell
2009-10-23
1
-1
/
+1
*
DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.
Jelmer Vernooij
2009-07-30
1
-7
/
+7
*
s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...
Stefan Metzmacher
2009-02-06
1
-2
/
+3
*
s4:pyregistry: fix compiler warnings
Stefan Metzmacher
2009-02-05
1
-13
/
+16
*
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
2009-01-08
1
-1
/
+5
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
2009-01-07
1
-1
/
+1
*
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
2009-01-06
1
-9
/
+9
*
s4:pyregistry: use tevent_context_init()
Stefan Metzmacher
2009-01-02
1
-1
/
+1
*
Add header for pyparam.
Jelmer Vernooij
2008-12-22
1
-1
/
+1
*
py: Fix initialisation of subtypes, fix segfaults.
Jelmer Vernooij
2008-12-21
1
-0
/
+3
*
Use plain Python C API for registry module, rather than SWIG.
Jelmer Vernooij
2008-12-18
1
-17
/
+320
*
Start converting registry python module to plain C rather than SWIG.
Jelmer Vernooij
2008-12-16
1
-0
/
+129