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:22:40 +0000 (13:22 +0100)
commit7d9fd64f38aa5821b38c1223cf87979fc87bfb71
treec27386d13936d5a96419b870c59b450db0bf1e14
parent6f53a487b40de03380db3562733621e209342832
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
source3/libsmb/cliconnect.c