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)
committerGünther Deschner <gd@samba.org>
Tue, 10 Aug 2010 14:17:10 +0000 (16:17 +0200)
commit979b672dcb013ed38a312b280fa6c0642469649b
tree18f503c4709d7838af315be0028888101384740f
parent4969b3de632c1545d7ea5997c52b85aa4baaf4d8
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

Signed-off-by: Günther Deschner <gd@samba.org>
source3/libsmb/ntlmssp.c