diff options
author | Günther Deschner <gd@samba.org> | 2009-09-15 06:37:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-15 17:49:52 +0200 |
commit | e1ecb807e39264ab6bdd4a7d3dc35c95d7c17442 (patch) | |
tree | 67f20274bc0307da67fb762f81e40eb1d339826c /source3/include | |
parent | 7b36ea55ea542d5a7f293359a12c441e3e9ba0c6 (diff) | |
download | samba-e1ecb807e39264ab6bdd4a7d3dc35c95d7c17442.tar.gz samba-e1ecb807e39264ab6bdd4a7d3dc35c95d7c17442.tar.bz2 samba-e1ecb807e39264ab6bdd4a7d3dc35c95d7c17442.zip |
s3-dcerpc: remove more unused structs.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_dce.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h index 27ad3c3feb..e5c1e3ae3a 100644 --- a/source3/include/rpc_dce.h +++ b/source3/include/rpc_dce.h @@ -53,9 +53,6 @@ enum RPC_PKT_TYPE { #define RPC_FLG_LAST 0x02 #define RPC_FLG_NOCALL 0x20 - -#define SMBD_NTLMSSP_NEG_FLAGS 0x000082b1 /* ALWAYS_SIGN|NEG_NTLM|NEG_LM|NEG_SEAL|NEG_SIGN|NEG_UNICODE */ - /* DCE RPC auth types - extended by Microsoft. */ #define RPC_ANONYMOUS_AUTH_TYPE 0 #define RPC_AUTH_TYPE_KRB5_1 1 @@ -165,15 +162,6 @@ typedef struct rpc_hdr_auth_info { #define RPC_HDR_AUTH_LEN 8 -/* attached to the end of encrypted rpc requests and responses */ -/* RPC_AUTH_SCHANNEL_CHK */ -typedef struct rpc_auth_schannel_chk_info { - uint8 sig [8]; /* 77 00 7a 00 ff ff 00 00 */ - uint8 packet_digest[8]; /* checksum over the packet, MD5'ed with session key */ - uint8 seq_num[8]; /* verifier, seq num */ - uint8 confounder[8]; /* random 8-byte nonce */ -} RPC_AUTH_SCHANNEL_CHK; - typedef struct rpc_context { uint16 context_id; /* presentation context identifier. */ uint8 num_transfer_syntaxes; /* the number of syntaxes */ |