s3:ntlmssp Split the NTLMSSP server into before and after authentication
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Aug 2010 10:53:39 +0000 (20:53 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 9 Aug 2010 06:30:43 +0000 (16:30 +1000)
commit2e80d458d9b8076885fae1af8813f8e8a4bd8b40
tree7ca02251a81061aa4b86fdf451d5281f0de75bbc
parentae59fda127aa94e34b649697998d9236b31ada0f
s3:ntlmssp Split the NTLMSSP server into before and after authentication

This allows for a future where the auth subsystem is async, and the
session key generation needs to happen in a callback.

This code is originally reworked into this style by metze for the
source4/ implementation.

The other change here is to introduce an 'out_mem_ctx', which makes
the API match that used in source4.

Andrew Bartlett
source3/libsmb/ntlmssp.c