s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases
authorStefan Metzmacher <metze@samba.org>
Mon, 12 Jan 2009 11:32:46 +0000 (12:32 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 12 Jan 2009 13:02:28 +0000 (14:02 +0100)
commitdb109da6b10a091593435e3f8b0d9adb57d3c972
treea4e522cc4183f793a98967fd4e06a83dadd0eb78
parentc53a691187a855b9f5ac06f83aebcc51b8d20bf7
s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp cases

SMB signing works the same regardless of the used auth mech.

We need to start with the temp signing ("BSRSPYL ")
and the session setup response with NT_STATUS_OK
is the first signed packet.

Now we set the krb5 session key if we got the NT_STATUS_OK
from the server and then recheck the packet.

All this is needed to make the fallback from krb5 to
ntlmssp possible. This commit also resets the cli->vuid
value to 0, if the krb5 auth didn't succeed. Otherwise
the server handles NTLMSSP packets as krb5 packets.

The restructuring of the SMB signing code is needed to
make sure the krb5 code only starts the signing engine
on success. Otherwise the NTLMSSP fallback could not initialize
the signing engine (again).

metze
(cherry picked from commit 7d9fd64f38aa5821b38c1223cf87979fc87bfb71)
(cherry picked from commit 8e29070ccd0b5103af2e6da75644169f46700313)
(cherry picked from commit 38b297f99ec166e5c40ba33774222b37b45b4fec)
(a little bit modified to compile in v3-0)
source/libsmb/cliconnect.c