summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2007-06-10 21:35:23 -0700
committerRobey Pointer <robey@lag.net>2007-06-10 21:35:23 -0700
commit77c69301f4d6789ad3cc4144019a48373d43efb3 (patch)
tree9ea6798f8ededba951c913234ce982f0339c9614 /TODO
parent7c7880f3688c63ce9bd57e2ca93926aec92f23ef (diff)
downloadparamiko-77c69301f4d6789ad3cc4144019a48373d43efb3.tar.gz
[project @ robey@lag.net-20070611043523-ol2r0nbenkjc7abb]
create new TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..8648803e
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+
+TO-DO
+=====
+
+* allow setting chmod bits on SFTPClient.open() for create
+* host-based auth (yuck!)
+* ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr)
+* sftp protocol 6 support (ugh....) -- once it settles down more
+* make a simple example demonstrating use of SocketServer (besides forward.py?)
+* should SSHClient try to use openssh config files?
+* figure out how to parse ssh.com encrypted key files?
+* is it possible to poll on a set of events at once?
+* potentially create only one thread shared by all Transports
+* SSHClient: flag to turn off agent detection? flag to turn off keyfile discovery?