https://bugs.kde.org/show_bug.cgi?id=385708
Nate Graham <pointedst...@zoho.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kio | |-extras/a36b797913a844dbb26 | |d5dc1542b3ce304f5f445 --- Comment #12 from Nate Graham <pointedst...@zoho.com> --- Git commit a36b797913a844dbb26d5dc1542b3ce304f5f445 by Nathaniel Graham, on behalf of Michal MalĂ˝. Committed on 01/11/2017 at 00:21. Pushed by ngraham into branch 'master'. Workaround incorrectly returned EEXIST instead of EPERM regression introduced by libsmbclient 4.7 Summary: There appears to be an issue with libsmbclient 4.7 that returns nonsensical EEXIST error code when a user has not authenticated themselves to access password-protected shares. This patch attempts to work around the issue by treating EEXIST as another case of "invalid login credentials". The workaround tries to detect broken versions of libsmbclient and enables itself only when such a version is found. See https://bugzilla.samba.org/show_bug.cgi?id=13050 for upstream bug report. Reviewers: ngraham, davidedmundson, elvisangelaccio, #frameworks Reviewed By: ngraham, davidedmundson Subscribers: cfeck, rdieter, graesslin, z3ntu Differential Revision: https://phabricator.kde.org/D8387 M +29 -1 smb/kio_smb.cpp M +3 -0 smb/kio_smb.h M +6 -1 smb/kio_smb_browse.cpp https://commits.kde.org/kio-extras/a36b797913a844dbb26d5dc1542b3ce304f5f445 -- You are receiving this mail because: You are watching all bug changes.