- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 23 2023
Fixed in master.
Pushed a change in master.
Applied.
Jun 22 2023
When the output parameter is given it might even clean up a temporary file on error, but it might also not so we should make sure on a higher level that we check for that and remove it when gpgtar crashes or something like that.
Due to the double fork in gpgme we won't get the exit code which gpgtar emits. Possible actions in a signal handler are also limited; in particular we can't use stdio or estream. The only option to print a status line would we by using write directly. However, this might mess with the libassuan buffering. Thus, it is not a good idea to pkill gpgtar. Same is true for gpg and gpgsm.
I'd prefer "Ablauf Hauptschlüssel" as I don't like "Primärschlüssel". But definitely in two words.
See for T6545 for a new request to support IDP.
We had one request to support this back in 2017 but it was closed because the respective CA stopped using this extension. See T2039.
I found the case of X.509, which also uses fixed length output for RSA-PSS and ECDSA: https://www.rfc-editor.org/rfc/rfc8692.html
The use cases are:
- oPassphraseFD for gpgsm, gpg
- oStatusFD for gpg-auth, gpg-wks-client, gpg-card, gpg-pair-tool, gpgtar, gpgconf, gpgsm, gpg, gpgv
- oLoggerFD for gpgsm, gpg, gpgv
- oAttributeFD for gpg
- oCommandFD for gpg
- oOverrideSessionKeyFD for gpg
Jun 21 2023
Removed parent task because this issue doesn't really block T5478: Kleopatra: Performance problems decrypting and encrypting large Archives.
ready for testing
Done. Can be tested and closed with T5478: Kleopatra: Performance problems decrypting and encrypting large Archives.
ok, then this is resolved
Yes, that was the intention eva reminded me that I had not done this yet, but the next releases of GnuPG VSD will have action/help_contents=false in their action restrictions.
I think that for VSD the Help action is disabled via the configuration because you have alternative documentation to the Kleopatra Handbook. @aheinecke?
Which is the same URL as the F1 Help page thus probably opened via QProcess?
It works, including the nice message box, for most links in the Help menu, but not for the Kleopatra Handbook.
Thank you. Now, I see the reason for conf/ sub directory.
Jun 20 2023
See T4168 and rMecfa48fffa9 for the reason why we need this conf directory. Thus (1) is not an option.
Thank you for having a look into that! The proposed patch looks good. Should we have this change also in master?
I vote for (1). All other GnuPG projects put config.h[.in] in the top directory.
Thank you.
Applied to master, 2.4 branch and 2.2 branch.