Simplify, improve placement of security level button
Wrap empty SeclevelInfo into a std::optional
Make link to key info work
Make sure kleopatra windows open in foreground on Windows
Bring dialogs to front on Windows
Look up keys in cache, instead
Show distinct messages if secret keys were found, but are not usable
Inform in native client, if no secret key is available for connected account
Issue 1) should be implemented as already described (on error -> dialog to retry with "always trust" flag)
Activate help button in setup dialog
Actually wait for and check success of CA installation on Windows
Restart proxy after certificate (re-)generation
Match system formatting when showing fingerprint on Windows
gpg: Improve a recursion check.
indent: Reflow check_revocation_keys and move a var to BSS.
Allen Winter <winter@kde.org> committed
rMTP9ca31b878bb8: Use the CMake gpg_crypto_test macros from libkleo (authored by Allen Winter <winter@kde.org>).
Use the CMake gpg_crypto_test macros from libkleo
Make sure kleopatra windows open in foreground on Windows
Allen Winter <winter@kde.org> committed
rLIBKLEO5c18dc7ce3d0: Move gpg_crypto_test CMake support here (authored by Allen Winter <winter@kde.org>).
Move gpg_crypto_test CMake support here
@ebo and me talked about this and T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST. We think, it's best to have a short meeting to discuss further changes.
Fix list of web sources for message extraction
Patch was merged upstream (KF 6.25): 332678d8a4f635d6938eb3e9ec03d845aa89697a
m <meik.michalke@gnupg.com> committed
rWf908af297a3f: build.sh: document --verbose in usage info (authored by m <meik.michalke@gnupg.com>).
build.sh: document --verbose in usage info
m <meik.michalke@gnupg.com> committed
rW48d95f0f7a3d: build.sh: removed now unused w64 option (authored by m <meik.michalke@gnupg.com>).
build.sh: removed now unused w64 option
m <meik.michalke@gnupg.com> committed
rW88562d00a9cc: build.sh: adjust usage info of default build directories (authored by m <meik.michalke@gnupg.com>).
build.sh: adjust usage info of default build directories
build.sh: quoted "$@" to ensure paths with spaces don't mess things up
m <meik.michalke@gnupg.com> committed
rW92e893ce8810: build.sh: consistent formatting/indentation (authored by m <meik.michalke@gnupg.com>).
build.sh: consistent formatting/indentation
m <meik.michalke@gnupg.com> committed
rW149a0da02dc9: autogen.sh: fixed typo (authored by m <meik.michalke@gnupg.com>).
autogen.sh: fixed typo
m <meik.michalke@gnupg.com> committed
rW9a0096c98eb7: build.sh: fixed misleading comment on purpose of function (authored by m <meik.michalke@gnupg.com>).
build.sh: fixed misleading comment on purpose of function
Actually wait for and check success of CA installation on Windows
Match system formatting when showing fingerprint on Windows
Restart proxy after certificate (re-)generation
Update libkleo and kleopatra
Update outlook extension manager URL
m <meik.michalke@gnupg.com> committed
rEa82d83194590: autogen.sh: fixed typo (authored by m <meik.michalke@gnupg.com>).
autogen.sh: fixed typo
Make the code work for gcc 10
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAa23ec12f29fa: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
I applied the keyboxd part for command, as it doesn't break anything.
keyboxd: Add SETEPHEMERAL command.
l10n daemon script <scripty@kde.org> committed
rMTP0fa3cbb9ec20: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO491c847bb9c7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Allen Winter <winter@kde.org> committed
rLIBKLEOdcf2d4bf8e4d: Move gpg_crypto_test CMake support here (authored by Allen Winter <winter@kde.org>).
Move gpg_crypto_test CMake support here
Share creation of common actions between MessageViewer{Dialog,Window}
Share creation of status bar between MessageViewer{Dialog,Window}
Improve error message shown if there are no messages
Share creation of tool bar between MessageViewer{Dialog,Window}
Show dialog (with error message) if there are no messages
Use setCurrentIndex to set initial message and window title
Avoid out-of-bounds access to messages
Share more code between MessageViewerDialog and MessageViewerWindow
Share code between MessageViewerDialog and MessageViewerWindow
Remove useless compiler define
Move "using namespace ..." after all includes
Remove useless mimetreeparserng-version.h file
With signing only, the retry option is not offered and directly either hangs or shows the "Invalid CRL object" / "Unknown error" error.
Is this intentional?
Albert Astals Cid <aacid@kde.org> committed
rKLEOPATRA21f61edafaa9: GIT_SILENT Upgrade release service version to 26.03.90. (authored by Albert Astals Cid <aacid@kde.org>).
GIT_SILENT Upgrade release service version to 26.03.90.
Here is an attempt to fix the client side:
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAc1c277343bb5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA8fc033a23911: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
gpgsm: Make sure initializing TMP_CERT.
agent: Raise GPG_ERR_BAD_SECKEY when p >= q for RSA key.
Allen Winter <winter@kde.org> committed
rLIBKLEO88c4123ff964: Move gpg_crypto_test CMake support here (authored by Allen Winter <winter@kde.org>).
Move gpg_crypto_test CMake support here
I have added the fix as patch for VSD 3.3 because the commits that introduced this regression were also added as patches for VSD 3.3.
Add gpgme patch which fixes a regression caused by the other patches
gpgsm: Read all pending lines before waiting for more data
Fixed. For VSD 3.4 this will also be fixed if gpgme is updated.
This is a bug in gpgme. gpgsm_assuan_simple_command only reads a single line before waiting for more data although there is a second line () ready to be read. gpgsm never sends more data because it has already sent its full answer. So gpgme waits forever.