[jira] [Resolved] (GUACAMOLE-396) guacd cannot connect to ssh servers with IPv6 addresses

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper resolved GUACAMOLE-396. -- Resolution: Fixed > guacd cannot connect to ssh servers with IPv6 addresses > ---

[2/2] incubator-guacamole-server git commit: GUACAMOLE-396: Merge support for connecting to IPv6 hosts via SSH.

2017-09-26 Thread mjumper
GUACAMOLE-396: Merge support for connecting to IPv6 hosts via SSH. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/afb554a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gua

[1/2] incubator-guacamole-server git commit: GUACAMOLE-396: Fixing ssh socket for IPv6 address

2017-09-26 Thread mjumper
Repository: incubator-guacamole-server Updated Branches: refs/heads/master 4e8096093 -> afb554a01 GUACAMOLE-396: Fixing ssh socket for IPv6 address Root Cause: In the ssh library of guacd, the TCP socket for connecting to ssh server is created with AF_INET. So it does not support IPv6 address

[10/29] incubator-guacamole-client git commit: GUACAMOLE-210: Document licenses of bundled dependencies for guacamole-auth-openid.

2017-09-26 Thread vnick
GUACAMOLE-210: Document licenses of bundled dependencies for guacamole-auth-openid. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/a8f97b54 Tree: http://git-wip-us.apache.org/repos

[12/29] incubator-guacamole-client git commit: GUACAMOLE-210: Update to 0.9.11-incubating API.

2017-09-26 Thread vnick
GUACAMOLE-210: Update to 0.9.11-incubating API. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/254639f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/

