s3: smbd: Change smb2_file_link_information() to use srvstr_pull_talloc()/check_path_...
commit1b510ca2d98e8597ef1b186a5dac7482ca70c4cf
authorJeremy Allison <jra@samba.org>
Mon, 27 Mar 2023 18:25:59 +0000 (27 11:25 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 31 Mar 2023 05:12:32 +0000 (31 05:12 +0000)
tree5e04719d0cf52c10c9207698214906c2104cce3b
parentb3fdc892b4fe2fa5e57a5acae32ae87174212edd
s3: smbd: Change smb2_file_link_information() to use srvstr_pull_talloc()/check_path_syntax_smb2().

It now looks like all other SMB2 path processing and
we can proceed to strip the DFS prefixes from SMB2 pathnames
before further processing.

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