You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/05/27 19:17:11 UTC

[1/2] guacamole-client git commit: GUACAMOLE-565: Add terminal-type parameter for SSH and Telnet.

Repository: guacamole-client
Updated Branches:
  refs/heads/master 1710c31fc -> ff9f3ae7e


GUACAMOLE-565: Add terminal-type parameter for SSH and Telnet.

Add the new terminal-type parameter to the protocol JSON files.


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

Branch: refs/heads/master
Commit: ad7d3dde34cc1da720db08e5568ead9175ed4168
Parents: fed5133
Author: Jim Chen <nc...@mozilla.com>
Authored: Wed May 16 11:57:31 2018 -0400
Committer: Jim Chen <nc...@mozilla.com>
Committed: Sat May 26 23:52:24 2018 -0400

----------------------------------------------------------------------
 .../src/main/resources/org/apache/guacamole/protocols/ssh.json  | 5 +++++
 .../main/resources/org/apache/guacamole/protocols/telnet.json   | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/ad7d3dde/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
----------------------------------------------------------------------
diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
index 442214a..a0cb7d8 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
@@ -83,6 +83,11 @@
                     "name"    : "backspace",
                     "type"    : "ENUM",
                     "options" : [ "", "127", "8" ]
+                },
+                {
+                    "name"  : "terminal-type",
+                    "type"    : "ENUM",
+                    "options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
                 }
             ]
         },

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/ad7d3dde/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
----------------------------------------------------------------------
diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
index 5b960f8..5d60281 100644
--- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
+++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json
@@ -66,6 +66,11 @@
                     "name"    : "backspace",
                     "type"    : "ENUM",
                     "options" : [ "", "127", "8" ]
+                },
+                {
+                    "name"  : "terminal-type",
+                    "type"    : "ENUM",
+                    "options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ]
                 }
             ]
         },


[2/2] guacamole-client git commit: GUACAMOLE-565: Merge add terminal-type parameter for SSH and Telnet.

Posted by vn...@apache.org.
GUACAMOLE-565: Merge add terminal-type parameter for SSH and Telnet.


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

Branch: refs/heads/master
Commit: ff9f3ae7e7d048d5042459c4136f03651df8fb53
Parents: 1710c31 ad7d3dd
Author: Nick Couchman <vn...@apache.org>
Authored: Sun May 27 15:16:12 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Sun May 27 15:16:12 2018 -0400

----------------------------------------------------------------------
 .../src/main/resources/org/apache/guacamole/protocols/ssh.json  | 5 +++++
 .../main/resources/org/apache/guacamole/protocols/telnet.json   | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------