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 12:50:35 +0000 (13:50 +0100)
commit8e29070ccd0b5103af2e6da75644169f46700313
treea0f156bd5d3452ef7f4b0ac1acd491509f71561d
parenteb980cd213c9e2b0dc72ffd3c80efd54bef73c82
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)
source/libsmb/cliconnect.c