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)
commitb7868582413a346a71997b23587450588d59b9d0
treeef04fab435f60ebc833c0f2bcddb1c843c062236
parent12074e79796a0e861825b748edc59c7af454ff79
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
(This used to be commit ddaa42423bc952e59b95362f5f5aa7cca10d1ad4)
source3/auth/auth_ntlmssp.c
source3/auth/auth_sam.c
source3/include/client.h
source3/libsmb/cliconnect.c
source3/utils/net_rpc_join.c