r4232: added server support for multi-part SMBtrans requests, while
authorAndrew Tridgell <tridge@samba.org>
Thu, 16 Dec 2004 12:31:34 +0000 (12:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:28 +0000 (13:07 -0500)
commitbc0209058b76a947ad27673aeb096d11a168996b
tree2d835c911115f9b8e145668696508855ddb33b7e
parent76bd6476785e4145437768caa702c01a7801590e
r4232: added server support for multi-part SMBtrans requests, while
maintaining the async nature of the server. This is done with a
SMBtrans request queue for partially completed requests.

The smb signing issues with this get a little tricky, but it now seems
to work fine
source/smb_server/smb_server.c
source/smb_server/smb_server.h
source/smb_server/trans2.c