diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-10-28 01:50:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-10-28 01:50:52 +0200 |
commit | a5d7db3b2c6171ea9e76b84155d2dfb66c243e5a (patch) | |
tree | a5f9e2fe200a352b74d2b530799804046978a9a6 /debian/pinentry-tqt/pinentry-tqt-1.2.1/TODO | |
parent | c73404a3ea7fc92ba572dd31849727ba7f46b93f (diff) | |
download | extra-dependencies-a5d7db3b2c6171ea9e76b84155d2dfb66c243e5a.tar.gz extra-dependencies-a5d7db3b2c6171ea9e76b84155d2dfb66c243e5a.zip |
pinentry-tqt: updated based on upstream version 1.2.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/pinentry-tqt/pinentry-tqt-1.2.1/TODO')
-rw-r--r-- | debian/pinentry-tqt/pinentry-tqt-1.2.1/TODO | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/pinentry-tqt/pinentry-tqt-1.2.1/TODO b/debian/pinentry-tqt/pinentry-tqt-1.2.1/TODO new file mode 100644 index 00000000..e287c4c9 --- /dev/null +++ b/debian/pinentry-tqt/pinentry-tqt-1.2.1/TODO @@ -0,0 +1,24 @@ +* The DISPLAY setting should be honoured by the pinentry applications + using XFree86. This implies reconfiguring the underlying toolkit, + is this always possible? + (This is not so important, as pinentry is always restarted.) + +* The Qt and curses PIN entry should support enhanced mode (when it is + implemented in gpg-agent). We need to agree on a protocol to use + anyway. + +* The Qt pinentry uses QT's private QTextLayout. + +* Set the max length of password globally (dynamically in protocol?). + +* A heartbeat status message should be sent every few seconds, so that + the gpg-agent is better able to cope with jammed pinentries. + +* The gtk+-2 pinentry needs auditing. + +* Implement the one_button feature in Qt. + +* The format of the Assuan protocol description should be changed to + the one used by GnuPG. + +* The SETTITLE command is only implemented for GTK+-2 |