[guacamole-server] branch master updated (b6005cc -> 289ceac)

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.


from b6005cc  Merge 1.1.0 changes back to master.
 add e683579  GUACAMOLE-623: Add support for setting terminal font for 
Kubernetes via "argv".
 add e25f83d  GUACAMOLE-623: Merge add support for adjusting terminal for 
Kubernetes via "argv".
 new 289ceac  Merge 1.1.0 changes back to master.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/protocols/kubernetes/Makefile.am|  2 +
 src/protocols/{ssh => kubernetes}/argv.c| 71 ++---
 src/protocols/{telnet => kubernetes}/argv.h |  8 ++--
 src/protocols/kubernetes/user.c |  4 ++
 4 files changed, 43 insertions(+), 42 deletions(-)
 copy src/protocols/{ssh => kubernetes}/argv.c (69%)
 copy src/protocols/{telnet => kubernetes}/argv.h (87%)



[guacamole-server] 01/01: Merge 1.1.0 changes back to master.

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

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

commit 289ceac2229bacaabf87d0acd2f7349e072e37de
Merge: b6005cc e25f83d
Author: Nick Couchman 
AuthorDate: Sat Aug 3 17:16:45 2019 -0400

Merge 1.1.0 changes back to master.

 src/protocols/kubernetes/Makefile.am |   2 +
 src/protocols/kubernetes/argv.c  | 195 +++
 src/protocols/kubernetes/argv.h  |  41 
 src/protocols/kubernetes/user.c  |   4 +
 4 files changed, 242 insertions(+)




[guacamole-server] branch staging/1.1.0 updated (95039ea -> e25f83d)

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

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


from 95039ea  GUACAMOLE-629: Merge allow "argv" instructions to be sent 
from server to client.
 add e683579  GUACAMOLE-623: Add support for setting terminal font for 
Kubernetes via "argv".
 new e25f83d  GUACAMOLE-623: Merge add support for adjusting terminal for 
Kubernetes via "argv".

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/protocols/kubernetes/Makefile.am|  2 +
 src/protocols/{ssh => kubernetes}/argv.c| 71 ++---
 src/protocols/{telnet => kubernetes}/argv.h |  8 ++--
 src/protocols/kubernetes/user.c |  4 ++
 4 files changed, 43 insertions(+), 42 deletions(-)
 copy src/protocols/{ssh => kubernetes}/argv.c (69%)
 copy src/protocols/{telnet => kubernetes}/argv.h (87%)



[guacamole-server] 01/01: GUACAMOLE-623: Merge add support for adjusting terminal for Kubernetes via "argv".

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

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

commit e25f83d629e355a3c1e9972427f8bef682766d6d
Merge: 95039ea e683579
Author: Virtually Nick 
AuthorDate: Sat Aug 3 17:14:30 2019 -0400

GUACAMOLE-623: Merge add support for adjusting terminal for Kubernetes via 
"argv".

 src/protocols/kubernetes/Makefile.am |   2 +
 src/protocols/kubernetes/argv.c  | 195 +++
 src/protocols/kubernetes/argv.h  |  41 
 src/protocols/kubernetes/user.c  |   4 +
 4 files changed, 242 insertions(+)



[guacamole-client] branch master updated (ed374fc -> 02ef3ae)

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


from ed374fc  Merge 1.1.0 changes to master.
 add 6ebb534  GUACAMOLE-623: Add Kubernetes protocol/parameter definitions 
and translations.
 add 02dadfa  GUACAMOLE-623: Merge add Kubernetes parameters and 
translations.
 new 02ef3ae  Merge 1.1.0 changes back to master.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../guacamole/environment/LocalEnvironment.java|  2 +-
 .../protocols/{telnet.json => kubernetes.json} | 80 ++
 guacamole/src/main/webapp/app/index/styles/ui.css  |  1 +
 guacamole/src/main/webapp/translations/en.json | 68 +-
 4 files changed, 107 insertions(+), 44 deletions(-)
 copy 
guacamole-ext/src/main/resources/org/apache/guacamole/protocols/{telnet.json => 
kubernetes.json} (78%)



