s3-dcerpc: remove more unused structs.
authorGünther Deschner <gd@samba.org>
Tue, 15 Sep 2009 04:37:10 +0000 (06:37 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 15 Sep 2009 15:49:52 +0000 (17:49 +0200)
Guenther

source3/include/rpc_dce.h

index 27ad3c3febc1c9f957cffaf63a64528da3c3aa18..e5c1e3ae3aa658184350914ed1e0136919f05cf6 100644 (file)
@@ -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 */