libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signature
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Sep 2008 15:56:11 +0000 (17:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Sep 2008 19:11:24 +0000 (21:11 +0200)
commit08b700bb4c6bf3d2d056daf12817b7c3608f5d4f
treed1373e6a3164ac4f6584eb3e87a5cdacd7f7c758
parent8b2914d01c13378524b99b61c58039e1303bcae0
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  => <SIGNATURE>
response2  => <SIGNATURE>

metze
source/libcli/raw/smb_signing.c