summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Samba4/Python.pm
Commit message (Expand)AuthorAgeFilesLines
* pidl:Python: protect for loops against $length being an expression instead of...Stefan Metzmacher2015-06-121-1/+1
* pidl:Python: use discard_const() to pass a possible const pointer to talloc_u...Stefan Metzmacher2015-06-121-1/+1
* pidl/python: add prototypes into header section of generated c-files.Günther Deschner2015-03-251-0/+2
* pidl/python: support HRESULT errors in generated python bindings.Günther Deschner2015-03-131-0/+9
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-2/+2
* pidl: Make the compilation of PIDL producing the same results if the content ...Matthieu Patou2014-10-091-18/+30
* pidl:Samba4/Python: add interface.abstract_syntax() to each interfaceStefan Metzmacher2014-03-281-0/+39
* pidl: add more mapped typesAndrew Tridgell2012-02-081-1/+7
* pidl:Samba4/Python: add an optional 'allow_remaining' argument to __ndr_unpac...Stefan Metzmacher2012-01-091-3/+26
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-18/+18
* pidl:Samba4/Python: PyArg_ParseTuple with "s#" returns 'int' instead of 'size_t'Stefan Metzmacher2011-08-081-2/+7
* pidl:Python: don't generate functions with pipe elementsStefan Metzmacher2011-03-101-1/+10
* pidl Add support for uid_t and gid_t typesAndrew Bartlett2011-03-011-2/+2
* pidl:Samba4/Python: fix memory leak in _ndr_print functionsStefan Metzmacher2011-01-061-1/+6
* pidl:Samba4/Python: avoid ';;' in generated C code.Stefan Metzmacher2011-01-051-1/+1
* pidl:Samba4/Python: fix segfault when setting pointers to scalars.Stefan Metzmacher2011-01-051-0/+3
* Use fail_on_null.Jelmer Vernooij2011-01-031-1/+1
* pidl: Add prototype for init function in pidl-generated Python bindings.Jelmer Vernooij2010-12-181-0/+1
* pidl: Use system pytalloc if possible.Jelmer Vernooij2010-12-181-1/+1
* pidl:Samba4/Python.pm: ignore "SUBCONTEXT" levelsStefan Metzmacher2010-12-101-9/+21
* pidl:Samba4/Python.pm: don't handle scalar reference types specialStefan Metzmacher2010-12-101-10/+9
* pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_utilStefan Metzmacher2010-12-081-6/+6
* pidl/python: Allow import of talloc, even though it doesn't live in theJelmer Vernooij2010-12-011-10/+22
* pidl: Allow more flexibility importing modules using convenience function.Jelmer Vernooij2010-12-011-7/+9
* pidl: Base new objects off of talloc object.Jelmer Vernooij2010-12-011-4/+4
* pidl: use a union assignment instead of memmoveAndrew Tridgell2010-11-051-2/+4
* ndr dns: Add simple parserKai Blin2010-10-231-0/+9
* dnsp: Parse TXT recordsKai Blin2010-10-041-0/+5
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-041-0/+6
* pidl: Allow longs for bitmasks.Jelmer Vernooij2010-10-031-13/+24
* pidl: simplify some generated code.Jelmer Vernooij2010-10-031-4/+2
* pidl/Python: use has_property($d, "noopnum") helper functionStefan Metzmacher2010-09-281-1/+1
* pidl/Python: remove todo handling from PythonFunction(), it's done by the callerStefan Metzmacher2010-09-281-15/+6
* pytalloc: Add default compare function.Jelmer Vernooij2010-09-211-0/+1
* pidl/python: Allow passing in UTF8 string objects as well as unicodeJelmer Vernooij2010-09-201-1/+13
* s4-pild-python: Fix assignments - even though we reference the mem_ctxJelmer Vernooij2010-09-201-2/+8
* pidl: Fix segfault when accessing unicode objects.Jelmer Vernooij2010-09-201-1/+10
* s4-pidl-python: use correct talloc pointer when allocating subobjects.Jelmer Vernooij2010-09-201-18/+13
* pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij2010-09-031-10/+30
* pidl: Factor out generation of interface type name.Jelmer Vernooij2010-09-031-4/+5
* pidl: cope with dom_sid28 in python generatorAndrew Tridgell2010-09-021-1/+1
* pidl-python: cope with NULL pointers in more placesAndrew Tridgell2010-09-021-7/+7
* pidl-python: ensure we allocate ref ptrs before useAndrew Tridgell2010-08-261-1/+5
* s4-python: reference substructures onto the parent structureAndrew Tridgell2010-08-251-15/+23
* pidl-python: fixed the docstrings for ndr_print, ndr_pack and ndr_unpackAndrew Tridgell2010-08-231-3/+3
* pidl: cope with bad type conversions in unionsAndrew Tridgell2010-08-221-1/+9
* pidl: added a __ndr_print__() method on python NDR objectsAndrew Tridgell2010-08-221-0/+13
* pidl: added a new type dnsp_nameAndrew Tridgell2010-08-051-0/+6
* pidl: Finish to fix the python generated code for 64bit integersMatthieu Patou2010-06-251-3/+30
* pidl/python: Make sure to always increment reference counter when usingJelmer Vernooij2010-06-251-1/+3