diff options
author | Günther Deschner <gd@samba.org> | 2009-06-25 16:38:39 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-06-25 16:46:31 +0200 |
commit | 7450f3ad993ba5e9a1204225778222a358761e4a (patch) | |
tree | a94bac86a964f023bf8b6d60a2572203fad4683b /source3/include | |
parent | 6a66114f257b251a176d728ef7ba6acecdf6e56c (diff) | |
download | samba-7450f3ad993ba5e9a1204225778222a358761e4a.tar.gz samba-7450f3ad993ba5e9a1204225778222a358761e4a.tar.bz2 samba-7450f3ad993ba5e9a1204225778222a358761e4a.zip |
s3-netlogon: remove remaining netlogon init functions.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 26 |
1 files changed, 0 insertions, 26 deletions
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); |