s3: smbd: Split out smb2_ioctl_smbtorture() into a separate file.
authorJeremy Allison <jra@samba.org>
Thu, 5 Aug 2021 20:14:16 +0000 (13:14 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 11 Aug 2021 19:16:29 +0000 (19:16 +0000)
commit6b6770c2ba83bf25da31623443c19a8de34e5ba4
tree3637916a79bc3b9c74c7053ed58e195310c2248b
parent4354823c5146753ef8a3791bc8562379096659b8
s3: smbd: Split out smb2_ioctl_smbtorture() into a separate file.

We will be adding async supporting code to this, and we don't want to
clutter up smb2_ioctl.c.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb2_ioctl.c
source3/smbd/smb2_ioctl_private.h
source3/smbd/smb2_ioctl_smbtorture.c [new file with mode: 0644]
source3/wscript_build