You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2019/06/20 07:47:01 UTC

[guacamole-server] 01/01: GUACAMOLE-547: Merge support for SSH NONE authentication method.

This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 7e9b97007ec0100a1a8ca28cde9d872f31a7629f
Merge: 8b53be4 1baa91f
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Thu Jun 20 00:46:55 2019 -0700

    GUACAMOLE-547: Merge support for SSH NONE authentication method.

 src/common-ssh/common-ssh/ssh.h | 44 +++++++++++++++++++++++++++++++++++++++--
 src/common-ssh/ssh.c            | 34 ++++++++++++++++++++-----------
 src/protocols/rdp/rdp.c         |  2 +-
 src/protocols/ssh/ssh.c         | 40 +++++++++++++++++++++++--------------
 src/protocols/vnc/vnc.c         |  2 +-
 5 files changed, 92 insertions(+), 30 deletions(-)