From 872f9c4f91731f122cfb2efc9e5a2d391408e916 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Oct 2009 22:14:06 +0200 Subject: Revert "s3: Attempt to fix machine password change" This reverts commit 20a8ea91e10af167067cc794a251265aaf489e75. Ooops, this should not have been committed. --- source3/include/client.h | 1 - source3/include/proto.h | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index ba3a4e782c..82d94b055f 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -147,7 +147,6 @@ struct rpc_pipe_client { /* The following is only non-null on a netlogon client pipe. */ struct netlogon_creds_CredentialState *dc; - uint32_t auth_neg_flags; /* Used by internal rpc_pipe_client */ pipes_struct *pipes_struct; diff --git a/source3/include/proto.h b/source3/include/proto.h index a9768ba256..c8e4fe1916 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5240,14 +5240,7 @@ NTSTATUS rpccli_netlogon_set_trust_password(struct rpc_pipe_client *cli, const unsigned char orig_trust_passwd_hash[16], const char *new_trust_pwd_cleartext, const unsigned char new_trust_passwd_hash[16], - uint32_t sec_channel_type, - uint32_t neg_flags); -NTSTATUS rpccli_netlogon_auth_set_trust_password(struct rpc_pipe_client *cli, - TALLOC_CTX *mem_ctx, - const unsigned char orig_trust_passwd_hash[16], - const char *new_trust_pwd_cleartext, - const unsigned char new_trust_passwd_hash[16], - uint32_t sec_channel_type); + uint32_t sec_channel_type); /* The following definitions come from rpc_client/cli_pipe.c */ -- cgit