summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-05-07 17:23:20 -0700
committerRobey Pointer <robey@lag.net>2006-05-07 17:23:20 -0700
commit887354c0882e681ab6c8346a9831c3740971ca8b (patch)
tree25fae089910e20d9e98805722d90b52e0783599b /README
parent1d2bd214c30dff15e28c6a66edb4508e55920e02 (diff)
[project @ robey@lag.net-20060508002320-d6e64e96f913febd]
check off a few readme items
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 6405b744..84384d5e 100644
--- a/README
+++ b/README
@@ -269,10 +269,8 @@ v1.0 JIGGLYPUFF
* [sigh] release a fork of pycrypto with the speed improvements
--- BEFORE 1.6: ---
-* is it possible to poll on a set of events at once?
-* SSHClient needs unit tests
-* ChannelException like the java version has
* pull out util.parse_* (2 funcs) into a separate class
+* try making bzr use SSHClient
* host-based auth (yuck!)
* ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr)
@@ -280,3 +278,5 @@ v1.0 JIGGLYPUFF
* 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?