summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-07-05pidl: s3 server stubs: make sure LIBNDR_FLAG_BIGENDIAN is set when negotiated.Günther Deschner1-0/+3
Guenther
2010-06-16pidl: make sure to fill in cli->pipes_struct->hdr_req.opnum in s3 server ↵Günther Deschner1-0/+3
dispatch tables. Guenther
2010-05-18pidl: Allow new property 'no_srv_register'.Andrew Bartlett1-6/+7
This Samba-only property prevents pild from emitting the rpc_wbint_init function, which causes problems because it needs rpc_srv_register(). Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-05-08pidl: add NDR_PRINT_DEBUG output to generated s3 server dispatch tables.Günther Deschner1-0/+10
This dramatically helps tracking and debugging usage of the rpc_pipe_open_internal users. Guenther
2010-05-03pidl: indent cosmetics for s3 server stubs.Günther Deschner1-1/+1
Guenther
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke1-2/+2
This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
2009-11-08Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke1-1/+1
This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761.
2009-11-08Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke1-1/+1
This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
2009-11-08s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke1-1/+1
2009-11-08s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke1-1/+1
This involves storing the interface table in the pipes_struct
2009-11-08s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke1-2/+2
2009-07-19pidl: Print proper errors when arrays don't have a specified size rather ↵Jelmer Vernooij1-3/+8
than spewing pages of perl warnings.
2009-02-06pidl: return early when AllocOutVar() in s3 server generator has nothing to do.Günther Deschner1-2/+5
Jelmer, Metze, please check. Guenther
2009-01-22pidl: reduce implicit cast warnings in gen_ndr server codeMichael Adam1-1/+1
Michael
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij1-41/+92
rpc_pipe_client.
2009-01-09Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke1-1/+1
2008-11-19pidl: fix generated s3-server in,out,ref qualifiers that are used for buffer ↵Günther Deschner1-0/+7
allocation. Guenther
2008-11-15pidl: skip generation of noopnum functions in generated s3 server.Günther Deschner1-1/+6
Guenther
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-1/+1
2008-09-23pidl: fix samba3 server wrt to samba4 ndr_pull_init_blob protype.Günther Deschner1-1/+1
this is in preparation for the final nbt merge. Guenther
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+268