From 301f69b0ca72e55556ac2c7b5fbf940821b41766 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 14 Dec 2012 14:18:40 +0100 Subject: libcli/auth: add netlogon_creds_encrypt_samlogon_validation(). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andrew Bartlett --- libcli/auth/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcli/auth/proto.h') diff --git a/libcli/auth/proto.h b/libcli/auth/proto.h index 15900d470b..89a732e052 100644 --- a/libcli/auth/proto.h +++ b/libcli/auth/proto.h @@ -60,6 +60,9 @@ NTSTATUS netlogon_creds_server_step_check(struct netlogon_creds_CredentialState void netlogon_creds_decrypt_samlogon_validation(struct netlogon_creds_CredentialState *creds, uint16_t validation_level, union netr_Validation *validation); +void netlogon_creds_encrypt_samlogon_validation(struct netlogon_creds_CredentialState *creds, + uint16_t validation_level, + union netr_Validation *validation); /* The following definitions come from /home/jeremy/src/samba/git/master/source3/../source4/../libcli/auth/session.c */ -- cgit