summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Samba3
Commit message (Expand)AuthorAgeFilesLines
* pidl: Use NDR_ZERO_STRUCT(P) macrosAndreas Schneider2019-02-141-1/+1
* pidl: Make static struct api_struct also constAndrew Bartlett2016-12-011-1/+1
* pidl: Change *_get_pipe_fns() to return const struct api_struct *Andrew Bartlett2016-12-011-3/+3
* pidl: in s3 server templates, support default HRESULT error returns.Günther Deschner2016-09-111-0/+2
* pidl/ws: fix indent (use 4 tabs) and remove trailing whitespaceAurelien Aptel2016-06-201-1/+1
* pidl: merge multiple 'genpad' implementations into one.Günther Deschner2015-07-242-19/+3
* pidl:Samba3/ServerNDR: add pidl_reset() and pidl_return() helper functionsStefan Metzmacher2015-07-071-3/+4
* pidl:Samba3/ServerNDR: make CallWithStruct() more flexibleStefan Metzmacher2015-07-071-11/+23
* pidl:Samba3/ServerNDR: simplify CallWithStruct()Stefan Metzmacher2015-07-071-5/+4
* pidl:Samba3/ServerNDR: normalize {RETURN_TYPE} by using mapTypeName()Stefan Metzmacher2015-05-151-1/+1
* pidl: add --template3 option to generate s3 server stubs.Günther Deschner2015-03-131-0/+103
* pidl: Make the compilation of PIDL producing the same results if the content ...Matthieu Patou2014-10-091-1/+1
* pidl:Samba3/ServerNDR: skip DCERPC pipe elements and leave NULL pointers.Stefan Metzmacher2014-01-071-1/+2
* s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider2012-07-061-1/+1
* pidl: add an include for "ntdomain.h" for s3 server stubs.Günther Deschner2011-03-301-0/+1
* pidl:Samba3/ClientNDR: don't generate stubs for functions with pipe elementsStefan Metzmacher2011-03-101-0/+11
* pidl:Samba3/ServerNDR: correctly initialise ndr_push structStefan Metzmacher2011-01-261-0/+6
* pidl: fix minor typo in s3 server generation.Günther Deschner2010-10-111-1/+1
* pidl:Samba3/ClientNDR: remove unused ParseOutputArgument functionStefan Metzmacher2010-08-261-73/+1
* Fix a typoVolker Lendecke2010-08-161-1/+1
* 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-121-85/+37
* pidl:Samba3/ClientNDR: ignore "todo" functionsStefan Metzmacher2010-08-121-3/+4
* pidl: Samba3/ClientNDR - Correctly copy arrays, if r.out.size < r.in.size.Stefan Metzmacher2010-08-061-9/+47
* pidl: Use struct pipes_struct.Andreas Schneider2010-07-281-2/+2
* s3-rpc_server: Added callbacks for init and shutdown of a rpc service.Andreas Schneider2010-07-191-3/+12
* s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce2010-07-161-7/+1
* s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-161-5/+2
* s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner2010-07-081-54/+0
* pidl: s3 server stubs: make sure LIBNDR_FLAG_BIGENDIAN is set when negotiated.Günther Deschner2010-07-051-0/+3
* pidl: make sure to fill in cli->pipes_struct->hdr_req.opnum in s3 server disp...Günther Deschner2010-06-161-0/+3
* pidl: Allow new property 'no_srv_register'.Andrew Bartlett2010-05-181-6/+7
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* pidl: add NDR_PRINT_DEBUG output to generated s3 server dispatch tables.Günther Deschner2010-05-081-0/+10
* pidl: indent cosmetics for s3 server stubs.Günther Deschner2010-05-031-1/+1
* pidl: fix handling of output arguments in s3 client stubs.Günther Deschner2009-11-271-1/+1
* pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher2009-11-261-2/+2
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-082-4/+4
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-1/+1
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-081-1/+1
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-081-1/+1
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-1/+1
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-082-4/+4
* s3: Do the printing for DEBUGLEVEL>=10 centrallyVolker Lendecke2009-11-071-26/+0
* pidl:Samba3/ClientNDR: add support tevent_req based _send/recv() client funct...Stefan Metzmacher2009-07-311-0/+245
* pidl:Samba3/ClientNDR: rename ParseFunction => ParseFunctionSync and add Pars...Stefan Metzmacher2009-07-311-1/+8
* pidl:Samba3/ClientNDR: allow passing optional variable prefixes to ParseOutpu...Stefan Metzmacher2009-07-311-7/+9
* pidl: Print proper errors when arrays don't have a specified size rather than...Jelmer Vernooij2009-07-192-7/+18
* pidl: Fix a const build warning in the samba3 merged buildTim Prouty2009-02-071-1/+5
* pidl: return early when AllocOutVar() in s3 server generator has nothing to do.Günther Deschner2009-02-061-2/+5