[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2020-05-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362805 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2020-05-17 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #19 from David Faure --- Michael Pyne's comment https://phabricator.kde.org/D4335 says otherwise. I'm afraid we have to keep the current mess for compat reasons. Some distros (debian, neon, probably opensuse?) have applied the patch that

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2020-04-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=362805 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #18 from David Faure

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-06-21 Thread Maximiliano Curia via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 Maximiliano Curia changed: What|Removed |Added CC||m...@debian.org ---

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-06-10 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-09 Thread Gabriel C via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #16 from Gabriel C --- yes , now is again broken in the way it was broken before your first fix. ( and this one was right ) I don't think there is a way to fix it and remain compatible with <=5.21.0 .. however you

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-09 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #15 from Allen Winter --- that's exactly what I was trying to fix that got us into this mess in the first place. The code is now rolled-back to what it was before I messed with it. well, except for a new comment. -- You

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-09 Thread Gabriel C via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #14 from Gabriel C --- Allen , this commit : https://quickgit.kde.org/?p=kwallet.git=commitdiff=0d56c68d7a2204a987a5255096d004d5a696c0e5=87e774825b779ba846315a8b2ffe6479dd9f9814 is not really right.. It does not

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-09 Thread Gabriel C via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 Gabriel C changed: What|Removed |Added CC||nix.or@gmail.com ---

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 Allen Winter changed: What|Removed |Added Latest Commit||http://commits.kde.org/kwal

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #10 from Allen Winter --- if you do test the patch, please remember to apply the patch to the un-reverted code. in other works, make sure you have #include -- You are receiving this mail because: You are watching all bug

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #9 from Allen Winter --- I just attached a patch. Can anyone test it? -- You are receiving this mail because: You are watching all bug changes.

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #8 from Allen Winter --- Created attachment 98845 --> https://bugs.kde.org/attachment.cgi?id=98845=edit Patch to fix blowfish algorithm -- You are receiving this mail because: You are watching all bug changes.

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Luca Beltrame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #7 from Luca Beltrame --- Those are normal x86_64 systems, so little endian, I'd say. -- You are receiving this mail because: You are watching all bug changes.

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #6 from Allen Winter --- yep. if you look at Bruce Schneier's blowfish.c you'll see code like this: #ifdef little_endian data = ((data & 0xFF00) >> 24) | ((data & 0x00FF) >> 8) | ((data &

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Allen Winter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #5 from Allen Winter --- are the problems happening on big endian or little endian systems? you guys are using blowfish? interestingly, if I remove the include #if Q_BYTE_ORDER == Q_BIG_ENDIAN gives a warning but evaluates

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Hrvoje Senjan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #4 from Hrvoje Senjan --- Please compare also bug 344162, we had similar situation there. -- You are receiving this mail because: You are watching all bug changes.

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Hrvoje Senjan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 Hrvoje Senjan changed: What|Removed |Added CC|

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Bruno Friedmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 Bruno Friedmann changed: What|Removed |Added CC||lbeltr...@kde.org -- You

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Bruno Friedmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 --- Comment #2 from Bruno Friedmann --- Valentin, if you are like me using kua/kuf repository you can still downgrade all wallet stuf to what oss propose. It will allow you at least be able to work. -- You are receiving this mail

[kwalletmanager] [Bug 362805] KF5Wallet can't open previuosly created wallet with error code -9

2016-05-08 Thread Bruno Friedmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362805 Bruno Friedmann changed: What|Removed |Added CC||br...@ioda-net.ch ---