Further work on NTLMSSP-based SMB signing. Current status is that I cannnot
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 Mar 2003 02:14:35 +0000 (02:14 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 10 Mar 2003 02:14:35 +0000 (02:14 +0000)
commite9a94cd2c9cab4518603620259dae44b40d9049e
treed39d2a56b972fc2bdeda042f5c493029aacf1d0b
parentde6b39d898d5fb3106d7ed80249be7f74f83caf6
Further work on NTLMSSP-based SMB signing.  Current status is that I cannnot
get Win2k to send a valid signiture in it's session setup reply - which it will
give to win2k clients.

So, I need to look at becoming 'more like MS', but for now I'll get this code
into the tree.  It's actually based on the TNG cli_pipe_ntlmssp.c, as it was
slightly easier to understand than our own (but only the utility functions
remain in any way intact...).

This includes the mysical 'NTLM2' code - I have no idea if it actually works.

(I couldn't get TNG to use it for its pipes either).

Andrew Bartlett
(This used to be commit a034a5e381ba5612be21e2ba640d11f82cd945da)
source3/include/ntlmssp.h
source3/libsmb/cliconnect.c
source3/libsmb/ntlmssp.c
source3/libsmb/ntlmssp_sign.c [new file with mode: 0644]
source3/libsmb/smb_signing.c