[guacamole-client] 01/01: Merge 1.1.0 changes back to master.

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 02ef3ae2d89cdeb429c8b39bdbb584f724a59fb1
Merge: ed374fc 02dadfa
Author: Virtually Nick 
AuthorDate: Sat Aug 3 17:06:42 2019 -0400

Merge 1.1.0 changes back to master.

 .../guacamole/environment/LocalEnvironment.java|   2 +-
 .../org/apache/guacamole/protocols/kubernetes.json | 174 +
 guacamole/src/main/webapp/app/index/styles/ui.css  |   1 +
 guacamole/src/main/webapp/translations/en.json |  68 +++-
 4 files changed, 243 insertions(+), 2 deletions(-)




[guacamole-client] branch staging/1.1.0 updated (6b949f6 -> 02dadfa)

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


from 6b949f6  GUACAMOLE-629: Merge allow client to receive connection 
parameter values via "argv" streams.
 add 6ebb534  GUACAMOLE-623: Add Kubernetes protocol/parameter definitions 
and translations.
 new 02dadfa  GUACAMOLE-623: Merge add Kubernetes parameters and 
translations.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../guacamole/environment/LocalEnvironment.java|  2 +-
 .../protocols/{telnet.json => kubernetes.json} | 64 +++-
 guacamole/src/main/webapp/app/index/styles/ui.css  |  1 +
 guacamole/src/main/webapp/translations/en.json | 68 +-
 4 files changed, 107 insertions(+), 28 deletions(-)
 copy 
guacamole-ext/src/main/resources/org/apache/guacamole/protocols/{telnet.json => 
kubernetes.json} (77%)



[guacamole-client] 01/01: GUACAMOLE-623: Merge add Kubernetes parameters and translations.

2019-08-03 Thread vnick
This is an automated email from the ASF dual-hosted git repository.

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

commit 02dadfac97a4e6cab3c871285f6d474f1a660155
Merge: 6b949f6 6ebb534
Author: Virtually Nick 
AuthorDate: Sat Aug 3 17:05:19 2019 -0400

GUACAMOLE-623: Merge add Kubernetes parameters and translations.

 .../guacamole/environment/LocalEnvironment.java|   2 +-
 .../org/apache/guacamole/protocols/kubernetes.json | 174 +
 guacamole/src/main/webapp/app/index/styles/ui.css  |   1 +
 guacamole/src/main/webapp/translations/en.json |  68 +++-
 4 files changed, 243 insertions(+), 2 deletions(-)



[guacamole-manual] branch master updated (9dc52c5 -> 6fe16be)

2019-08-03 Thread mjumper
This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-manual.git.


from 9dc52c5  Merge 1.1.0 changes back to master.
 add a4d2389  GUACAMOLE-422: Document support for timezone handshake and 
parameter.
 add 5b54f18  GUACAMOLE-422: Adjust reference section for handshake and add 
timezone.
 add f04b7ea  GUACAMOLE-422: Fix xrdp case
 add cbe0ec6  GUACAMOLE-422: Convert handshake instruction documentation to 
table.
 add 4142880  GUACAMOLE-422: Remove some of the version-specific language 
from timezone parameter.
 add 5b28608  GUACAMOLE-422: Fix envar tag.
 add 7def20a  GUACAMOLE-422: Fix reference to configuration chapter.
 add db31efc  GUACAMOLE-422: Additional documentation for timezone and 
protocol version; minor corrections.
 add af9168f  GUACAMOLE-422: Remove old XML content; fix speling.
 add 1a5f60d  GUACAMOLE-422: Tweak protocol example, bring sanity back to 
organization of SSH sections.
 add 7e74d4d  GUACAMOLE-422: Merge documentation for timezone handshake and 
RDP/SSH parameter.
 new 6fe16be  Merge 1.1.0 changes back to master.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chapters/configuring.xml   |  74 +
 src/chapters/protocol.xml  | 116 +++--
 .../instructions/client/handshake/audio.xml|   3 +-
 .../instructions/client/handshake/image.xml|   2 +-
 .../instructions/client/handshake/size.xml |   3 +-
 .../instructions/client/handshake/timezone.xml |  23 
 .../instructions/client/handshake/video.xml|   3 +-
 .../instructions/server/handshake/args.xml |  15 ++-
 src/references/protocol.xml|   1 +
 9 files changed, 218 insertions(+), 22 deletions(-)
 create mode 100644 src/references/instructions/client/handshake/timezone.xml



