The changes have been applied with Werner's suggested improvement with revision rG35b17550706c: gpg: Look up user ID to revoke by UID hash
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
May 27 2022
May 27 2022
• ikloecker closed D552: gpg: Support specifiying user ID to revoke as UID hash for --quick-revoke-uid.
-O2 problem with bench-slope seems strange. Does problem appear after this patch is applied?
• ikloecker committed rKLEOPATRA25e4425bba43: Use simple struct with two Keys instead of a QMap (authored by • ikloecker).
Use simple struct with two Keys instead of a QMap
• ikloecker committed rKLEOPATRA8ee85555ea0b: src/view/key* : port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/view/key* : port to PMF signal/slot syntax
• ikloecker committed rKLEOPATRA0f14794fc030: Minor refactor (authored by Ahmad Samir <a.samirh78@gmail.com>).
Minor refactor
• ikloecker committed rKLEOPATRA961cdf0ef235: Port Q_FOREACH to range-for (authored by Ahmad Samir <a.samirh78@gmail.com>).
Port Q_FOREACH to range-for
• ikloecker committed rKLEOPATRA538f5e6b5a9e: Use std::find_if instead of Q_FOREACH (authored by Ahmad Samir <a.samirh78@gmail.com>).
Use std::find_if instead of Q_FOREACH
Laurent Montel <montel@kde.org> committed rLIBKLEOe3a18cf5886c: Port to QRegularexpression (allow to build libkleo to qt6) (authored by Laurent Montel <montel@kde.org>).
Port to QRegularexpression (allow to build libkleo to qt6)
• ikloecker committed rKLEOPATRA4873c91a6bd3: Extract "Choose Protocol" dialog from NewCertificateWizard (authored by • ikloecker).
Extract "Choose Protocol" dialog from NewCertificateWizard
• ikloecker committed rKLEOPATRA6e8d0314766d: Use simple push buttons instead of QCommandLinkButtons (authored by • ikloecker).
Use simple push buttons instead of QCommandLinkButtons
Modernize code
• ikloecker committed rKLEOPATRA07b183c27d8e: Remove obsolete Choose Protocol page of NewCertificateWizard (authored by • ikloecker).
Remove obsolete Choose Protocol page of NewCertificateWizard
Laurent Montel <montel@kde.org> committed rLIBKLEOf791b91f003b: now all can be build without deprecated methods (authored by Laurent Montel <montel@kde.org>).
now all can be build without deprecated methods
Remove KDHorizontalLine
• ikloecker committed rLIBKLEOa38c4bfe160e: GIT_SILENT Fix grouping of included headers (authored by • ikloecker).
GIT_SILENT Fix grouping of included headers
• ikloecker committed rLIBKLEOe87082ef406d: Use QLabel plus KSeparator instead of KDHorizontalLine (authored by • ikloecker).
Use QLabel plus KSeparator instead of KDHorizontalLine
Laurent Montel <montel@kde.org> committed rLIBKLEO769486fe8414: globalStrut is deprecated by default (removed in qt6) it's QSize(0, 0) (authored by Laurent Montel <montel@kde.org>).
globalStrut is deprecated by default (removed in qt6) it's QSize(0, 0)
• gniibe committed rG9f1dcfc7a7b4: agent: New field "Prompt" to prevent asking card key insertion. (authored by • gniibe).
agent: New field "Prompt" to prevent asking card key insertion.
• gniibe added a project to T5987: card: New field to specify refusing operations when card/token is not available: Restricted Project.
• gniibe added a comment to T5987: card: New field to specify refusing operations when card/token is not available.
Default is "yes". When Prompt: no is specified, it doesn't ask but fails.
• gniibe added a comment to T5987: card: New field to specify refusing operations when card/token is not available.
The behavior has been changed by T5996, to ask card insertion for the consistency of the semantics of configuration.
• gniibe updated the task description for T5987: card: New field to specify refusing operations when card/token is not available.
May 26 2022
May 26 2022
• ikloecker committed rKLEOPATRA928fa117170c: Port QDirModel to QFileSystemModel (authored by Laurent Montel <montel@kde.org>).
Port QDirModel to QFileSystemModel
Laurent Montel <montel@kde.org> committed rKLEOPATRAf3bb40949da7: Make it compile without deprecated methods (authored by Laurent Montel <montel@kde.org>).
Make it compile without deprecated methods
Laurent Montel <montel@kde.org> committed rLIBKLEOb74a9e6623b4: Port deprecated setTime_t method (authored by Laurent Montel <montel@kde.org>).
Port deprecated setTime_t method
• ikloecker committed rLIBKLEOf9cb0d3f03c6: Port filterRegExp to filterRegularExpression (authored by Laurent Montel <montel@kde.org>).
Port filterRegExp to filterRegularExpression
• ikloecker committed rLIBKLEO552e93a93773: Port QApplication deprecated method (authored by Laurent Montel <montel@kde.org>).
Port QApplication deprecated method
• ikloecker committed rLIBKLEO9a224c0f437a: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
• ikloecker committed rLIBKLEO140259e6b67a: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
• ikloecker committed rLIBKLEOca555d3c9a2f: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
• ikloecker committed rLIBKLEO7e528bab4a74: Remove unused include (authored by Laurent Montel <montel@kde.org>).
Remove unused include
• ikloecker committed rLIBKLEO3b75f49fb1fd: Port QApplication deprecated method (authored by Laurent Montel <montel@kde.org>).
Port QApplication deprecated method
• ikloecker committed rLIBKLEO1b5b27925e26: Fix includes for fixing some qt6 compile error (authored by Laurent Montel <montel@kde.org>).
Fix includes for fixing some qt6 compile error
With the change for T5996 applied, the semantics is clear. "Use-for-ssh" flag is a key not for "OpenPGP.3", but other keys (not only OpenPGP.[12], but also for normal keys.)
• gniibe committed rGd86b6c28fcca: agent,ssh: Support "Use-for-ssh" flag in private key. (authored by • gniibe).
agent,ssh: Support "Use-for-ssh" flag in private key.
• gniibe committed rG193fcc2f7a8c: agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH. (authored by • gniibe).
agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.
• gniibe committed rG64c878610568: scd,piv: Fix status report of KEYPAIRINFO. (authored by • gniibe).
scd,piv: Fix status report of KEYPAIRINFO.
agent: Fix get_keyinfo_on_cards.
• gniibe committed rG295a6a759197: agent: Handle USAGE information in KEYINFO. (authored by • gniibe).
agent: Handle USAGE information in KEYINFO.
• gniibe committed rG5264d3f58e8a: scd: Return USAGE information for KEYINFO command. (authored by • gniibe).
scd: Return USAGE information for KEYINFO command.
• gniibe added a project to T5996: ssh,card: "Use-for-ssh:" (was: OpenPGP.3) keys should be on the list even when card is not available: Restricted Project.
May 25 2022
May 25 2022
Files affected:
configure.ac - Added chacha20 and poly1305 assembly implementations. cipher/chacha20-p10le-8x.s (New) - support 8 blocks (512 bytes) unrolling. cipher/poly1305-p10le.s (New) - support 4 blocks (128 bytes) unrolling. cipher/Makefile.am - added new chacha20 and poly1305 files. cipher/chacha20.c - Added PPC p10 le support for 8x chacha20. cipher/poly1305.c - Added PPC p10 le support for 4x poly1305.
Laurent Montel <montel@kde.org> committed rLIBKLEOd317ce288fc7: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEO324638280734: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEObd9b94f11559: Remove unused include (authored by Laurent Montel <montel@kde.org>).
Remove unused include
Laurent Montel <montel@kde.org> committed rLIBKLEO7f2d48f3585d: Port QApplication deprecated method (authored by Laurent Montel <montel@kde.org>).
Port QApplication deprecated method
Laurent Montel <montel@kde.org> committed rLIBKLEOcdcb18647406: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEO67a44b606d20: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEO3ad27c6ba133: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEOecd1ec7c7ef2: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEO2cccd7b9557f: Includes are already in headers (authored by Laurent Montel <montel@kde.org>).
Includes are already in headers
Laurent Montel <montel@kde.org> committed rLIBKLEO49a9bafbfc31: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEO0c4eabcba7b5: Fix includes for fixing some qt6 compile error (authored by Laurent Montel <montel@kde.org>).
Fix includes for fixing some qt6 compile error
Laurent Montel <montel@kde.org> committed rLIBKLEO1ea237ec56bc: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Laurent Montel <montel@kde.org> committed rLIBKLEO2a4419dfc7ca: Includes are already in headers (authored by Laurent Montel <montel@kde.org>).
Includes are already in headers
Laurent Montel <montel@kde.org> committed rLIBKLEO0fe6023fa511: Apply 1 suggestion(s) to 1 file(s) (authored by • ikloecker).
Apply 1 suggestion(s) to 1 file(s)
• ikloecker committed rLIBKLEO9426081aec04: Port to QRegularExpression (authored by Laurent Montel <montel@kde.org>).
Port to QRegularExpression
• gniibe added a project to T5702: Display prompt to user when YubiKey is waiting for touch confirmation: Restricted Project.
This feature is implemented in different way, by T5099.
• gniibe committed rAaafbde956f88: struct assuan_context_s: Move boolean fields to flags. (authored by • gniibe).
struct assuan_context_s: Move boolean fields to flags.
• gniibe committed rA2a5550b7a13c: client: Handle inquiry from server with CONFIDENTIAL. (authored by • gniibe).
client: Handle inquiry from server with CONFIDENTIAL.
• gniibe committed rAfd1ac5cdf804: client: Wipe the inbound buffer when CONFIDENTIAL. (authored by • gniibe).
client: Wipe the inbound buffer when CONFIDENTIAL.
• gniibe committed rA89e8f265e377: server,client: Wipe the outbound buffer when CONFIDENTIAL. (authored by • gniibe).
server,client: Wipe the outbound buffer when CONFIDENTIAL.
• gniibe committed rAd812e28af637: server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL. (authored by • gniibe).
server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.
Pushed the solution which doesn't require new flag for libassuan.
Laurent Montel <montel@kde.org> committed rKLEOPATRAb6f876abf2c9: Port QDirModel to QFileSystemModel (authored by Laurent Montel <montel@kde.org>).
Port QDirModel to QFileSystemModel
Laurent Montel <montel@kde.org> committed rKLEOPATRAb588224557bc: Port to QMetaType (authored by Laurent Montel <montel@kde.org>).
Port to QMetaType
Laurent Montel <montel@kde.org> committed rKLEOPATRA1a106aaef95f: Port QStringRef (authored by Laurent Montel <montel@kde.org>).
Port QStringRef
Laurent Montel <montel@kde.org> committed rKLEOPATRAaec2a025cfe2: Make compile against qt6 (in qt6 it returns qsizeint) (authored by Laurent Montel <montel@kde.org>).
Make compile against qt6 (in qt6 it returns qsizeint)
Laurent Montel <montel@kde.org> committed rKLEOPATRAa5d7af4bdf72: Add missing includes in qt6 (authored by Laurent Montel <montel@kde.org>).
Add missing includes in qt6
Laurent Montel <montel@kde.org> committed rKLEOPATRAcf0fb5d126a9: Make static lib POSITION_INDEPENDENT_CODE (need to link against qt6) (authored by Laurent Montel <montel@kde.org>).
Make static lib POSITION_INDEPENDENT_CODE (need to link against qt6)
Mark with ASSUAN_CONFIDENTIAL flag.
• gniibe committed rG052f58422dca: agent,scd: Make sure to set CONFIDENTIAL flag in Assuan. (authored by • gniibe).
agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.
Laurent Montel <montel@kde.org> committed rLIBKLEO7d17d86eec5a: Remove unused include (authored by Laurent Montel <montel@kde.org>).
Remove unused include
Laurent Montel <montel@kde.org> committed rLIBKLEOd204d31b349f: Port filterRegExp to filterRegularExpression (authored by Laurent Montel <montel@kde.org>).
Port filterRegExp to filterRegularExpression
Laurent Montel <montel@kde.org> committed rLIBKLEO07e02b5fbf27: Port QApplication deprecated method (authored by Laurent Montel <montel@kde.org>).
Port QApplication deprecated method
Laurent Montel <montel@kde.org> committed rLIBKLEO11e3de8ef65e: Port to QRegularExpression (authored by Laurent Montel <montel@kde.org>).
Port to QRegularExpression
Laurent Montel <montel@kde.org> committed rLIBKLEO8e369559db03: Port QDirModel to QFileSystemModel (authored by Laurent Montel <montel@kde.org>).
Port QDirModel to QFileSystemModel
Laurent Montel <montel@kde.org> committed rLIBKLEO67242d736bb5: Port deprecated setTime_t method (authored by Laurent Montel <montel@kde.org>).
Port deprecated setTime_t method
• gniibe committed rG8e859331eafc: agent: Add missing assuan_end_confidential call. (authored by • gniibe).
agent: Add missing assuan_end_confidential call.
Laurent Montel <montel@kde.org> committed rLIBKLEO70f6216cf55d: Fix includes for fixing some qt6 compile error (authored by Laurent Montel <montel@kde.org>).
Fix includes for fixing some qt6 compile error
^-- I withdraw the solution (with error value) above.