diff options
author | Luke Leighton <lkcl@samba.org> | 1999-08-29 16:36:21 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-08-29 16:36:21 +0000 |
commit | 42fdd41b1d3e59f9052a9b382d0369315f77e718 (patch) | |
tree | 36f659072199e6bfef3f5ea528e5bc1581cb54da /source3/include/proto.h | |
parent | 53b4095d2ceb91ae45efd04ab30626d6c352f72a (diff) | |
download | samba-42fdd41b1d3e59f9052a9b382d0369315f77e718.tar.gz samba-42fdd41b1d3e59f9052a9b382d0369315f77e718.tar.bz2 samba-42fdd41b1d3e59f9052a9b382d0369315f77e718.zip |
improved "dominfo" rpcclient command
(This used to be commit 65a54b6e16c40ec40727547593154b341d98fc83)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ad5fd558cf..f9e91b4644 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1871,7 +1871,8 @@ BOOL samr_chgpasswd_user(struct cli_state *cli, uint16 fnum, char lm_newpass[516], uchar lm_oldhash[16]); BOOL samr_unknown_38(struct cli_state *cli, uint16 fnum, char *srv_name); BOOL samr_query_dom_info(struct cli_state *cli, uint16 fnum, - POLICY_HND *domain_pol, uint16 switch_value); + POLICY_HND *domain_pol, uint16 switch_value, + SAM_UNK_CTR *ctr); BOOL samr_enum_dom_groups(struct cli_state *cli, uint16 fnum, POLICY_HND *pol, uint32 size, struct acct_info **sam, @@ -3285,6 +3286,10 @@ void display_sam_sync(FILE *out_hnd, enum action_type action, SAM_DELTA_HDR *deltas, SAM_DELTA_CTR *ctr, uint32 num); +void display_sam_unk_info_2(FILE *out_hnd, enum action_type action, + SAM_UNK_INFO_2 *info2); +void display_sam_unk_ctr(FILE *out_hnd, enum action_type action, + uint32 switch_value, SAM_UNK_CTR *ctr); /*The following definitions come from rpcclient/rpcclient.c */ |