pidl: use a union assignment instead of memmove
[nivanova/samba-autobuild/.git] / pidl / lib / Parse / Pidl / Samba4 / Python.pm
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
2010-01-21 Jelmer Vernooijpidl: Include Python.h first, to avoid warnings.
2009-11-20 Stefan MetzmacherRevert "Work around ndr_unpack failing on structures...
2009-09-28 Jelmer Vernooijpidl: Avoid using talloc_free as function pointer,...
2009-09-25 Jelmer Vernooijpidl(s4.python): Fix arguments to PyCObject_FromVoidPtr...
2009-07-31 Stefan Metzmacherpidl:Samba4/Python: fix mapType() => mapTypeName()
2009-07-30 Jelmer Vernooijpython: Cope with the dom_sid2 alias in pidl's python...
2009-07-30 Jelmer VernooijDCE/RPC(Python): Rename py_talloc_import to py_talloc_s...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-19 Jelmer Vernooijpidl: Print actual type names in errors about unknown...
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Andrew BartlettRevert "pidl/python: Add explicit casts, fixing implici...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Andrew BartlettWork around ndr_unpack failing on structures with relat...
2009-01-22 Michael Adampidl/python: Add explicit casts, fixing implicit cast...
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer Vernooijpidl/python: Add explicit casts, fixes warnings about...
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.
2008-12-29 Stefan Metzmacherpidl: don't generate invalid C code
2008-12-22 Jelmer Vernooijpidl/python: Factor out connect code rather than duplic...
2008-12-22 Jelmer Vernooijpidl/python: Skip unknown types, rather than dieing.
2008-12-22 Jelmer VernooijImport types from other Python mechanisms using the...
2008-12-21 Jelmer VernooijSimplify customization of pidl-generated Python modules.
2008-12-21 Jelmer VernooijAllow providing extra module-level Python functions.
2008-12-20 Jelmer VernooijCreate and use convenience function for creating new...
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijSupport custom constructors for pidl-created types...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-12 Jelmer VernooijDon't allow specifying arguments to pidl object constru...
2008-12-12 Jelmer VernooijAllow overriding repr function for pidl-defined types.
2008-12-12 Jelmer VernooijSupport pyhelper property to allow additional methods...
2008-12-12 Jelmer VernooijAdd convenience function for determining if an array...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jelmer VernooijRemove unused variable, fix return.
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRemove use of global_loadparm during initialization...
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijFix include path to pytalloc.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Jelmer Vernooijmake sure dcerpc is always initialized.
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove pidl to top-level directory.