summaryrefslogtreecommitdiffstats
path: root/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
Commit message (Expand)AuthorAgeFilesLines
* pidl: Make the compilation of PIDL producing the same results if the content ...Matthieu Patou2014-10-091-1/+1
* pidl:NDR/Client: avoid useless memcpy()Stefan Metzmacher2014-01-071-3/+8
* pidl:NDR/Client: fix dcerpc_function() with [out,ref] pointersStefan Metzmacher2014-01-071-0/+14
* pidl:NDR/Client: simplify tevent_req_nterror() usageStefan Metzmacher2014-01-071-4/+2
* pidl:NDR/Client: add missing TALLOC_FREE(subreq) after dcerpc_binding_handle_...Stefan Metzmacher2014-01-071-0/+1
* pidl:Samba4/NDR/Client: fix arguments to warning()Stefan Metzmacher2011-03-111-1/+1
* pidl: add support for 'pipe' at the NDR layerStefan Metzmacher2011-03-101-4/+10
* pidl:NDR/Client: skip all functions if pipe elements are usedStefan Metzmacher2011-03-101-0/+18
* pidl:NDR/Client: skip sync functions if pipe elements are usedStefan Metzmacher2011-03-101-0/+34
* pidl:Samba4/NDR/Client: remove compat mode for dcerpc_pipe based bindingsStefan Metzmacher2011-01-211-57/+0
* pidl:NDR/Client: make the generated code look a bit nicerStefan Metzmacher2010-09-281-1/+1
* pidl:NDR/Client.pm: remove unreached codeStefan Metzmacher2010-09-281-3/+0
* pidl:Samba4/NDR/Client: support argument based stubs for [in,out,string]Stefan Metzmacher2010-08-281-2/+17
* 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
* Fix a typoVolker Lendecke2010-08-161-1/+1
* pidl:Samba4/NDR/Client.pm: correctly copy fixed size out arraysStefan Metzmacher2010-08-161-13/+13
* 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-121-162/+190
* 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
* Choose between local tevent_status.h header file and installed oneJulien Kerihuel2010-05-121-1/+1
* pidl:Samba4/NDR/Client: map NT_STATUS_NET_WRITE_FAULT to the matching NT_STAT...Stefan Metzmacher2010-04-151-0/+8
* pidl:Samba4/Client: don't mix rpc and application NTSTATUS errors anymore for...Stefan Metzmacher2010-03-291-1/+16
* pidl:Samba4/NDR/Client: make the old rpc_request style async functions staticStefan Metzmacher2010-03-121-18/+14
* pidl:Samba4/NDR/Client: generate stubs for dcerpc_binding_handle abstractionStefan Metzmacher2010-03-121-0/+183
* pidl:Samba4/NDR/Client: don't generate client stubs for function marked as [t...Stefan Metzmacher2010-03-121-5/+5
* pidl:NDR/Client.pm: generate explicit _recv functionsStefan Metzmacher2010-03-011-0/+32
* pidl:Samba4/client: fix dcerpc_ndr_request_send() callersStefan Metzmacher2009-04-201-2/+3
* pidl:Samba4/client: use dcerpc_ndr_request() for sync requestsStefan Metzmacher2009-04-201-5/+7
* Only define _GNU_SOURCE if it's not defined yet.Jelmer Vernooij2009-02-251-0/+2
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-0/+156