libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / pidl / lib / Parse / Pidl / Samba4 / Python.pm
2020-07-06 Douglas Bagnallpypidl: check the result of py_dcerpc_ndr_pointer_deref()
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-08 Gary LockyerFix clang 9 unused-function warnings
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_AsLong PyLong_AsLong
2020-03-23 Andrew Bartlettpidl: Remove reference to PyInt_Type from error string...
2020-03-23 Andrew Bartlettpidl: Remove duplicate "if (PyLong_Check($cvar)" clauses
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_Check PyLong_Check
2019-12-10 Douglas Bagnallpidl s4::Python: silence warnings
2019-12-10 Douglas Bagnallpidl: use perl warnings
2019-12-04 Douglas Bagnallpidl: don't export parser class methods
2019-12-04 Douglas Bagnallpidl s4::Python uses Pidl::Base
2019-12-04 Douglas Bagnallpidl:: adjust s4::Python pidl_hdr() to be the same...
2019-11-14 Andrew Bartlettpidl: Handle obtaining objects from a fixed-size array
2019-11-14 Douglas Bagnallpidl/python: allocate objects with ref pointers
2019-08-06 Douglas Bagnallpidl/ndr/python: avoid memory errors in getsetters
2019-06-26 Andrew Bartlettpidl: Remove the need to always specify --client with...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-05-16 Noel Powerpidl: Call PY_DISCARD_FUNC_SIG in generated code to...
2019-05-06 Andrew Bartlettpidl: Call PyLong_FromUnsignedLongLong directly rather...
2019-05-06 Andrew Bartlettpidl: Call PyLong_FromLongLong() directly rather than...
2019-05-06 Andrew Bartlettpidl: Always call PyLong_FromUnsignedLongLong() in...
2019-05-06 Andrew Bartlettpidl: Always call PyLong_FromLongLong() in ndr_PyLong_F...
2019-05-06 Andrew Bartlettpidl: No longer use Python3 compat define: PyInt_FromLo...
2019-03-12 Douglas Bagnallpidl/s4/python: call export "export" in py exceptions
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.
next