pidl/Python: initialise a datablob
[gd/samba-autobuild/.git] / pidl / lib / Parse / Pidl / Samba4 / Python.pm
2019-03-04 Douglas Bagnallpidl/Python: initialise a datablob
2019-02-07 Noel Powerpidl: Fix Generated ndr python code to DECREF imported...
2019-01-12 Stefan Metzmacherpidl/Python: use py_dcerpc_ndr_pointer_wrap/deref if...
2018-12-13 Andreas Schneiderpidl: Fix unsigned integer comparison warning
2018-12-13 Andreas Schneiderpidl: Fix function for py_<name>_ndr_print_(in|out)
2017-06-20 Volker Lendeckepidl: Fix array range checks in python output
2017-05-19 Petr Viktorinpython3: Use "y#" instead of "s#" for binary data in...
2017-05-06 Jeremy Allisonpidl: Fix Coverity warnings from duplicate NULL checks.
2017-03-10 Lumir Balharpython: pidl: Port Python interface generator
2017-02-25 Stefan Metzmacherpidl:Python: use of pytalloc_GenericObject_reference...
2017-02-25 Stefan Metzmacherpidl:Python: replace pytalloc_CObject_FromTallocPtr...
2017-02-25 Stefan Metzmacherpidl:Python: make sure print HASH references for STRUCT...
2016-10-26 Stefan Metzmacherpidl:Python: add PyTypeObject objects for function...
2016-10-26 Stefan Metzmacherpidl:Python: split out a PythonElementGetSet() helper...
2016-10-26 Stefan Metzmacherpidl:Python: the py_{import,export}_*() functions can...
2016-10-26 Stefan Metzmacherpidl:Python: make use of the pyrpc_{import,export}_unio...
2016-10-26 Stefan Metzmacherpidl:Python: provide a PyTypeObject with METH_CLASS...
2016-10-26 Stefan Metzmacherpidl:Python: provide the abstract syntax as <module...
2016-10-26 Stefan Metzmacherpidl:Python: prettify names of constants
2016-10-26 Stefan Metzmacherpidl:Python: improve the .doc string for the get/set...
2016-10-26 Stefan Metzmacherpidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()
2016-10-26 Stefan Metzmacherpidl:Python: __ndr_print__ functions don't get argument...
2016-10-26 Stefan Metzmacherpidl:Python: check the return values of talloc_ptrtype()
2016-06-20 Aurelien Aptelpidl/s4/python: typo in comment
2016-06-20 Aurelien Aptelpidl/ws: whitespace cleanup
2016-05-09 Douglas BagnallPython pidl: avoid segfault with "del obj->attr"
2016-05-09 Andrew Bartlettpidl: Correct string handling to use talloc and be...
2016-03-08 Andrew Bartlettpidl: Use a tmp_ctx helper variable
2016-03-08 Andrew Bartlettpidl: Use the $mem_ctx helper variable
2016-03-08 Andrew Bartlettpidl: Fix our python reference handling
2016-01-18 Andrew Bartlettpidl: Change PyGetSetDef in generated python bindings...
2016-01-07 Andrew Bartlettpidl: Use PY_SSIZE_T_CLEAN
2015-09-01 Stefan Metzmacherpidl/python: also add a ndr_PyLong_FromLongLong() for...
2015-09-01 Andrew Bartlettpidl/python: Provide static inline helper function...
2015-09-01 Andrew Bartlettpidl/python: Calculate maximum integer values using...
2015-08-24 Andrew Bartlettpidl: Assert that python arrays will not overflow the...
2015-08-24 Andrew Bartlettpidl: Change PIDL to correctly use and validate python...
2015-07-07 Douglas BagnallTreat uid_t, git_t as 64 bit in Pidl Python bindings
2015-06-24 Douglas Bagnallremove trailing whitespace in Pidl/Samba4/Python.pm
2015-06-24 Douglas BagnallTreat unsigned 64 bit IDL values as unsigned long long...
2015-06-12 Stefan Metzmacherpidl:Python: protect for loops against $length being...
2015-06-12 Stefan Metzmacherpidl:Python: use discard_const() to pass a possible...
2015-03-25 Günther Deschnerpidl/python: add prototypes into header section of...
2015-03-13 Günther Deschnerpidl/python: support HRESULT errors in generated python...
2015-01-22 Petr ViktorinRemove use of the "staticforward" macro
2014-10-09 Matthieu Patoupidl: Make the compilation of PIDL producing the same...
2014-03-28 Stefan Metzmacherpidl:Samba4/Python: add interface.abstract_syntax(...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-02-08 Andrew Tridgellpidl: add more mapped types
2012-01-09 Stefan Metzmacherpidl:Samba4/Python: add an optional 'allow_remaining...
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-08 Stefan Metzmacherpidl:Samba4/Python: PyArg_ParseTuple with "s#" returns...
2011-03-10 Stefan Metzmacherpidl:Python: don't generate functions with pipe elements
2011-03-01 Andrew Bartlettpidl Add support for uid_t and gid_t types
2011-01-06 Stefan Metzmacherpidl:Samba4/Python: fix memory leak in _ndr_print functions
2011-01-05 Stefan Metzmacherpidl:Samba4/Python: avoid ';;' in generated C code.
2011-01-05 Stefan Metzmacherpidl:Samba4/Python: fix segfault when setting pointers...
2011-01-03 Jelmer VernooijUse fail_on_null.
2010-12-18 Jelmer Vernooijpidl: Add prototype for init function in pidl-generated...
2010-12-17 Jelmer Vernooijpidl: Use system pytalloc if possible.
2010-12-10 Stefan Metzmacherpidl:Samba4/Python.pm: ignore "SUBCONTEXT" levels
2010-12-10 Stefan Metzmacherpidl:Samba4/Python.pm: don't handle scalar reference...
2010-12-08 Stefan Metzmacherpidl:Samba4/Python.pm: use PyString_FromStringOrNULL...
2010-12-01 Jelmer Vernooijpidl/python: Allow import of talloc, even though it...
2010-12-01 Jelmer Vernooijpidl: Allow more flexibility importing modules using...
2010-12-01 Jelmer Vernooijpidl: Base new objects off of talloc object.
2010-11-05 Andrew Tridgellpidl: use a union assignment instead of memmove
2010-10-23 Kai Blinndr dns: Add simple parser
2010-10-04 Kai Blindnsp: Parse TXT records
2010-10-04 Kai Blinndr: Implement push function for IPv6 addresses
2010-10-03 Jelmer Vernooijpidl: Allow longs for bitmasks.
2010-10-03 Jelmer Vernooijpidl: simplify some generated code.
2010-09-28 Stefan Metzmacherpidl/Python: use has_property($d, "noopnum") helper...
2010-09-28 Stefan Metzmacherpidl/Python: remove todo handling from PythonFunction...
2010-09-21 Jelmer Vernooijpytalloc: Add default compare function.
2010-09-21 Jelmer Vernooijpidl/python: Allow passing in UTF8 string objects as...
2010-09-21 Jelmer Vernooijs4-pild-python: Fix assignments - even though we refere...
2010-09-21 Jelmer Vernooijpidl: Fix segfault when accessing unicode objects.
2010-09-21 Jelmer Vernooijs4-pidl-python: use correct talloc pointer when allocat...
2010-09-03 Jelmer Vernooijpidl: Keep only a single copy of samba.dcerpc.base...
2010-09-02 Jelmer Vernooijpidl: Factor out generation of interface type name.
2010-09-02 Andrew Tridgellpidl: cope with dom_sid28 in python generator
2010-09-02 Andrew Tridgellpidl-python: cope with NULL pointers in more places
2010-08-26 Andrew Tridgellpidl-python: ensure we allocate ref ptrs before use
2010-08-25 Andrew Tridgells4-python: reference substructures onto the parent...
2010-08-23 Andrew Tridgellpidl-python: fixed the docstrings for ndr_print, ndr_pa...
2010-08-22 Andrew Tridgellpidl: cope with bad type conversions in unions
2010-08-22 Andrew Tridgellpidl: added a __ndr_print__() method on python NDR...
2010-08-05 Andrew Tridgellpidl: added a new type dnsp_name
2010-06-25 Matthieu Patoupidl: Finish to fix the python generated code for 64bit...
2010-06-24 Jelmer Vernooijpidl/python: Make sure to always increment reference...
2010-06-24 Jelmer Vernooijpidl/python: Increment reference counter on Py_None...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-02 Matthieu Patoupidl: Fix the generation of py helper for 64 bit integer
2010-03-23 Stefan Metzmacherpidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed...
2010-03-18 Stefan Metzmacherpidl:Samba4/Python: make use of dcerpc_binding_handle...
2010-03-18 Stefan Metzmacherpidl:Samba4/Python: remove compiler warnings
2010-03-18 Stefan Metzmacherpidl:Samba4/Python: remove compiler warnings when using...
2010-03-12 Stefan Metzmacherpidl:Samba/Python: don't generate methods for functions...
2010-02-09 Matthias Dieter... pidl - Remove "Py_RETURN_NONE" compatibility code
next