summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-01 11:14:49 +0100
committerGünther Deschner <gd@samba.org>2008-02-01 12:29:26 +0100
commit481a7f957252e3639b87cd2a6cd6025f23d8fd05 (patch)
tree2784f5222722d31a8cf3b80a10222be529998bf0 /source3/include
parent42960f817a9fd439557d1be2f3ca3603a35489ce (diff)
downloadsamba-481a7f957252e3639b87cd2a6cd6025f23d8fd05.tar.gz
samba-481a7f957252e3639b87cd2a6cd6025f23d8fd05.tar.bz2
samba-481a7f957252e3639b87cd2a6cd6025f23d8fd05.zip
Remove unused marshalling for SAMR_OPEN_DOMAIN.
Guenther (This used to be commit ebf9caa004899281d0fb44cac2e2494d322810bd)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 429a7170a4..69639679fb 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -684,31 +684,6 @@ typedef struct r_samr_lookup_domain_info
} SAMR_R_LOOKUP_DOMAIN;
-/****************************************************************************
-SAMR_Q_OPEN_DOMAIN - unknown_0 values seen associated with SIDs:
-
-0x0000 03f1 and a specific domain sid - S-1-5-21-44c01ca6-797e5c3d-33f83fd0
-0x0000 0200 and a specific domain sid - S-1-5-21-44c01ca6-797e5c3d-33f83fd0
-*****************************************************************************/
-
-/* SAMR_Q_OPEN_DOMAIN */
-typedef struct q_samr_open_domain_info
-{
- POLICY_HND pol; /* policy handle */
- uint32 flags; /* 0x2000 0000; 0x0000 0211; 0x0000 0280; 0x0000 0200 - flags? */
- DOM_SID2 dom_sid; /* domain SID */
-
-} SAMR_Q_OPEN_DOMAIN;
-
-
-/* SAMR_R_OPEN_DOMAIN - probably an open */
-typedef struct r_samr_open_domain_info
-{
- POLICY_HND domain_pol; /* policy handle associated with the SID */
- NTSTATUS status; /* return status */
-
-} SAMR_R_OPEN_DOMAIN;
-
#define MAX_SAM_ENTRIES_W2K 0x400
#define MAX_SAM_ENTRIES_W95 50
/* The following should be the greater of the preceeding two. */