Summary: | Cannot connect and create link to SMB share in either knetattach or Dolphin address bar | ||
---|---|---|---|
Product: | [Applications] knetattach | Reporter: | Cezar Tigaret <cezar.tigaret> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.12.6 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio-extras/76402b7c61da193f32e3ff062338a2ddf6e23d4e | Version Fixed In: | |
Sentry Crash Report: |
Description
Cezar Tigaret
2018-10-12 09:33:29 UTC
Git commit cf34ba609dc42da19339e5b0c3c1b67c7fa0d313 by Harald Sitter. Committed on 17/10/2018 at 14:30. Pushed by sitter into branch 'master'. apply eexist workaround from listDir to stat as well Summary: knetattach stats() without first doing a listDir() so in the event that the url requires authentication it won't work and error out on the EEXISTS. listDir has a fallback hack for this which was missing from stat. stat now has this workaround as well and correctly brings up an auth dialog on shares that require it. Test Plan: - knetattach - smb - data for host (folder should require auth) - save and connect - auth dialog comes up - enter details - ok - works Reviewers: broulik Reviewed By: broulik Subscribers: kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D16272 M +1 -1 smb/kio_smb_browse.cpp https://commits.kde.org/kio-extras/cf34ba609dc42da19339e5b0c3c1b67c7fa0d313 Git commit 76402b7c61da193f32e3ff062338a2ddf6e23d4e by Harald Sitter. Committed on 17/10/2018 at 14:32. Pushed by sitter into branch 'Applications/18.08'. apply eexist workaround from listDir to stat as well Summary: knetattach stats() without first doing a listDir() so in the event that the url requires authentication it won't work and error out on the EEXISTS. listDir has a fallback hack for this which was missing from stat. stat now has this workaround as well and correctly brings up an auth dialog on shares that require it. Test Plan: - knetattach - smb - data for host (folder should require auth) - save and connect - auth dialog comes up - enter details - ok - works Reviewers: broulik Reviewed By: broulik Subscribers: kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D16272 M +1 -1 smb/kio_smb_browse.cpp https://commits.kde.org/kio-extras/76402b7c61da193f32e3ff062338a2ddf6e23d4e |