s3: smbd: Remove support for SMBcopy SMB_COM_COPY (0x29)
authorJeremy Allison <jra@samba.org>
Wed, 1 Dec 2021 20:24:07 +0000 (12:24 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 9 Dec 2021 18:06:35 +0000 (18:06 +0000)
commit7f61ff777b1dafb757794e256fb9d3a52dfb7e24
tree5c1d7e6b4ee42dc11fb3900276805364f24f3714
parentd2aae105c610e263f53eb502822d6de65bb7a733
s3: smbd: Remove support for SMBcopy SMB_COM_COPY (0x29)

It's not used in our client code or tested.

From MS-CIFS.

This command was introduced in the LAN Manager 1.0 dialect
It was rendered obsolete in the NT LAN Manager dialect.
This command was used to perform server-side file copies, but
is no longer used. Clients SHOULD
NOT send requests using this command code.
Servers receiving requests with this command code
SHOULD return STATUS_NOT_IMPLEMENTED (ERRDOS/ERRbadfunc).

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/reply.c