s3: smbd: Fix the error processing in filename_convert_dirfsp_nosymlink() to match...
authorJeremy Allison <jra@samba.org>
Wed, 27 Jul 2022 22:28:13 +0000 (15:28 -0700)
committerVolker Lendecke <vl@samba.org>
Thu, 28 Jul 2022 15:38:38 +0000 (15:38 +0000)
commit758ffebb8a8ce6b92598137f927a67961690bb69
treea17c72a4d7a6c3ce01c368ddd47274328659af5a
parentbe8ac8df178556957d3d20d309b0f79cb1df6b34
s3: smbd: Fix the error processing in filename_convert_dirfsp_nosymlink() to match unix_convert() 100%

We need this in order to pass:

samba3.raw.samba3badpath
raw.chkpath
samba3.base.chkpath

Now we can convert all the SMB1 reply_openXXX functions,
and reply_checkpath().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/filename.c