summaryrefslogtreecommitdiff
path: root/libcli/auth/schannel.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-04-24 12:33:28 +0200
committerStefan Metzmacher <metze@samba.org>2013-08-10 09:18:56 +0200
commit9f2e81ae02549369db49c05edf7071612a03a8b8 (patch)
tree09557c70e4ccf6b8bc7388c18c4358807d78e6e6 /libcli/auth/schannel.h
parent59b09564a7edac8dc241269587146342244ce58b (diff)
downloadsamba-9f2e81ae02549369db49c05edf7071612a03a8b8.tar.gz
samba-9f2e81ae02549369db49c05edf7071612a03a8b8.tar.bz2
samba-9f2e81ae02549369db49c05edf7071612a03a8b8.zip
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
See [MS-NPRC] 3.3.4.2 The Netlogon Signature Token. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libcli/auth/schannel.h')
-rw-r--r--libcli/auth/schannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/schannel.h b/libcli/auth/schannel.h
index bfccd950b6..271b5bb6ba 100644
--- a/libcli/auth/schannel.h
+++ b/libcli/auth/schannel.h
@@ -30,7 +30,7 @@ enum schannel_position {
struct schannel_state {
enum schannel_position state;
- uint32_t seq_num;
+ uint64_t seq_num;
bool initiator;
struct netlogon_creds_CredentialState *creds;
};