simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri Apr 29 16:52:49 BST 2022
TL;DR:
a2ac5ec2 SSH proxy: separate stdout from stderr.
b00094d7 Merge prepare_session() fix from 'pre-0.77'.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2022-04-29 16:52:49
commit a2ac5ec287354cddb5df681578bba5d55b2cc442
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=a2ac5ec287354cddb5df681578bba5d55b2cc442;hp=e22df7454511140b332b9ba4f9ce5d539e6d9717
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Apr 29 16:28:58 2022 +0100
SSH proxy: separate stdout from stderr.
In the initial version of SSH proxying that only opened direct-tcpip
channels, this wasn't important. But as of commit 6f7c52dccee36f6, we
now support invoking a command or subsystem on the proxy SSH server,
and those _can_ generate stderr data which we must now separate from
stdout.
Happily, we have a perfectly sensible thing to _do_ with it: the same
thing we'd do with stderr coming from a local proxy subprocess, to
wit, pass it to log_proxy_stderr so that it can appear in the terminal
window (if configured to) and the Event Log.
proxy/sshproxy.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
commit b00094d784fb930e67ab9b8fec4e0f8e14ef60d1
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b00094d784fb930e67ab9b8fec4e0f8e14ef60d1;hp=a2ac5ec287354cddb5df681578bba5d55b2cc442
Merge: a2ac5ec2 1cf4f509
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Apr 29 16:47:14 2022 +0100
Merge prepare_session() fix from 'pre-0.77'.
More information about the tartarus-commits
mailing list