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)
commiteebbb4205b335214d24974f3be825846f6227f0c
treef64a35057605fe544924ce183cfb8bd98a01b5a0
parent227f2578da140067734f55b559760871ee4d0d12
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
source/auth/ntlmssp/ntlmssp.c
source/auth/ntlmssp/ntlmssp.h
source/auth/ntlmssp/ntlmssp_client.c
source/auth/ntlmssp/ntlmssp_server.c
source/auth/ntlmssp/ntlmssp_sign.c