From 7450f3ad993ba5e9a1204225778222a358761e4a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 25 Jun 2009 16:38:39 +0200 Subject: s3-netlogon: remove remaining netlogon init functions. Guenther --- source3/include/proto.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index c40b4b6e73..a22305991b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5561,32 +5561,6 @@ 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); -void init_netr_IdentityInfo(struct netr_IdentityInfo *r, - const char *domain_name, - uint32_t parameter_control, - uint32_t logon_id_low, - uint32_t logon_id_high, - const char *account_name, - const char *workstation); -void init_netr_NetworkInfo(struct netr_NetworkInfo *r, - const char *domain_name, - uint32_t parameter_control, - uint32_t logon_id_low, - uint32_t logon_id_high, - const char *account_name, - const char *workstation, - uint8_t challenge[8], - struct netr_ChallengeResponse nt, - struct netr_ChallengeResponse lm); -void init_netr_PasswordInfo(struct netr_PasswordInfo *r, - const char *domain_name, - uint32_t parameter_control, - uint32_t logon_id_low, - uint32_t logon_id_high, - const char *account_name, - const char *workstation, - struct samr_Password lmpassword, - struct samr_Password ntpassword); void init_netr_CryptPassword(const char *pwd, unsigned char session_key[16], struct netr_CryptPassword *pwd_buf); -- cgit