record highest seq number in SMB2 to check for seqnum going backwards
authorAndrew Tridgell <tridge@samba.org>
Thu, 25 Sep 2008 00:34:58 +0000 (17:34 -0700)
committerAndrew Tridgell <tridge@samba.org>
Thu, 25 Sep 2008 01:10:23 +0000 (18:10 -0700)
source4/smb_server/smb_server.h

index 4676fc3e9cfb1f8ffe80a4f60c70be735340223b..b3c3122765e513f9fb3a73f676a38be8fec8a44d 100644 (file)
@@ -386,6 +386,8 @@ struct smbsrv_connection {
        struct loadparm_context *lp_ctx;
 
        bool smb2_signing_required;
+
+       uint64_t highest_smb2_seqnum;
 };
 
 struct model_ops;