From 38e5cf8f9580c77377e7adeeb867c7f8970ed121 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 5 Feb 2008 20:17:13 +0100 Subject: Remove marshalling for SAMR_CHGPASSWD3. Guenther (This used to be commit 41fc592f3a7745e7e34f0e0e4c92c66033547f16) --- source3/include/rpc_samr.h | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'source3/include/rpc_samr.h') diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 971a1a7489..a1bbcb1386 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -1193,50 +1193,6 @@ typedef struct r_samr_chgpasswd_user_info } SAMR_R_CHGPASSWD_USER; -/* SAMR_Q_CHGPASSWD3 */ -typedef struct q_samr_chgpasswd_user3 -{ - uint32 ptr_0; - - UNIHDR hdr_dest_host; /* server name unicode header */ - UNISTR2 uni_dest_host; /* server name unicode string */ - - UNIHDR hdr_user_name; /* username unicode string header */ - UNISTR2 uni_user_name; /* username unicode string */ - - SAMR_ENC_PASSWD nt_newpass; - SAMR_ENC_HASH nt_oldhash; - - uint32 lm_change; /* 0x0000 0001 */ - - SAMR_ENC_PASSWD lm_newpass; - SAMR_ENC_HASH lm_oldhash; - - SAMR_ENC_PASSWD password3; - -} SAMR_Q_CHGPASSWD_USER3; - -/* SAMR_CHANGE_REJECT */ -typedef struct samr_change_reject -{ - uint32 reject_reason; - uint32 unknown1; - uint32 unknown2; - -} SAMR_CHANGE_REJECT; - -/* SAMR_R_CHGPASSWD3 */ -typedef struct r_samr_chgpasswd_user3 -{ - uint32 ptr_info; - uint32 ptr_reject; - SAM_UNK_INFO_1 *info; - SAMR_CHANGE_REJECT *reject; - NTSTATUS status; /* 0 == OK, C000006A (NT_STATUS_WRONG_PASSWORD) */ - -} SAMR_R_CHGPASSWD_USER3; - - /* these are from the old rpc_samr.h - they are needed while the merge is still going on */ #define MAX_SAM_SIDS 15 -- cgit