r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can...
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2004 02:17:03 +0000 (02:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:03 +0000 (13:05 -0500)
commit39883a90cf3ecabfc39e68e8b1d3265a4026d25c
tree5e66f3abe634ce01fe8b19e99aa355155cad9927
parentad8c4ae941047aa7409ff0d8d10de721f5ff0659
r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can handle
them properly (they are difficult to do in an async fashion).

By choosing trans.in.max_data to fix in the negotiated buffer size a
server won't send us multi-part replies.

I notice that windows seems to avoid them too :)
(This used to be commit e23edf762cace35f937959c9ffbef718431a79b9)
source4/libcli/raw/rawacl.c
source4/libcli/raw/rawfileinfo.c
source4/libcli/raw/rawfsinfo.c
source4/libcli/raw/rawsearch.c
source4/libcli/raw/rawtrans.c
source4/librpc/rpc/dcerpc_smb.c
source4/torture/basic/aliases.c
source4/torture/basic/scanner.c
source4/torture/rap/rap.c