libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signature
commit7deacc615e92221548fea940b0e90fe03a3ec098
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Sep 2008 15:56:11 +0000 (9 17:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 23 Sep 2008 09:30:03 +0000 (23 11:30 +0200)
treef68ab9d1a64cf343a87b17da5cab10bf189fd285
parente00ab641b4aeafa70d035c66baf31b965a7e5734
libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signature

Even if signing is mandatory.

With NTLMSSP this happens for the session setup:

request1  => BSRSPYL
response1 => BSRSPYL
request2  => BSRSPYL
response2  => <SIGNATURE>

and with krb5:

request1  => BSRSPYL
response1  => <SIGNATURE>

metze
source4/libcli/raw/smb_signing.c