r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundent
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Apr 2005 10:33:00 +0000 (10:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:39 +0000 (13:11 -0500)
commit8b0e09e24f7a3afbaf836e4e4a28cf62f012b588
treea5058b107411bb8be7f7862852bcab4fd45a9854
parentf5a8054f266a241d43a4c5d3ca908f8edfcc01f4
r6464: Remove the last of the Samba3 NTLMSSP API.  This removes the rudundent
struct ntlmssp_state, and pushes all the member elements into struct
gensec_ntlmssp_state.

This also removes the 2-layer start function, caused by the previous
double abstraction layer.

Andrew Bartlett
(This used to be commit eebbb4205b335214d24974f3be825846f6227f0c)
source4/auth/ntlmssp/ntlmssp.c
source4/auth/ntlmssp/ntlmssp.h
source4/auth/ntlmssp/ntlmssp_client.c
source4/auth/ntlmssp/ntlmssp_server.c
source4/auth/ntlmssp/ntlmssp_sign.c