s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon_ex()
authorStefan Metzmacher <metze@samba.org>
Tue, 27 Aug 2013 12:07:43 +0000 (14:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 7 Jan 2014 11:47:08 +0000 (12:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_client/cli_netlogon.c
source3/rpc_client/cli_netlogon.h

index 9342fc3e8c70a6a5a906769e1ec4bd6acbec2e3d..253d0608517ee4918940db70d4eb7561ccfb0b79 100644 (file)
@@ -524,33 +524,6 @@ NTSTATUS rpccli_netlogon_sam_network_logon(struct rpc_pipe_client *cli,
        return NT_STATUS_OK;
 }
 
-NTSTATUS rpccli_netlogon_sam_network_logon_ex(struct rpc_pipe_client *cli,
-                                             TALLOC_CTX *mem_ctx,
-                                             uint32 logon_parameters,
-                                             const char *server,
-                                             const char *username,
-                                             const char *domain,
-                                             const char *workstation,
-                                             const uint8 chal[8],
-                                             uint16_t validation_level,
-                                             DATA_BLOB lm_response,
-                                             DATA_BLOB nt_response,
-                                             struct netr_SamInfo3 **info3)
-{
-       return rpccli_netlogon_sam_network_logon(cli,
-                                                mem_ctx,
-                                                logon_parameters,
-                                                server,
-                                                username,
-                                                domain,
-                                                workstation,
-                                                chal,
-                                                validation_level,
-                                                lm_response,
-                                                nt_response,
-                                                info3);
-}
-
 /*********************************************************
  Change the domain password on the PDC.
 
index 3096c48d073dbf9935475190cd98b07f8abba1dc..f10e5c7c4db9a37f823fa52bfbaa2ce521864195 100644 (file)
@@ -71,18 +71,6 @@ NTSTATUS rpccli_netlogon_sam_network_logon(struct rpc_pipe_client *cli,
                                           DATA_BLOB lm_response,
                                           DATA_BLOB nt_response,
                                           struct netr_SamInfo3 **info3);
-NTSTATUS rpccli_netlogon_sam_network_logon_ex(struct rpc_pipe_client *cli,
-                                             TALLOC_CTX *mem_ctx,
-                                             uint32 logon_parameters,
-                                             const char *server,
-                                             const char *username,
-                                             const char *domain,
-                                             const char *workstation,
-                                             const uint8 chal[8],
-                                             uint16_t validation_level,
-                                             DATA_BLOB lm_response,
-                                             DATA_BLOB nt_response,
-                                             struct netr_SamInfo3 **info3);
 NTSTATUS rpccli_netlogon_set_trust_password(struct rpc_pipe_client *cli,
                                            TALLOC_CTX *mem_ctx,
                                            const char *account_name,