r1507: fixed the handling of SMB chaining with the new server structure. You
authorAndrew Tridgell <tridge@samba.org>
Thu, 15 Jul 2004 02:11:03 +0000 (02:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:57:36 +0000 (12:57 -0500)
commita02809e28e0becb201350b7edc72418f49ea2a4e
treefe15c7547ccfca6d62e3ae91b430f82d03c77aa2
parent5779a7da9aecb7329eb47e93000dc8b9de96d9ae
r1507: fixed the handling of SMB chaining with the new server structure. You
must think carefully about packet chaining when dealing with any
authentication or SMB parsing issues. The particular problem here was
that a chained tconX didn't get the req->session setup after an
initial sesstion setup call, so the tconx used a bogus VUID.
(This used to be commit 6f2a335cd623211071b01d982d4e7c69b49a5602)
source4/smb_server/sesssetup.c
source4/smb_server/smb_server.c