aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wolfe <cwolfe@chromium.org>2012-02-08 10:11:10 -0500
committerMiklos Szeredi <mszeredi@suse.cz>2012-02-14 12:55:15 +0100
commitb3af91b123af607611fed00a3cc801ebc639d9ff (patch)
tree561a9c4d654bfb03afc26a9790fd351e10dd75dd /ChangeLog
parentacb0832ffd780b8615b213c3141073dffcea3723 (diff)
downloadsshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.tar
sshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.tar.gz
sshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.tar.bz2
sshfs-b3af91b123af607611fed00a3cc801ebc639d9ff.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