File: TODO

package info (click to toggle)
pinentry 0.9.7-5~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,616 kB
  • sloc: ansic: 6,535; sh: 6,467; cpp: 760; makefile: 196
file content (24 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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