GUACAMOLE-574: Merge allow SSH/Telnet input from STDIN pipe.

Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/c120aa02
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/c120aa02
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/c120aa02

Branch: refs/heads/master
Commit: c120aa0274ee2d11465c80e1d3052c725db44a17
Parents: f3d9c2f b650bef
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Jun 18 20:17:42 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jun 18 20:17:42 2018 -0400

----------------------------------------------------------------------
 src/protocols/ssh/Makefile.am        |   2 +
 src/protocols/ssh/pipe.c             |  50 ++++++++++
 src/protocols/ssh/pipe.h             |  42 ++++++++
 src/protocols/ssh/user.c             |   4 +
 src/protocols/telnet/Makefile.am     |   2 +
 src/protocols/telnet/pipe.c          |  50 ++++++++++
 src/protocols/telnet/pipe.h          |  42 ++++++++
 src/protocols/telnet/user.c          |   4 +
 src/terminal/Makefile.am             |   1 +
 src/terminal/terminal-stdin-stream.c | 156 ++++++++++++++++++++++++++++++
 src/terminal/terminal.c              |  19 ++++
 src/terminal/terminal/terminal.h     | 151 +++++++++++++++++++++++++++--
 12 files changed, 514 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


Reply via email to