search for: using_smb2

Displaying 1 result from an estimated 1 matches for "using_smb2".

Did you mean: using_samba
2020 May 14
0
open 2nd pdf on dfs share with Acrobat Reader not possible
...0200 @@ -5208,6 +5208,63 @@ NTSTATUS smbd_do_qfilepathinfo(connectio break; } + case SMB_FILE_NORMALIZED_NAME_INFORMATION: + { + char *nfname = NULL; + + if (!fsp->conn->sconn->using_smb2) { + return NT_STATUS_INVALID_LEVEL; + } + + nfname = talloc_strdup(mem_ctx, smb_fname->base_name); + if (nfname == NULL) { + return NT_STATUS_NO_MEMORY; +...