Add the 'session key' output of the NTLMSSP exchange to the cli struct, so
authorAndrew Bartlett <abartlet@samba.org>
Sun, 16 Feb 2003 22:10:48 +0000 (22:10 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 16 Feb 2003 22:10:48 +0000 (22:10 +0000)
commitddaa42423bc952e59b95362f5f5aa7cca10d1ad4
treedb82f639e44fe26f9f2c766b4de3cc480322b628
parent5040b498675b91cd18bc7fe4456c94df0a8fa41d
Add the 'session key' output of the NTLMSSP exchange to the cli struct, so
it can be used for 'net rpc join'.

Also fix a bug in our server-side NTLMSSP code - a client without any domain
trust links to us may calculate the NTLMv2 response with "" as the domain.

Andrew Bartlett
source/auth/auth_ntlmssp.c
source/auth/auth_sam.c
source/include/client.h
source/libsmb/cliconnect.c
source/utils/net_rpc_join.c