smb2_server: decouple IOCTL check from signing/encryption states
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Sep 2021 15:25:53 +0000 (17:25 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 1 Dec 2021 11:04:29 +0000 (11:04 +0000)
commitbd3ba3c96e6ba811afd5898ff5470188557a6e33
tree258aa35cbf74b3f20140b1a78d94cf27e1eb0157
parent1cd948d8520fd41a4e2f0cc6ee787c1e20211e33
smb2_server: decouple IOCTL check from signing/encryption states

There's no reason to handle FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUT
differently if signing/encryption is used.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14788

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb2_server.c