diff options
author | Jeremy Allison <jra@samba.org> | 2001-05-18 01:30:21 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-05-18 01:30:21 +0000 |
commit | c912d04389e9bd38ac4e5ef8b29fae1faaf86e7b (patch) | |
tree | f1a95790c905505cb6c418c671f75eac8f4698e5 /source3/include/proto.h | |
parent | 013b454d1a2858b6f3b48e7b73f549ec7540d189 (diff) | |
download | samba-c912d04389e9bd38ac4e5ef8b29fae1faaf86e7b.tar.gz samba-c912d04389e9bd38ac4e5ef8b29fae1faaf86e7b.tar.bz2 samba-c912d04389e9bd38ac4e5ef8b29fae1faaf86e7b.zip |
Fix the W2KSP2 joining a Samba domain problem.
Jeremy.
(This used to be commit 6bbcab5e48f91a80d4ebcbd2bee38f2e0a8bff78)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0aaa9a4721..abfd7da64e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2334,6 +2334,10 @@ BOOL cli_spoolss_reply_rrpcn(struct cli_state *cli, POLICY_HND *handle, uint32 change_low, uint32 change_high, uint32 *status); BOOL cli_spoolss_reply_close_printer(struct cli_state *cli, POLICY_HND *handle, uint32 *status); +/* The following definitions come from rpc_client/cli_trust.c */ + +BOOL change_trust_account_password( char *domain, char *remote_machine_list); + /* The following definitions come from rpc_client/cli_use.c */ void init_cli_use(void); @@ -3675,7 +3679,7 @@ uint32 _net_sam_logon(pipes_struct *p, NET_Q_SAM_LOGON *q_u, NET_R_SAM_LOGON *r_ BOOL create_next_pdu(pipes_struct *p); BOOL api_pipe_bind_auth_resp(pipes_struct *p, prs_struct *rpc_in_p); -BOOL setup_fault_pdu(pipes_struct *p); +BOOL setup_fault_pdu(pipes_struct *p, uint32 status); BOOL check_bind_req(char* pipe_name, RPC_IFACE* abstract, RPC_IFACE* transfer); BOOL api_pipe_bind_req(pipes_struct *p, prs_struct *rpc_in_p); |