s3:smb2_server: make use of smbd_smb2_inbuf_parse_compound() in smbd_smb2_request_read*()
commit721096b1ad58e97a20896fa74fa8e06013bb8a15
authorStefan Metzmacher <metze@samba.org>
Sun, 5 Aug 2012 18:52:55 +0000 (5 20:52 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 6 Aug 2012 19:54:35 +0000 (6 21:54 +0200)
treed8f5f11273a75f872e89899df87d2a9d49e28976
parentfbd663c1437c104e9bc7f8f51fdef3747a111935
s3:smb2_server: make use of smbd_smb2_inbuf_parse_compound() in smbd_smb2_request_read*()

This changes the way we read SMB2 traffic from the socket,
now as create just one large buffer for the whole NBT payload
and then split it into iovec elements in smbd_smb2_inbuf_parse_compound()

metze

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Aug  6 21:54:35 CEST 2012 on sn-devel-104
source3/smbd/globals.h
source3/smbd/smb2_server.c