Change the client library to write directly out of
commit81ca5853b2475f123faab3b550f0a7b24ae3c208
authorJeremy Allison <jra@samba.org>
Fri, 2 Nov 2007 19:21:34 +0000 (2 12:21 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 2 Nov 2007 19:21:34 +0000 (2 12:21 -0700)
treeddbe726a3b176765b3a37698cd39a70a5f184b1e
parent319dfbaf1b8d08171731d4575127f4bb5255a229
Change the client library to write directly out of
the incoming buffer in the non-signed case. Speeds
up writes by over 10% or so. Complete the server
recvfile implementation.
Jeremy.
source/client/client.c
source/include/client.h
source/include/smb_macros.h
source/libsmb/clientgen.c
source/libsmb/clireadwrite.c
source/smbd/reply.c