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 | 6bbcab5e48f91a80d4ebcbd2bee38f2e0a8bff78 (patch) | |
tree | d307839022a15791745bee38e4210c2817815f2d /source/include/proto.h | |
parent | 09506ac0e64b84d73e3b8fdd4942fa52dba6060f (diff) | |
download | samba-6bbcab5e48f91a80d4ebcbd2bee38f2e0a8bff78.tar.gz samba-6bbcab5e48f91a80d4ebcbd2bee38f2e0a8bff78.tar.xz samba-6bbcab5e48f91a80d4ebcbd2bee38f2e0a8bff78.zip |
Fix the W2KSP2 joining a Samba domain problem.
Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 0aaa9a47210..abfd7da64e3 100644 --- a/source/include/proto.h +++ b/source/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); |