s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.
authorGünther Deschner <gd@samba.org>
Fri, 2 Jul 2010 08:17:44 +0000 (10:17 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 8 Jul 2010 14:35:26 +0000 (16:35 +0200)
commit690ed0c5e2c61584daa2acb5dbfb680ecee83e0f
treeb630437f70185cfc2832e0b8478f3667831d24f2
parent309ad2b08f2964c30fd71af027b7c94f5d761e4a
s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.

Otherwise a lot of information that is usually generated in the ndr_push remains
in an uninitialized state.

Guenther
pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
source3/include/proto.h
source3/rpc_server/rpc_ncacn_np_internal.c
source3/rpc_server/srv_netlog_nt.c
source3/rpc_server/srv_pipe_hnd.c
source3/rpc_server/srv_spoolss_util.c
source3/smbd/lanman.c
source3/winbindd/winbindd.c
source3/winbindd/winbindd_samr.c