s3-dcerpc: Use a DATA_BLOB in bind processing and avoid one mem copy
authorSimo Sorce <idra@samba.org>
Sun, 11 Jul 2010 15:15:40 +0000 (11:15 -0400)
committerGünther Deschner <gd@samba.org>
Tue, 13 Jul 2010 12:44:11 +0000 (14:44 +0200)
commitf6648c500b79b0575ccff7b9057c4006c21acadd
treec9e2f823a9e12570b2eda2e123118f18107078af
parent8213bba892c419022efdb3d800647ef3bcf51388
s3-dcerpc: Use a DATA_BLOB in bind processing and avoid one mem copy

Also move dcerpc_push_dcerpc_auth() invocation in api_pipe_bind_req()
to simplify the workflow.

Signed-off-by: Günther Deschner <gd@samba.org>
source3/rpc_server/srv_pipe.c