[guacamole-manual] branch staging/1.1.0 updated (05c2f19 -> 7e74d4d)

2019-08-03 Thread mjumper
This is an automated email from the ASF dual-hosted git repository.

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


from 05c2f19  GUACAMOLE-623: Merge document support for Kubernetes.
 add a4d2389  GUACAMOLE-422: Document support for timezone handshake and 
parameter.
 add 5b54f18  GUACAMOLE-422: Adjust reference section for handshake and add 
timezone.
 add f04b7ea  GUACAMOLE-422: Fix xrdp case
 add cbe0ec6  GUACAMOLE-422: Convert handshake instruction documentation to 
table.
 add 4142880  GUACAMOLE-422: Remove some of the version-specific language 
from timezone parameter.
 add 5b28608  GUACAMOLE-422: Fix envar tag.
 add 7def20a  GUACAMOLE-422: Fix reference to configuration chapter.
 add db31efc  GUACAMOLE-422: Additional documentation for timezone and 
protocol version; minor corrections.
 add af9168f  GUACAMOLE-422: Remove old XML content; fix speling.
 add 1a5f60d  GUACAMOLE-422: Tweak protocol example, bring sanity back to 
organization of SSH sections.
 new 7e74d4d  GUACAMOLE-422: Merge documentation for timezone handshake and 
RDP/SSH parameter.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chapters/configuring.xml   |  74 +
 src/chapters/protocol.xml  | 116 +++--
 .../instructions/client/handshake/audio.xml|   3 +-
 .../instructions/client/handshake/image.xml|   2 +-
 .../instructions/client/handshake/size.xml |   3 +-
 .../instructions/client/handshake/timezone.xml |  23 
 .../instructions/client/handshake/video.xml|   3 +-
 .../instructions/server/handshake/args.xml |  15 ++-
 src/references/protocol.xml|   1 +
 9 files changed, 218 insertions(+), 22 deletions(-)
 create mode 100644 src/references/instructions/client/handshake/timezone.xml



[guacamole-manual] 01/01: Merge 1.1.0 changes back to master.

2019-08-03 Thread mjumper
This is an automated email from the ASF dual-hosted git repository.

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

commit 6fe16bea5a904f912ff811ba3c5b6ee17be1fa68
Merge: 9dc52c5 7e74d4d
Author: Michael Jumper 
AuthorDate: Fri Aug 2 23:52:29 2019 -0700

Merge 1.1.0 changes back to master.

 src/chapters/configuring.xml   |  74 +
 src/chapters/protocol.xml  | 116 +++--
 .../instructions/client/handshake/audio.xml|   3 +-
 .../instructions/client/handshake/image.xml|   2 +-
 .../instructions/client/handshake/size.xml |   3 +-
 .../instructions/client/handshake/timezone.xml |  23 
 .../instructions/client/handshake/video.xml|   3 +-
 .../instructions/server/handshake/args.xml |  15 ++-
 src/references/protocol.xml|   1 +
 9 files changed, 218 insertions(+), 22 deletions(-)




[guacamole-manual] 01/01: GUACAMOLE-422: Merge documentation for timezone handshake and RDP/SSH parameter.

2019-08-03 Thread mjumper
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-manual.git

commit 7e74d4dc386247f842e279f8cb3cff507219a59f
Merge: 05c2f19 1a5f60d
Author: Mike Jumper 
AuthorDate: Fri Aug 2 23:51:59 2019 -0700

GUACAMOLE-422: Merge documentation for timezone handshake and RDP/SSH 
parameter.

 src/chapters/configuring.xml   |  74 +
 src/chapters/protocol.xml  | 116 +++--
 .../instructions/client/handshake/audio.xml|   3 +-
 .../instructions/client/handshake/image.xml|   2 +-
 .../instructions/client/handshake/size.xml |   3 +-
 .../instructions/client/handshake/timezone.xml |  23 
 .../instructions/client/handshake/video.xml|   3 +-
 .../instructions/server/handshake/args.xml |  15 ++-
 src/references/protocol.xml|   1 +
 9 files changed, 218 insertions(+), 22 deletions(-)