summaryrefslogtreecommitdiff
path: root/libcli/auth/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-12-14 14:17:22 +0100
committerGünther Deschner <gd@samba.org>2012-12-15 21:50:36 +0100
commit563cc67ac65c2061971c4b02ac7037e00f1f9ae8 (patch)
tree045d5c72b6dfd2f4edede8a14324609ab24248d0 /libcli/auth/proto.h
parent6127ba853b8288be60adc70bc0ea084f26e216f7 (diff)
downloadsamba-563cc67ac65c2061971c4b02ac7037e00f1f9ae8.tar.gz
samba-563cc67ac65c2061971c4b02ac7037e00f1f9ae8.tar.bz2
samba-563cc67ac65c2061971c4b02ac7037e00f1f9ae8.zip
libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decrypt_samlogon_validation().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libcli/auth/proto.h')
-rw-r--r--libcli/auth/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcli/auth/proto.h b/libcli/auth/proto.h
index b9d91d04ea..15900d470b 100644
--- a/libcli/auth/proto.h
+++ b/libcli/auth/proto.h
@@ -57,9 +57,9 @@ struct netlogon_creds_CredentialState *netlogon_creds_server_init(TALLOC_CTX *me
NTSTATUS netlogon_creds_server_step_check(struct netlogon_creds_CredentialState *creds,
struct netr_Authenticator *received_authenticator,
struct netr_Authenticator *return_authenticator) ;
-void netlogon_creds_decrypt_samlogon(struct netlogon_creds_CredentialState *creds,
- uint16_t validation_level,
- union netr_Validation *validation) ;
+void netlogon_creds_decrypt_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 */