aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wolfe <cwolfe@chromium.org>2012-02-08 10:11:10 -0500
committerBenjamin Fleischer <fleiben@gmail.com>2012-03-09 22:48:58 +0100
commit0d34c7b742fe8f9a7de81afd3f4c906da38b26a3 (patch)
treeebcd83972ad8ecab8409ad6d9183c071abf6ce98 /ChangeLog
parentff32332e8331e8d7cfb08fec90b087437731a4c5 (diff)
downloadsshfs-0d34c7b742fe8f9a7de81afd3f4c906da38b26a3.tar
sshfs-0d34c7b742fe8f9a7de81afd3f4c906da38b26a3.tar.gz
sshfs-0d34c7b742fe8f9a7de81afd3f4c906da38b26a3.tar.bz2
sshfs-0d34c7b742fe8f9a7de81afd3f4c906da38b26a3.zip
Add slave option to run sftp over stdin and stdout
Add -o slave. This option routes the sftp communication over stdin and stdout, bypassing SSH and network.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fa431e..acd1001 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-08 Chris Wolfe <cwolfe@chromium.org>
+
+ * Add -o slave. This option routes the sftp communication over stdin
+ and stdout, bypassing SSH and network.
+
2011-12-16 Mike Kelly <mike@pair.com>
* Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILE. These options