summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
...
* dnsp: Parse TXT recordsKai Blin2010-10-043-1/+8
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-041-0/+6
* ndr: Add support for pulling/printing an ipv6address typeKai Blin2010-10-042-2/+4
* pidl: Allow longs for bitmasks.Jelmer Vernooij2010-10-031-13/+24
* pidl: simplify some generated code.Jelmer Vernooij2010-10-031-4/+2
* pidl: Fix handling of typedefs of typedefs.Jelmer Vernooij2010-10-011-3/+4
* pidl: add support for pointers in typedefsStefan Metzmacher2010-09-284-249/+270
* pidl:NDR/Parser: remove unused code for array element indexStefan Metzmacher2010-09-281-6/+0
* pidl:NDR/Parser: simplify logic in ParseMemCtxPullFlags()Stefan Metzmacher2010-09-281-6/+4
* pidl:NDR/Client: make the generated code look a bit nicerStefan Metzmacher2010-09-281-1/+1
* pidl: remove unused async property handlingStefan Metzmacher2010-09-282-7/+1
* pidl/Python: use has_property($d, "noopnum") helper functionStefan Metzmacher2010-09-281-1/+1
* pidl:NDR/Client.pm: remove unreached codeStefan Metzmacher2010-09-281-3/+0
* pidl/Python: remove todo handling from PythonFunction(), it's done by the callerStefan Metzmacher2010-09-281-15/+6
* pidl/Typelist: let typeIs() do TYPEDEF dereference in the HASH caseStefan Metzmacher2010-09-281-0/+1
* pidl: added ifdef guards around ndr headersAndrew Tridgell2010-09-271-1/+16
* pidl:NDR/Parser: fix range() for arraysStefan Metzmacher2010-09-231-1/+32
* 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: prevent ndr_print_*() dying on NULL pointersAndrew Tridgell2010-09-161-0/+2
* 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:Samba4/NDR/Client: support argument based stubs for [in,out,string]Stefan Metzmacher2010-08-281-2/+17
* pidl:NDR: [in,out,string] doesn't need to pointersStefan Metzmacher2010-08-281-1/+1
* pidl:Samba4/NDR/Client: correctly copy [out,charset()] buffersStefan Metzmacher2010-08-281-20/+62
* pidl:Samba4/NDR/Client: fix skip reason for unsized arraysStefan Metzmacher2010-08-281-1/+1
* pidl-python: ensure we allocate ref ptrs before useAndrew Tridgell2010-08-261-1/+5
* pidl:Samba3/ClientNDR: remove unused ParseOutputArgument functionStefan Metzmacher2010-08-262-83/+3
* 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
* Fix a typoVolker Lendecke2010-08-163-4/+4
* pidl:Samba4/NDR/Client.pm: correctly copy fixed size out arraysStefan Metzmacher2010-08-161-13/+13
* pidl: fix printing of server side ndr request debug messagesMichael Adam2010-08-131-2/+2
* pidl:Samba3/ClientNDR: implement rpccli_ stubs on top of dcerpc_ stubsStefan Metzmacher2010-08-123-169/+62
* pidl:Samba4/NDR/Client: add sync dcerpc_pipe based stubs as compat for OpenCh...Stefan Metzmacher2010-08-121-0/+60
* pidl:Samba4/NDR/Client: add non struct base dcerpc_binding_handle client stubsStefan Metzmacher2010-08-121-2/+460
* pidl:Samba4/NDR/Client: convert code to $self->pidl()Stefan Metzmacher2010-08-122-163/+192
* pidl:Samba4/NDR/Client: s/interface/if/Stefan Metzmacher2010-08-121-22/+22
* pidl:Samba4/NDR/Client: make use of the new dcerpc_binding_handle_call() infr...Stefan Metzmacher2010-08-121-94/+15
* pidl:Samba4/NDR/Client: remove old dcerpc_pipe based sync stubsStefan Metzmacher2010-08-121-42/+0
* pidl:Samba3/ClientNDR: ignore "todo" functionsStefan Metzmacher2010-08-121-3/+4
* pidl:NDR: correctly handle no pointer bracket arrays with 'string'Stefan Metzmacher2010-08-091-1/+1
* pidl:NDR: correctly handle bracket arrays with 'string'Stefan Metzmacher2010-08-081-0/+4