Flag smb messages array with AND_X and LARGE_REQUEST
authorAmin Azez <azez@ufomechanic.net>
Mon, 10 Mar 2008 10:06:12 +0000 (10:06 +0000)
committerStefan Metzmacher <metze@samba.org>
Fri, 18 Apr 2008 20:09:10 +0000 (22:09 +0200)
commitb3f974076424415014ea9bd52edcd32618e4bfb2
tree219ee08bcde53be04d1287567908f0be9a8e2c03
parent908d8daa213ecc9b3207d0573e9688ef0939b8f6
Flag smb messages array with AND_X and LARGE_REQUEST

If smb_messages flags show for which opcodes VWV(0)
signifies chaining modes, and also which opcodes can
have requests >64K then the bcc / req->in.data_size
fixup in smbsrv_recv_smb_request can be more safely
applied.

This fix permits nttrans requests >64K to be handled.
It is not yet clear if THAT is a good thing, but this
fix does the current thing more nicely.
(This used to be commit 8e4f16e975e192709f398c98650cbe9fe2a76261)
source4/smb_server/smb/receive.c