From 9b147ce26d040798f2528fb85907bf18865b8c8b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 31 Jan 2012 14:43:25 +1100 Subject: s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_server Signed-off-by: Stefan Metzmacher --- auth/ntlmssp/ntlmssp_private.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'auth/ntlmssp/ntlmssp_private.h') diff --git a/auth/ntlmssp/ntlmssp_private.h b/auth/ntlmssp/ntlmssp_private.h index e7fa3d5539..7953d8ef73 100644 --- a/auth/ntlmssp/ntlmssp_private.h +++ b/auth/ntlmssp/ntlmssp_private.h @@ -43,6 +43,13 @@ union ntlmssp_crypt_state { /* The following definitions come from auth/ntlmssp.c */ +NTSTATUS gensec_ntlmssp_update(struct gensec_security *gensec_security, + TALLOC_CTX *out_mem_ctx, + struct tevent_context *ev, + const DATA_BLOB input, DATA_BLOB *out); + +/* The following definitions come from auth/ntlmssp_util.c */ + void debug_ntlmssp_flags(uint32_t neg_flags); void ntlmssp_handle_neg_flags(struct ntlmssp_state *ntlmssp_state, uint32_t neg_flags, bool allow_lm); -- cgit