s4:ntlmssp Always setup the session keys and signing state
commit1979486c8ea9125cb8b16782acc0dcea9c6f552e
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Aug 2010 07:51:34 +0000 (6 17:51 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 7 Aug 2010 08:39:47 +0000 (7 18:39 +1000)
treebf587fe0f2f24b5f65088a9dc2b188c12430f9a0
parentb03bc8822b5282fa1acd8e3a90b1424656fced4c
s4:ntlmssp Always setup the session keys and signing state

While it would save some CPU to only setup the session key when
requested (like windows does), this instead matches the
implementation in source3/libsmb/ntlmssp.c

We could re-add this later after the codebase is merged.

Andrew Bartlett
source4/auth/ntlmssp/ntlmssp_server.c