Change the client library to write directly out of
authorJeremy Allison <jra@samba.org>
Fri, 2 Nov 2007 19:21:34 +0000 (12:21 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 2 Nov 2007 19:21:34 +0000 (12:21 -0700)
commit329365684bca99bf9020b6638a1357df65c1d938
tree78d2ddfa0440fcaf14f4c9d4adbcf7c71572b968
parentf2a63dccabcd82ce2ae1cf0df5ce824c7ab63fc2
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.
(This used to be commit 81ca5853b2475f123faab3b550f0a7b24ae3c208)
source3/client/client.c
source3/include/client.h
source3/include/smb_macros.h
source3/libsmb/clientgen.c
source3/libsmb/clireadwrite.c
source3/smbd/reply.c