s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug #8473)
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Sep 2011 15:18:14 +0000 (17:18 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Oct 2011 18:09:49 +0000 (20:09 +0200)
commit9c0650a066812dd6306463738c3d5a3823938c2c
treee7f77255c51022598e5d90d093ff5e92fff56f87
parent69be2b1cd34cec481c252883a6713c1ed672a7f8
s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug #8473)

We should enforce the negotiated max sizes instead of the
lp_smb2_max_*() sizes.

metze
(cherry picked from commit 40ea66c5dda91ba3f74bed7db1ce02f6c8b4ffeb)
source3/smbd/globals.h
source3/smbd/smb2_find.c
source3/smbd/smb2_negprot.c
source3/smbd/smb2_notify.c
source3/smbd/smb2_read.c
source3/smbd/smb2_write.c