pwmc: Compile time fix when no DEBUG is defined.
[libpwmd.git] / TODO
blobf2bb9857f024c35dadaf1887ebe891e6a7f45e95
1 X11 forwarding over an SSH channel. If a passphrase is required when doing a
2 pwmd_open() or pwmd_save(), the remote pinentry would be able to use the local
3 DISPLAY.
5 Language bindings for perl, python and other languages would be nice.
7 A passphrase with an SSH identity file. Need upstream libssh2 (1.1) support.
9 The ability to parse the standard ~/.ssh/known_hosts file. We could do it now,
10 but would be unable to add to it because libssh2 (1.1) only supports
11 retrieving an MD5 or SHA1 hash of the host key. The known_hosts key is base64
12 encoded. So it's kinda pointless to do ATM.