SMB signing updates - this gets NTLMSSP signing workin to the point where I
authorAndrew Bartlett <abartlet@samba.org>
Sun, 6 Apr 2003 13:08:07 +0000 (13:08 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 6 Apr 2003 13:08:07 +0000 (13:08 +0000)
commit808d1fcf20153970d587cb631a08607beb09703a
tree349c2a5441c3105ed0737195e2b142fd73770cd0
parent85eadec0838bdcb5604d5cf66b204ee610e2ad7a
SMB signing updates - this gets NTLMSSP signing workin to the point where I
just need to get the verifiction code working - we get back a signiture from
the server, and just can't verify it yet.

This also brings the short-packet checks into common code, and breaks the
connection if the server sends a signed reply, on an established connection,
that fails the test.

This breaks our read/write code at the moment, as we need to keep a list
of outstanding packets.

(signing is not enabled by default, unless the server demands it)

Not for 3.0 till I fix the outstanding packet list.

Andrew Barlett
source/include/smb.h
source/libsmb/clientgen.c
source/libsmb/ntlmssp_sign.c
source/libsmb/smb_signing.c