r2103: in the conversion to async rpc I simplified the smb backend to only
authorAndrew Tridgell <tridge@samba.org>
Mon, 30 Aug 2004 05:35:30 +0000 (05:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:25 +0000 (12:58 -0500)
commit4db64692e717d10dcd69cc745e8d69a5f4a2be9d
tree6cdcd1af52ec40f1232e7736ab88e6025a485e28
parentf3d946646975cc04c5abd6b41adaf547175d6aab
r2103: in the conversion to async rpc I simplified the smb backend to only
use readx/writex instead of the more efficient SMBtrans calls. This
patch restores the efficiency by using SMBtrans when possible.
(This used to be commit 83fbe080e7fcdf4168d85f654b802dc4538b8984)
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc.h
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_tcp.c