Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/client/client_proto.h

    r134 r165  
    9393NTSTATUS rpccli_net_srv_pwset(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
    9494                           const char *machine_name, const uint8 hashed_mach_pwd[16]);
     95NTSTATUS 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);
    9599
    96100/* The following definitions come from rpc_client/cli_pipe.c  */
     
    232236BOOL net_io_q_srv_pwset(const char *desc, NET_Q_SRV_PWSET *q_s, prs_struct *ps, int depth);
    233237BOOL net_io_r_srv_pwset(const char *desc, NET_R_SRV_PWSET *r_s, prs_struct *ps, int depth);
     238void 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);
     246BOOL net_io_q_srv_pwset2(const char *desc, NET_Q_SRV_PWSET2 *q_s, prs_struct *ps, int depth);
     247BOOL net_io_r_srv_pwset2(const char *desc, NET_R_SRV_PWSET2 *r_s, prs_struct *ps, int depth);
    234248void init_id_info1(NET_ID_INFO_1 *id, const char *domain_name,
    235249                                uint32 param_ctrl, uint32 log_id_low, uint32 log_id_high,
Note: See TracChangeset for help on using the changeset viewer.