From 44e44310d1871fe94728573fa162a454caba3d12 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 31 Aug 2009 20:21:40 +0200 Subject: s3-netlogon: support validation level 6 in netr_SamLogon calls. Guenther --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 007ee9f223..4b80ef1cb0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5620,6 +5620,10 @@ NTSTATUS serverinfo_to_SamInfo3(struct auth_serversupplied_info *server_info, uint8_t *pipe_session_key, size_t pipe_session_key_len, struct netr_SamInfo3 *sam3); +NTSTATUS serverinfo_to_SamInfo6(struct auth_serversupplied_info *server_info, + uint8_t *pipe_session_key, + size_t pipe_session_key_len, + struct netr_SamInfo6 *sam6); void init_netr_CryptPassword(const char *pwd, unsigned char session_key[16], struct netr_CryptPassword *pwd_buf); -- cgit