User Details
- User Since
- Nov 13 2016, 11:22 AM (444 w, 4 d)
- Availability
- Available
May 5 2020
Check this commit message https://phabricator.kde.org/R32:f56cdda54b7f88b119f2c7cfb2f534b4fe74478f
Jan 17 2020
I was debugging the code locally and here's what I found: simple wildcard like * is being replaced with cool stuff like \\A(?:[^/]*)\\z.
As you can see, this pattern excludes forward slashes, which may be a good thing for a file path, but it is exactly the source of the problem in this case.
So here's my debug code, which was tested by me and it works:
Jan 16 2020
Jan 15 2020
otherwise, we could just revert this patch
QMap<QString, QByteArray> entries; if (m_wallet->readEntryList("*", entries) != 0) { qWarning() << "KWalletPasswordBackend::initialize Cannot read entries!"; return; }
This changeset breaks the app, making it impossible to get the list of entries from outside. Tested against Falkon browser with KDE integration plugin. See my inline comments here
Jan 3 2020
Is this discussion relevant? Just to have a reference of what is wrong with KMail
Apr 27 2018
Apr 26 2018
Apr 13 2018
Apr 11 2018
Apr 2 2018
After my research on libswresample topic I started to think that it's not a good solution for this situation, quite the opposite even. It still requires format conversions which renders the code to a much more complex state. So no advantages here really.
Mar 27 2018
Final revision.
UPD: not really :D
Hello. I decided to rework the patch since some important changes happened:
Mar 25 2018
Check if it's safe to deallocate the buffer and to move the pointer
delete -> delete[]
Mar 24 2018
Rebased to the current master
I'll probably need the commit access to commit these changes
Nov 15 2017
pinentry-kwallet is not a replacement for pinentry-qt or pinentry-gtk binaries (that's what I was thinking). It just kind of works on top of them. Too bad this fact is not documented anywhere.
I realized that there's no need for these changes. Actually they can even break something. Also the project is not a part of KDE Apps https://www.mirbsd.org/kwalletcli.htm
Sorry for the noise