s3: smbd: Remove UCF_ALWAYS_ALLOW_WCARD_LCOMP flag from pathname processing in reply_...
commit4cfe055ca7e5428cf2e616039ceb065708db3af2
authorJeremy Allison <jra@samba.org>
Wed, 1 Dec 2021 21:56:31 +0000 (1 13:56 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 9 Dec 2021 18:06:35 +0000 (9 18:06 +0000)
treea9046c80b0a27c69982a32c8ed3f18be7337e6aa
parent098d63a219c3db0406fecca853ea1798cf50cb1b
s3: smbd: Remove UCF_ALWAYS_ALLOW_WCARD_LCOMP flag from pathname processing in reply_mv().

We are no longer supporting wildcard rename via SMBmv (0x7)
as WindowsXP SMB1 and above do not use it.

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