summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2009-02-01 18:14:55 -0800
committerRobey Pointer <robey@lag.net>2009-02-01 18:14:55 -0800
commit967b0011f0e61cd724fa5a9f020890073f9fd75a (patch)
treec7c07f3444a795323767d6e7f81a2d89625c261b /TODO
parent2fda984906a9b2396673672e11b58c7de2b8cf6a (diff)
downloadparamiko-967b0011f0e61cd724fa5a9f020890073f9fd75a.tar.gz
[project @ robey@lag.net-20090202021455-ohooxd5bzsf8age3]
old todo comments
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8648803e..4b7efab4 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,8 @@
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)
@@ -12,3 +14,9 @@ TO-DO
* 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
+