thesamesam renamed
T5976: libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd') from
libgcrypt build failure on HPPA 1.1 () to
libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd').
Full build.log:
. Happy to get more information if you tell us what's needed. Hardware access can be given over SSH too.
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA387ecb5b519e: Remove extra space (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove extra space
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRAc57a01be0478: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRAc0379f1410a1: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA9452021b8475: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
qt: Update the cursor position when reformatting the text
Contrary to your expectations, all fail after yubikey insertion:
Please do experiment again and give us the whole log of scdaemon.log for:
Hmm, according to lxr.kde.org this is the only usage of a variable in all of (indexed) KDE. OTOH, there's also exactly one usage of a variable in all of KDE (in ).
Editing a formatted password should work now as expected.
Ingo: I have now assigned this to you. If you can explain why my fix is required in a way that upstream would accept the change we should try to get this into KConfigWidgets proper. But I do not think that I can convincingly explain why it is required or what happens here.
In case you need any information, be sure to let me know. Maybe we can add some manual loggers to the patches, to confirm that everything is working as you imagine it to?
Add patch to fix kleopatra crash on exit
Update GPGME to latest master
After some debugging and reading the code I did not find any way that the KSharedConfigPtr could be accessed when it was NULL. It is never saved in a member variable. The only place it was saved was in the static thread_local variable of defaultConfig in kcolorschemehelpers_p.h. Since this was irritating because I understood QExplicitlySharedDataPointer to already handle thread_local ness
Its an issue of cursor position. If one either deletes or inputs a a character anywhere in the password string, the cursor always jumps to the end of the string.
So after updating to latest kf5 this still happens. The windows event log tells me that the crash occurs from libkf5configwidgets.dll
Does not seem to happen on Linux, i have run it with valgrind to and only found other crashes on linux shutdown when closing the window.
cpp: Export KeyListModeSaver
Laurent Montel <montel@kde.org> committed
rLIBKLEO30058639497f: GIT_SILENT: prepare to 22.04.2 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare to 22.04.2
Umm... The problem is the last bogus octet from Yubikey. In the log, we see:
Port from QRegExp to QRegularExpression
ListWidget: port to QRegularExpression
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA44b059bf4d82: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA50a632d975e0: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA167cf920805c: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
camellia: add amd64 GFNI/AVX512 implementation
cipher: move CBC/CFB/CTR self-tests to tests/basic
Commit GUIDs from the 3.1.22 relase
Update KDE Frameworks to 5.93.0
Wait for KeyCache in Readerstatus thread
Do not build kcm for gnupgsystem on windows
Fix crash when reopening mainwindow
I'm certain I've applied the patches correctly. This is my current patchset:
Please check the 2020 certificate by using the details dialog. Has it a valid encryption subkey?
it was noted that this also affects other ML hosted there like those of freie-software.org
The change improve error handling for possible other errors by device: rG53eddf9b9ea0: scd: Fail when no good algorithm attribute.
scd: Fail when no good algorithm attribute.
Thank you for the logs. It seems that scdaemon didn't detect the removal correctly.
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRAb7a8ba73ec1c: Minor refactor (authored by Ahmad Samir <a.samirh78@gmail.com>).
Minor refactor
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA8eda1ab32844: Checksum Controller: port to QRegularExpression (authored by Ahmad Samir <a.samirh78@gmail.com>).
Checksum Controller: port to QRegularExpression
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA3d34f260ad09: CreateChecksumsController: move static util methods to a private header (authored by Ahmad Samir <a.samirh78@gmail.com>).
CreateChecksumsController: move static util methods to a private header
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRAf02c4414272c: VerifyChecksumsController: use static methods from checksumsutils_p.h (authored by Ahmad Samir <a.samirh78@gmail.com>).
VerifyChecksumsController: use static methods from checksumsutils_p.h
I've uploaded the requested information with triple verbose and debug-all setting in the as :
Use KeyCache::instance() in connect() calls
src/{utils,view}: port to PMF/Functor signal/slot syntax
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA1cbe620c321c: Use KeyCache::instance() in connect() calls (authored by Ahmad Samir <a.samirh78@gmail.com>).
Use KeyCache::instance() in connect() calls
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRAfb4de9a9b8b4: src/{utils,view}: port to PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/{utils,view}: port to PMF/Functor signal/slot syntax
File name extension can be longer than 3 character
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA138973736995: Port from QRegExp to QRegularExpression (authored by Ahmad Samir <a.samirh78@gmail.com>).
Port from QRegExp to QRegularExpression
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA318c28d4fb50: ListWidget: port to QRegularExpression (authored by Ahmad Samir <a.samirh78@gmail.com>).
ListWidget: port to QRegularExpression
Thank you, @gniibe. That's what I was missing: installing made the difference.
scd:openpgp: New card vendor.
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA4a6d55dd9d25: src/{utils,view}: port to PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/{utils,view}: port to PMF/Functor signal/slot syntax
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA9439051aa62b: Minor refactor (authored by Ahmad Samir <a.samirh78@gmail.com>).
Minor refactor
Alternative way to make signals private
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA2e06d4bc4406: Alternative way to make signals private (authored by Ahmad Samir <a.samirh78@gmail.com>).
Alternative way to make signals private
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA6f49c63390bb: Alternative way to make signals private (authored by Ahmad Samir <a.samirh78@gmail.com>).
Alternative way to make signals private
Pushed the change. Also, it's backported to 1.10 branch.
mpi: Fix for 64-bit for _gcry_mpih_cmp_ui.
Thanks for creating this ticket. I'll reply.
Pushed the changes for http.c.
dirmngr: Fix for Windows.
libgcrypt 1.10 is out with the API change for Windows, and we don't see any report (yet).
Applied to 2.2 branch, too.
random: Fix rndjent for Windows.
Pushed the change to master.
tests: Enable tests with keyboxd only when it's configured.
I examined all log files you gave us, and I think that scdaemon with PC/SC fails to detect the removal of the USB device.
You need to install a package like or , so that you can have development header files and library (sqlite3*.h and libsqite3.so) and pkgconfig file (pkgconfig/sqlite3.pc).
Yes, I saw that in the logs and installed those packages. Now I have and in , but that doesn't seem to have changed anything.
the link's target doesn't exist
Yes, of course I did that. The error output I included followed the sequence
Is there any progress on this issue? The code looks reasonable but does not apply on top of 2.2.35 (I didn't try master yet) and I didn't find a submission to the mailing list. I would really appreciate this patch, as it is a significant speedbump in my workflow.
• ikloecker moved
T5969: Kleopatra: Support large magnification for OpenPGP certificate generation from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA386e2247e5ab: Minor refactor (authored by Ahmad Samir <a.samirh78@gmail.com>).
Minor refactor
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA2bd2ac10d89f: ListWidget: port to QRegularExpression (authored by Ahmad Samir <a.samirh78@gmail.com>).
ListWidget: port to QRegularExpression
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA71f36682074c: VerifyChecksumsController: use static methods from checksumsutils_p.h (authored by Ahmad Samir <a.samirh78@gmail.com>).
VerifyChecksumsController: use static methods from checksumsutils_p.h
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRAfef812e79967: Checksum Controller: port to QRegularExpression (authored by Ahmad Samir <a.samirh78@gmail.com>).
Checksum Controller: port to QRegularExpression
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA97084f73edff: Port from QRegExp to QRegularExpression (authored by Ahmad Samir <a.samirh78@gmail.com>).
Port from QRegExp to QRegularExpression
Ahmad Samir <a.samirh78@gmail.com> committed
rKLEOPATRA225d5bd92aa4: CreateChecksumsController: move static util methods to a private header (authored by Ahmad Samir <a.samirh78@gmail.com>).
CreateChecksumsController: move static util methods to a private header