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)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Oct 2011 23:59:05 +0000 (01:59 +0200)
commit40ea66c5dda91ba3f74bed7db1ce02f6c8b4ffeb
tree69e62fb96a417294f56afedb2bfad9d4b651d530
parent77f739f03a32965b676d97a6f082bb3e023014ef
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
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