summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-04-09 09:52:57 +0000
committerVolker Lendecke <vlendec@samba.org>2003-04-09 09:52:57 +0000
commitd9440df5799a80357bcc51d1a8bf83f71b7f5cd9 (patch)
treedaea5964c642904c1e28dfbd3cecf20b5fa8a430 /source3/include
parent425797700b24c14c252389c2ff6cf3b569d7ee22 (diff)
downloadsamba-d9440df5799a80357bcc51d1a8bf83f71b7f5cd9.tar.gz
samba-d9440df5799a80357bcc51d1a8bf83f71b7f5cd9.tar.bz2
samba-d9440df5799a80357bcc51d1a8bf83f71b7f5cd9.zip
A little clarification in the rpc auth header struct.
Volker (This used to be commit 9fc3e4bf9fa7845b5d4a7eb4cacfec586045ebd0)
Diffstat (limited to 'source3/include')
-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;
};