summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-08 15:32:24 +0200
committerGünther Deschner <gd@samba.org>2009-09-08 17:07:03 +0200
commita48f884f705de2d08250e00400ae20cd8c677033 (patch)
treed7662d0b13b9676d5c50d4c410f06aeb9c9dcfc9 /source3/include/rpc_dce.h
parent3984738646eaa91c9d03b28f8a535d6eed79c0be (diff)
downloadsamba-a48f884f705de2d08250e00400ae20cd8c677033.tar.gz
samba-a48f884f705de2d08250e00400ae20cd8c677033.tar.bz2
samba-a48f884f705de2d08250e00400ae20cd8c677033.zip
s3: remove unused RPC_AUTH_SCHANNEL_NEG struct and parsing functions.
Guenther
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index cd65ac8656..684880d152 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -174,16 +174,6 @@ typedef struct rpc_hdr_auth_info {
#define RPC_HDR_AUTH_LEN 8
-/* this is TEMPORARILY coded up as a specific structure */
-/* this structure comes after the bind request */
-/* RPC_AUTH_SCHANNEL_NEG */
-typedef struct rpc_auth_schannel_neg_info {
- uint32 type1; /* Always zero ? */
- uint32 type2; /* Types 0x3 and 0x13 seen. Check AcquireSecurityContext() docs.... */
- fstring domain; /* calling workstations's domain */
- fstring myname; /* calling workstation's name */
-} RPC_AUTH_SCHANNEL_NEG;
-
/* attached to the end of encrypted rpc requests and responses */
/* RPC_AUTH_SCHANNEL_CHK */
typedef struct rpc_auth_schannel_chk_info {