Changeset 165 for branches/samba-3.0/source/client/client_proto.h
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/client/client_proto.h
r134 r165 93 93 NTSTATUS rpccli_net_srv_pwset(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, 94 94 const char *machine_name, const uint8 hashed_mach_pwd[16]); 95 NTSTATUS rpccli_net_srv_pwset2(struct rpc_pipe_client *cli, 96 TALLOC_CTX *mem_ctx, 97 const char *machine_name, 98 const char *clear_text_mach_pwd); 95 99 96 100 /* The following definitions come from rpc_client/cli_pipe.c */ … … 232 236 BOOL net_io_q_srv_pwset(const char *desc, NET_Q_SRV_PWSET *q_s, prs_struct *ps, int depth); 233 237 BOOL net_io_r_srv_pwset(const char *desc, NET_R_SRV_PWSET *r_s, prs_struct *ps, int depth); 238 void init_q_srv_pwset2(NET_Q_SRV_PWSET2 *q_s, 239 const char *logon_srv, 240 const char *sess_key, 241 const char *acct_name, 242 uint16 sec_chan, 243 const char *comp_name, 244 DOM_CRED *cred, 245 const char *clear_text_mach_pwd); 246 BOOL net_io_q_srv_pwset2(const char *desc, NET_Q_SRV_PWSET2 *q_s, prs_struct *ps, int depth); 247 BOOL net_io_r_srv_pwset2(const char *desc, NET_R_SRV_PWSET2 *r_s, prs_struct *ps, int depth); 234 248 void init_id_info1(NET_ID_INFO_1 *id, const char *domain_name, 235 249 uint32 param_ctrl, uint32 log_id_low, uint32 log_id_high,
Note:
See TracChangeset
for help on using the changeset viewer.