| Summary: | Further attempts to authenticate fail if one closes the dialog after a wrong password | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Jonathan Thomas <echidnaman> |
| Component: | kdecore | Assignee: | Dario Freddi <drf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jonathan Thomas
2010-02-16 02:59:28 UTC
SVN commit 1114744 by dafre: BUG: 227117 CCMAIL: igor@shg.ru - Make polkit-1 backend more safe by waiting for authentication asynchronously and through an event loop - Fix a bug in the DBus backend where an early error compromised action results and the list of ongoing actions. This fixes bug 227117. - Fixed some copyrights around, also Igor, this should also fix your problem. Can you please try and let me know? P.S.: Backporting in a minute M +2 -1 BackendsManager.cpp M +1 -0 BackendsManager.h M +28 -22 backends/dbus/DBusHelperProxy.cpp M +35 -2 backends/polkit-1/Polkit1Backend.cpp M +22 -4 backends/polkit-1/Polkit1Backend.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1114744 SVN commit 1114745 by dafre: CCBUG: 227117 Backporting r1114744 M +2 -1 BackendsManager.cpp M +1 -0 BackendsManager.h M +28 -22 backends/dbus/DBusHelperProxy.cpp M +35 -2 backends/polkit-1/Polkit1Backend.cpp M +22 -4 backends/polkit-1/Polkit1Backend.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1114745 Changing the component to the correct one - this was a bug in KAuth, so no updates to polkit-kde-1 or polkit-qt-1 are needed. |