summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-16 00:05:45 +0100
committerGünther Deschner <gd@samba.org>2008-02-16 00:05:45 +0100
commit26106d2e39bd09e85aab81735bd901b2c438f155 (patch)
tree5869c4b1c96c593923a9e2f55be1c88616738e64 /source3/include
parent3f24ef18481417fd7d52856b3d68bec099a7b643 (diff)
downloadsamba-26106d2e39bd09e85aab81735bd901b2c438f155.tar.gz
samba-26106d2e39bd09e85aab81735bd901b2c438f155.tar.bz2
samba-26106d2e39bd09e85aab81735bd901b2c438f155.zip
Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.
Guenther (This used to be commit 2123aff75c8db431cb37d132058902287e740a85)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_netlogon.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h
index 3d7e11d1d6..e8414edd90 100644
--- a/source3/include/rpc_netlogon.h
+++ b/source3/include/rpc_netlogon.h
@@ -281,22 +281,6 @@ typedef struct neg_flags_info {
uint32 neg_flags; /* negotiated flags */
} NEG_FLAGS;
-
-/* NET_Q_REQ_CHAL */
-typedef struct net_q_req_chal_info {
- uint32 undoc_buffer; /* undocumented buffer pointer */
- UNISTR2 uni_logon_srv; /* logon server unicode string */
- UNISTR2 uni_logon_clnt; /* logon client unicode string */
- DOM_CHAL clnt_chal; /* client challenge */
-} NET_Q_REQ_CHAL;
-
-
-/* NET_R_REQ_CHAL */
-typedef struct net_r_req_chal_info {
- DOM_CHAL srv_chal; /* server challenge */
- NTSTATUS status; /* return code */
-} NET_R_REQ_CHAL;
-
/* NET_Q_AUTH */
typedef struct net_q_auth_info {
DOM_LOG_INFO clnt_id; /* client identification info */
@@ -309,22 +293,6 @@ typedef struct net_r_auth_info {
NTSTATUS status; /* return code */
} NET_R_AUTH;
-/* NET_Q_AUTH_2 */
-typedef struct net_q_auth2_info {
- DOM_LOG_INFO clnt_id; /* client identification info */
- DOM_CHAL clnt_chal; /* client-calculated credentials */
-
- NEG_FLAGS clnt_flgs; /* usually 0x0000 01ff */
-} NET_Q_AUTH_2;
-
-
-/* NET_R_AUTH_2 */
-typedef struct net_r_auth2_info {
- DOM_CHAL srv_chal; /* server-calculated credentials */
- NEG_FLAGS srv_flgs; /* usually 0x0000 01ff */
- NTSTATUS status; /* return code */
-} NET_R_AUTH_2;
-
/* NET_Q_AUTH_3 */
typedef struct net_q_auth3_info {
DOM_LOG_INFO clnt_id; /* client identification info */