l10n daemon script <scripty@kde.org> committed
rLIBKLEO401d0f4cfcfe: 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
rKLEOPATRA877450cb66b9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Handle strerror_r failure on non-GNU systems.
l10n daemon script <scripty@kde.org> committed
rLIBKLEO7dcdec9bb352: 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
rKLEOPATRA84ec4b8bb674: 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
rKLEOPATRA186b8d9054f3: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
It compiles fine without deprecated method
It compiles fine without deprecated method
l10n daemon script <scripty@kde.org> committed
rLIBKLEOb427a37e1fd9: 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
rKLEOPATRAf2bc79a50946: 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
rLIBKLEO730a1ce57e2a: 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
rKLEOPATRAae8984db9627: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
If the keys on the smart card are already known to Kleopatra/GnuPG (which should be the case if the smart card was inserted when Kleopatra was started), then on import of the corresponding public key Kleopatra now asks whether the certificate is the user's certificate (instead of asking whether they want to certify it).
Improve asking for own certificates on import
Unify wording of question for own certificate
Avoid crashes when importing multiple files
Delegate memory management to the compiler
Add simple helper for wrapping a pointer in a std::unique_ptr
Do not ask for certification if user has no certification key
Do not ask for certification if secret key is available
Fix text of button for triggering the certification process
gpg: New export option "mode1003".
gpg: Remove a mostly duplicated function.
tests: Simplify fake-pinentry to use the option only.
• ikloecker renamed
T6296: Encrypted emails appear blank and empty in Office 365 (Correos encriptados en office 365 aparecen en blanco y sin contenido) from
Correos encriptados en office 365 aparecen en blanco y sin contenido to
Encrypted emails appear blank and empty in Office 365 (Correos encriptados en office 365 aparecen en blanco y sin contenido).
tests: Fix fake-pinentry for Windows.
l10n daemon script <scripty@kde.org> committed
rLIBKLEOfbb3d7311f8a: 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
rKLEOPATRAcd6d3d4beafc: 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
rLIBKLEO837b77b8a753: 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
rKLEOPATRAf4803175e691: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
tests: Fix make check-all.
Thanks for reporting. We usually test by moving the <keygrip>.key files around ;-)
agent: Fix import of protected v5 keys.
gpgsm: Change default algo to AES-256.
For this I think a better solution might be if we would remove keys that are already in a group from the list of "available" keys.
By this I mean that if you edit a group and move keys down then they should be removed from the upper list of available keys so that it is easily visible which keys in your keyring are not part of a specific group.
Show only keys that are not in the group in the available keys list
tests: Put a workaround for semihosted environment.
tests: More fix for semihosted environment.
tests: Support semihosted environment.
tests: Fix tests under cms.
tests,w32: Fix for semihosted environment.
l10n daemon script <scripty@kde.org> committed
rLIBKLEOd46bac803dc7: 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
rKLEOPATRA5b54a72910f2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
This is now ready for testing. The import result dialog and the import error dialog now have an additional "Show Audit Log" button.
Allow users to review the audit log when importing certificates
Use AuditLogViewer::showAuditLog instead of MessageBox::auditLog
Use AuditLogEntry from libkleo
Do not show the audit log if dialog is closed with Esc
Add overloads taking an audit log entry
Remove unused MessageBox::auditLog functions
Make MessageBox a namespace instead of a class with static methods only
Deprecate the static MessageBox::auditLog methods
Remove obsolete file classification code
Move private static MessageBox::make to cpp file
Make AuditLogViewer public
Use ecm_generate_export_header for generating the export header
Add static method to show an audit log entry
Add debug operator for AuditLogEntry
wkd: Make use of --debug extprog.
wkd: New option --add-revocs and some fixes.
gpg: New export-filter export-revocs
gpgsm: Change default algo to AES-256.
w32: Fix for tests on semihosted environment.
Actually we should switch from putenv to SetEnvironmentVariable et al. because that avoids problems wit different Windows libc versions, for example in DLLs.
rsa: Prevent usage of long salt in FIPS mode
doc: Deprecate scd-event option of scdaemon.
GIT_SILENT Update Appstream for new release
GIT_SILENT Upgrade release service version to 22.12.0.
GIT_SILENT Update Appstream for new release
gpg: Fix double-free in gpg --card-edit.
wkd: New option --add-revocs and some fixes.
wkd: Make use of --debug extprog.