[11/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add remaining endpoint properties.

2017-09-26 Thread vnick
GUACAMOLE-210: Add remaining endpoint properties. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/c20271cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tre

[22/29] incubator-guacamole-client git commit: GUACAMOLE-210: Use empty template if field otherwise has no template.

2017-09-26 Thread vnick
GUACAMOLE-210: Use empty template if field otherwise has no template. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/b59c1e72 Tree: http://git-wip-us.apache.org/repos/asf/incubator-g

[27/29] incubator-guacamole-client git commit: GUACAMOLE-210: Re-request ID token if validation or username retrieval fails.

2017-09-26 Thread vnick
GUACAMOLE-210: Re-request ID token if validation or username retrieval fails. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/4f8c853d Tree: http://git-wip-us.apache.org/repos/asf/in

[18/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add missing comment.

2017-09-26 Thread vnick
GUACAMOLE-210: Add missing comment. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/faa32782 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/faa32782 Dif

[04/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add stub OAuthAuthenticationProvider.

2017-09-26 Thread vnick
GUACAMOLE-210: Add stub OAuthAuthenticationProvider. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/67c817af Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/

[21/29] incubator-guacamole-client git commit: GUACAMOLE-210: Refactor source referencing OAuth to OpenID. This extension uses OpenID, not OAuth.

2017-09-26 Thread vnick
GUACAMOLE-210: Refactor source referencing OAuth to OpenID. This extension uses OpenID, not OAuth. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/d04d6122 Tree: http://git-wip-us.a

[16/29] incubator-guacamole-client git commit: GUACAMOLE-210: Migrate to implicit flow (client-side, relies on "id_token"). Update to pre-release 0.9.9-incubating codebase.

2017-09-26 Thread vnick
GUACAMOLE-210: Migrate to implicit flow (client-side, relies on "id_token"). Update to pre-release 0.9.9-incubating codebase. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/fdc03133

[06/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add OAuth code/link field.

2017-09-26 Thread vnick
GUACAMOLE-210: Add OAuth code/link field. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/89f25a94 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/89f25a

[08/29] incubator-guacamole-client git commit: GUACAMOLE-210: Update to jose4j 0.5.5.

2017-09-26 Thread vnick
GUACAMOLE-210: Update to jose4j 0.5.5. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/11fb9b3f Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/11fb9b3f

[25/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add configuration options for scope, clock skew, etc., as well as sensible defaults.

2017-09-26 Thread vnick
GUACAMOLE-210: Add configuration options for scope, clock skew, etc., as well as sensible defaults. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/4dbf9a3f Tree: http://git-wip-us.a

[03/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add OAuth code field generated from configuration info in guacamole.properties. Use Guice.

2017-09-26 Thread vnick
GUACAMOLE-210: Add OAuth code field generated from configuration info in guacamole.properties. Use Guice. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/c7d5bd69 Tree: http://git-w

[19/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add redirect message. Refactor to use minification and pre-cached templates.

2017-09-26 Thread vnick
GUACAMOLE-210: Add redirect message. Refactor to use minification and pre-cached templates. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/18790356 Tree: http://git-wip-us.apache.o

[29/29] incubator-guacamole-client git commit: GUACAMOLE-210: Merge add support for single sign-on with OpenID Connect

2017-09-26 Thread vnick
GUACAMOLE-210: Merge add support for single sign-on with OpenID Connect Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/9b5483ed Tree: http://git-wip-us.apache.org/repos/asf/incubato

[23/29] incubator-guacamole-client git commit: GUACAMOLE-210: Move OpenID configuration property definitions into ConfigurationService.

2017-09-26 Thread vnick
GUACAMOLE-210: Move OpenID configuration property definitions into ConfigurationService. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/82c6048d Tree: http://git-wip-us.apache.org/r

[14/29] incubator-guacamole-client git commit: GUACAMOLE-210: POST code to OAuth service to retrieve token.

2017-09-26 Thread vnick
GUACAMOLE-210: POST code to OAuth service to retrieve token. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/c3c6e0c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole

[28/29] incubator-guacamole-client git commit: GUACAMOLE-210: Implement AuthenticationProvider shutdown() function required due to GUACAMOLE-393.

2017-09-26 Thread vnick
GUACAMOLE-210: Implement AuthenticationProvider shutdown() function required due to GUACAMOLE-393. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/4e459b9f Tree: http://git-wip-us.a

[26/29] incubator-guacamole-client git commit: GUACAMOLE-210: Properly generate and validate nonces.

2017-09-26 Thread vnick
GUACAMOLE-210: Properly generate and validate nonces. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/aaf1b796 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client

[09/29] incubator-guacamole-client git commit: GUACAMOLE-210: Create guacamole-auth-openid bundle .tar.gz as part of build.

2017-09-26 Thread vnick
GUACAMOLE-210: Create guacamole-auth-openid bundle .tar.gz as part of build. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/1034612a Tree: http://git-wip-us.apache.org/repos/asf/inc

[15/29] incubator-guacamole-client git commit: GUACAMOLE-210: Use cryptographically-sound nonce generator.

2017-09-26 Thread vnick
GUACAMOLE-210: Use cryptographically-sound nonce generator. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/9159ca42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-

[17/29] incubator-guacamole-client git commit: GUACAMOLE-210: Update for recent sharing-related changes to AuthenticationProvider on 0.9.9-incubating (current upstream git).

2017-09-26 Thread vnick
GUACAMOLE-210: Update for recent sharing-related changes to AuthenticationProvider on 0.9.9-incubating (current upstream git). Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/c5bd339

[13/29] incubator-guacamole-client git commit: GUACAMOLE-210: Validate the JWT using jose.4.j.

2017-09-26 Thread vnick
GUACAMOLE-210: Validate the JWT using jose.4.j. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/d27ba444 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/

[02/29] incubator-guacamole-client git commit: GUACAMOLE-210: Move classes to reasonable packages.

2017-09-26 Thread vnick
GUACAMOLE-210: Move classes to reasonable packages. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/1c6a603a Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/t

[20/29] incubator-guacamole-client git commit: GUACAMOLE-210: Update API to 0.9.13-incubating.

2017-09-26 Thread vnick
GUACAMOLE-210: Update API to 0.9.13-incubating. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/724a6a97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/

[07/29] incubator-guacamole-client git commit: GUACAMOLE-210: Add Apache RAT plugin to guacamole-auth-openid build.

2017-09-26 Thread vnick
GUACAMOLE-210: Add Apache RAT plugin to guacamole-auth-openid build. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/6d46d5cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-g

[05/29] incubator-guacamole-client git commit: GUACAMOLE-210: Stub out authentication (recognize but do not actually use code).

2017-09-26 Thread vnick
GUACAMOLE-210: Stub out authentication (recognize but do not actually use code). Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/77e714b0 Tree: http://git-wip-us.apache.org/repos/asf

[24/29] incubator-guacamole-client git commit: GUACAMOLE-210: Remove unnecessary empty template definitions (empty template is the default).

2017-09-26 Thread vnick
GUACAMOLE-210: Remove unnecessary empty template definitions (empty template is the default). Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/28cfc39c Tree: http://git-wip-us.apache

[01/29] incubator-guacamole-client git commit: GUACAMOLE-210: Use same version of Jersey as the main Guacamole webapp.

2017-09-26 Thread vnick
Repository: incubator-guacamole-client Updated Branches: refs/heads/master 48607bbe0 -> 9b5483edc GUACAMOLE-210: Use same version of Jersey as the main Guacamole webapp. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos

[1/2] incubator-guacamole-client git commit: GUACAMOLE-341: Automatically pull GUAC_USERNAME token from AuthenticatedUser's identifier if there is no username provided via Credentials (closes #174).

2017-09-26 Thread vnick
Repository: incubator-guacamole-client Updated Branches: refs/heads/master b64247dfb -> 48607bbe0 GUACAMOLE-341: Automatically pull GUAC_USERNAME token from AuthenticatedUser's identifier if there is no username provided via Credentials (closes #174). Project: http://git-wip-us.apache.org/re

[2/2] incubator-guacamole-client git commit: GUACAMOLE-341: Merge automatically pull GUAC_USERNAME token from AuthenticatedUser.

2017-09-26 Thread vnick
GUACAMOLE-341: Merge automatically pull GUAC_USERNAME token from AuthenticatedUser. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/48607bbe Tree: http://git-wip-us.apache.org/repos

[jira] [Updated] (GUACAMOLE-341) GUAC_USERNAME token not defined if using SSO

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper updated GUACAMOLE-341: - Summary: GUAC_USERNAME token not defined if using SSO (was: GUAC_USERNAME token not de

[jira] [Updated] (GUACAMOLE-341) GUAC_USERNAME token not defined if using guacamole-auth-header

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper updated GUACAMOLE-341: - Component/s: guacamole-auth-cas > GUAC_USERNAME token not defined if using guacamole-au

[jira] [Assigned] (GUACAMOLE-341) GUAC_USERNAME token not defined if using guacamole-auth-header

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper reassigned GUACAMOLE-341: Assignee: Michael Jumper > GUAC_USERNAME token not defined if using guacamole-au

[jira] [Commented] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181284#comment-16181284 ] Michael Jumper commented on GUACAMOLE-397: -- Fair point. I'll raise the issue o

[jira] [Commented] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread brian mullan (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181253#comment-16181253 ] brian mullan commented on GUACAMOLE-397: Well I know for certain of at least 3

[jira] [Commented] (GUACAMOLE-396) guacd cannot connect to ssh servers with IPv6 addresses

2017-09-26 Thread James He (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181162#comment-16181162 ] James He commented on GUACAMOLE-396: Same issue reported by someone else. http://ap

[jira] [Commented] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181126#comment-16181126 ] Michael Jumper commented on GUACAMOLE-397: -- {quote} ... it looks like somethin

[jira] [Commented] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread brian mullan (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181088#comment-16181088 ] brian mullan commented on GUACAMOLE-397: Thanks for this information Michael!

[jira] [Resolved] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper resolved GUACAMOLE-397. -- Resolution: Invalid > guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip forma

[jira] [Commented] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181083#comment-16181083 ] Michael Jumper commented on GUACAMOLE-397: -- {quote} {code:none} wget http://so

[jira] [Updated] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper updated GUACAMOLE-397: - Description: I can wget the wget *guacamole-auth-jdbc-0.9.13-incubating.tar.gz* OK but

[jira] [Updated] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread brian mullan (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] brian mullan updated GUACAMOLE-397: --- Description: I can wget the wget *guacamole-auth-jdbc-0.9.13-incubating.tar.gz* OK but here

[jira] [Updated] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread brian mullan (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] brian mullan updated GUACAMOLE-397: --- Description: I can wget the wget *guacamole-auth-jdbc-0.9.13-incubating.tar.gz* OK but here

[jira] [Created] (GUACAMOLE-397) guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar

2017-09-26 Thread brian mullan (JIRA)
brian mullan created GUACAMOLE-397: -- Summary: guacamole-auth-jdbc-0.9.13-incubating.tar.gz not in gzip format tar Key: GUACAMOLE-397 URL: https://issues.apache.org/jira/browse/GUACAMOLE-397 Project:

[jira] [Commented] (GUACAMOLE-370) Missing broker support in RDP

2017-09-26 Thread JIRA
[ https://issues.apache.org/jira/browse/GUACAMOLE-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180751#comment-16180751 ] Rodrigo Gonçalves commented on GUACAMOLE-370: - Hi Michael, I've used the v