s3-ntlmssp Split calls to gensec plugin into prepare and start
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jul 2011 00:01:39 +0000 (10:01 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:04 +0000 (18:48 +1000)
commit902df836807b700b2d27877f2fa5284930df3ff7
tree89dca448661f2318219a3606462d579b58637d93
parent643d05826cbf7ef82e1ee8f33d610a79dcb8607a
s3-ntlmssp Split calls to gensec plugin into prepare and start

GENSEC has the concept of starting the GENSEC subsystem before starting the
actual mechansim.  Between these two stages is when most context methods
are called, to specify credentials and features.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/auth/auth.c
source3/auth/auth_ntlmssp.c
source3/auth/auth_samba4.c
source3/include/auth.h