s3: smbd: Remove 'is_dfs' parameter to check_path_syntax_smb2().
commit34fabc26f1da160eba13e1af9c9eac9ae1373fd6
authorJeremy Allison <jra@samba.org>
Mon, 27 Mar 2023 19:23:44 +0000 (27 12:23 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 31 Mar 2023 05:12:32 +0000 (31 05:12 +0000)
treed6c10214c15997c040a1109c5151f0927036b868
parent31f5c714c609cd91fb87058673c02e24f0dea42e
s3: smbd: Remove 'is_dfs' parameter to check_path_syntax_smb2().

check_path_syntax_smb2() is now a simple wrapper around check_path_syntax().
Leave it alone for now to keep things separate when we add SMB3+POSIX parsing.

check_path_syntax_smb2_msdfs() is now no longer used.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/proto.h
source3/smbd/smb2_create.c
source3/smbd/smb2_reply.c
source3/smbd/smb2_trans2.c