summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-06 01:53:29 +0100
committerGünther Deschner <gd@samba.org>2008-02-07 10:07:01 +0100
commit3e731a49366df8a1fda6cc6b7fb14fc68dbb5d36 (patch)
treeb60ef6ca3411d5b51ea4536561478c0dc717874b /source3/include
parent83036e7fd2ca6733cb98ce695fd3e0c4b9d018db (diff)
downloadsamba-3e731a49366df8a1fda6cc6b7fb14fc68dbb5d36.tar.gz
samba-3e731a49366df8a1fda6cc6b7fb14fc68dbb5d36.tar.bz2
samba-3e731a49366df8a1fda6cc6b7fb14fc68dbb5d36.zip
Remove unused marshalling for SAMR_CHGPASSWD_USER.
Guenther (This used to be commit ac8db3d29bf3f99a492b8265a64430538c8c1cc4)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 1942dd4352..63f6c27c5e 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -1130,51 +1130,6 @@ typedef struct r_samr_lookup_rids_info
} SAMR_R_LOOKUP_RIDS;
-
-/* SAMR_ENC_PASSWD */
-typedef struct enc_passwd_info
-{
- uint32 ptr;
- uint8 pass[516];
-
-} SAMR_ENC_PASSWD;
-
-/* SAMR_ENC_HASH */
-typedef struct enc_hash_info
-{
- uint32 ptr;
- uint8 hash[16];
-
-} SAMR_ENC_HASH;
-
-/* SAMR_Q_CHGPASSWD_USER */
-typedef struct q_samr_chgpasswd_user_info
-{
- 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 unknown; /* 0x0000 0001 */
-
- SAMR_ENC_PASSWD lm_newpass;
- SAMR_ENC_HASH lm_oldhash;
-
-} SAMR_Q_CHGPASSWD_USER;
-
-/* SAMR_R_CHGPASSWD_USER */
-typedef struct r_samr_chgpasswd_user_info
-{
- NTSTATUS status; /* 0 == OK, C000006A (NT_STATUS_WRONG_PASSWORD) */
-
-} SAMR_R_CHGPASSWD_USER;
-
/* these are from the old rpc_samr.h - they are needed while the merge
is still going on */
#define MAX_SAM_SIDS 15