git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59847fd
)
record highest seq number in SMB2 to check for seqnum going backwards
author
Andrew Tridgell
<tridge@samba.org>
Thu, 25 Sep 2008 00:34:58 +0000
(17:34 -0700)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 25 Sep 2008 01:10:23 +0000
(18:10 -0700)
source4/smb_server/smb_server.h
patch
|
blob
|
history
diff --git
a/source4/smb_server/smb_server.h
b/source4/smb_server/smb_server.h
index 4676fc3e9cfb1f8ffe80a4f60c70be735340223b..b3c3122765e513f9fb3a73f676a38be8fec8a44d 100644
(file)
--- a/
source4/smb_server/smb_server.h
+++ b/
source4/smb_server/smb_server.h
@@
-386,6
+386,8
@@
struct smbsrv_connection {
struct loadparm_context *lp_ctx;
bool smb2_signing_required;
+
+ uint64_t highest_smb2_seqnum;
};
struct model_ops;