summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-09-23 14:34:40 -0700
committerJeff Forcier <jeff@bitprophet.org>2012-09-23 14:34:40 -0700
commit18612b7caa2311a7eab1cfbe2824f93c1de305cd (patch)
tree9f22ee197690fcfc7065c3ab8fae122c0d2d2d93 /TODO
parent99859b8b021a5d13ca067a3e79560d6121f9c52f (diff)
downloadparamiko-18612b7caa2311a7eab1cfbe2824f93c1de305cd.tar.gz
Take ownership of TODO file
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 3 insertions, 22 deletions
diff --git a/TODO b/TODO
index 4b7efab4..4bda14a2 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,3 @@
-
-TO-DO
-=====
-
-* FIXME: use the locking scheme from java for channel.py
-
-* 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?
-
-* vault: sftp server + bazaar
- - single person can open file for writing at one time
- - atomic rename @ file close
- - bzr commit after close
-
+* Change license to BSD for v1.8 (obtain permission from Robey)
+* Pending that, remove preamble from all files, ensure LICENSE is still correct
+* Update version stuff: use an execfile'd paramiko/_version.py