summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-04-09 09:54:26 +0000
committerVolker Lendecke <vlendec@samba.org>2003-04-09 09:54:26 +0000
commit42c18d52993cd7aaf3d8c0ef04e44404f72b3ce5 (patch)
treeb1a1f2f8a307050239643c1fdf9df1ff06d76ebc /source3/include/rpc_dce.h
parentd3b8ac6f96889c3dc9137a6b24f351e8df9c23cb (diff)
downloadsamba-42c18d52993cd7aaf3d8c0ef04e44404f72b3ce5.tar.gz
samba-42c18d52993cd7aaf3d8c0ef04e44404f72b3ce5.tar.bz2
samba-42c18d52993cd7aaf3d8c0ef04e44404f72b3ce5.zip
A little clarification in the rpc auth header struct.
Volker (This used to be commit 36362c602ba03ae5e89956b16820d5dff580bee7)
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 7e8bc3949e..22dae7ce36 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -197,10 +197,10 @@ typedef struct rpc_hdr_auth_info
{
uint8 auth_type; /* 0x0a */
uint8 auth_level; /* 0x06 */
- uint8 stub_type_len; /* don't know */
- uint8 padding; /* padding */
+ uint8 padding;
+ uint8 reserved; /* padding */
- uint32 unknown; /* pointer */
+ uint32 auth_context; /* pointer */
} RPC_HDR_AUTH;
@@ -229,7 +229,6 @@ typedef struct rpc_auth_netsec_chk_info
struct netsec_auth_struct
{
- RPC_AUTH_NETSEC_NEG netsec_neg;
uchar sess_key[16];
uint32 seq_num;
};