s3: smbd: Add 'bool signing_mandatory' to struct smbXsrv_connection.smb2 component.
authorJeremy Allison <jra@samba.org>
Tue, 8 Mar 2022 02:09:40 +0000 (18:09 -0800)
committerDavid Mulder <dmulder@samba.org>
Tue, 8 Mar 2022 22:12:37 +0000 (22:12 +0000)
Not yet used.

Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: David Mulder <dmulder@samba.org>
source3/smbd/globals.h

index ee30d06924ae6fe27b77b7b63d2a7bc9c7d922cf..a024305486c9daf4d8ade63802189f5ec7b59020 100644 (file)
@@ -542,6 +542,8 @@ struct smbXsrv_connection {
                struct {
                        uint8_t read_body_padding;
                } smbtorture;
+
+               bool signing_mandatory;
        } smb2;
 };