diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-26 12:35:09 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-18 13:13:32 +1100 |
commit | 5392491f7719c0639ecb15832df212bb3767882e (patch) | |
tree | 8ba59ea8456ea78ac8f77ef0e27c90aec7a92418 /source3/include | |
parent | c77964724d758fcf718d8159b22cd0505ee0a575 (diff) | |
download | samba-5392491f7719c0639ecb15832df212bb3767882e.tar.gz samba-5392491f7719c0639ecb15832df212bb3767882e.tar.bz2 samba-5392491f7719c0639ecb15832df212bb3767882e.zip |
s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module
This uses the top level gensec_ntlmssp helper functions which are identical
to the parts of ntlmssp_wrap.c that are now not called.
(Includes formatting and correctness fixes from Metze)
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntlmssp_wrap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index ee76e96007..8edacd74aa 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -26,8 +26,6 @@ struct gensec_security; struct auth_ntlmssp_state { /* used only by server implementation */ struct auth_context *auth_context; - struct auth_serversupplied_info *server_info; - struct tsocket_address *remote_address; struct gensec_security *gensec_security; /* used by both client and server implementation */ |