summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-02-21 15:34:17 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-02-21 15:34:17 +0300
commit71a6e1e7df02e4abb6dfa498004dfc14f8070cc0 (patch)
tree71daaca7d935c237bce80228e3c1778e35a3d635 /AUTHORS
parentlibguile-ssh: Add missed "threads.h" include (diff)
downloadguile-ssh-71a6e1e7df02e4abb6dfa498004dfc14f8070cc0.tar.gz
popen.scm (open-remote-pipe): Bugfix: Don't request PTY
When PTY is requested, OpenSSH server merges stderr stream with stdout and the Guile-SSH channel reads all the output as stdout even if the executed command is failed. This patch fixes that. Reported by: David Thompson in <https://github.com/artyom-poptsov/guile-ssh/issues/2> * modules/ssh/popen.scm (open-remote-pipe): Bugfix: Don't request PTY. * AUTHORS, NEWS, THANKS: Update.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 24163cc..33838af 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,10 +3,10 @@ Authors of Guile-SSH
See also files THANKS and ChangeLog.
* Artyom V. Poptsov <poptsov.artyom@gmail.com>
+* David Thompson <davet@gnu.org>
+ Bug reports, various comments and suggestions.
* Ludovic Courtès <ludo@gnu.org>
In subdirectory ssh, changes to:
channel-type.c
Bug reports, various comments and suggestions.
-
-