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 2021/02/21 19:10:03 UTC

[guacamole-server] branch master updated (ca1fbd5 -> 5428ac5)

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-server.git.


    from ca1fbd5  GUACAMOLE-1204: Merge addition of server-side support for multi-touch events.
     add 7683a17  GUACAMOLE-1174: Added exec call implementation for kubernetes protocol
     add 164f792  GUACAMOLE-1174: Remove option use-exec, add snprintf result validation, fix code formatting.
     add 6b58e2e  GUACAMOLE-1174: Free exec_command setting.
     add 79239e3  GUACAMOLE-1174: Create function for appending endpoint params, fix endpoint params overwriting.
     add 7a1ba51  GUACAMOLE-1174: Determine parameter delimiter, compute the buffer string length, fix the buffer string length usage, verify buffer null terminated.
     add 7809447  GUACAMOLE-1174: Add parameters to the endpoint path using function guac_kubernetes_append_endpoint_param.
     add 004f57e  GUACAMOLE-1174: Add prototype and docstrings for guac_kubernetes_append_endpoint_param function.
     new 5428ac5  GUACAMOLE-1174: Merge support for Kubernetes "exec" API call.

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/kubernetes.c |  5 +-
 src/protocols/kubernetes/settings.c   | 14 +++++
 src/protocols/kubernetes/settings.h   |  6 +++
 src/protocols/kubernetes/url.c        | 98 ++++++++++++++++++++++++++---------
 src/protocols/kubernetes/url.h        | 33 +++++++++++-
 5 files changed, 128 insertions(+), 28 deletions(-)


[guacamole-server] 01/01: GUACAMOLE-1174: Merge support for Kubernetes "exec" API call.

Posted by mj...@apache.org.
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-server.git

commit 5428ac505767a361dc7715cbd6c8cd9cea36e2dd
Merge: ca1fbd5 004f57e
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Sun Feb 21 11:09:53 2021 -0800

    GUACAMOLE-1174: Merge support for Kubernetes "exec" API call.

 src/protocols/kubernetes/kubernetes.c |  5 +-
 src/protocols/kubernetes/settings.c   | 14 +++++
 src/protocols/kubernetes/settings.h   |  6 +++
 src/protocols/kubernetes/url.c        | 98 ++++++++++++++++++++++++++---------
 src/protocols/kubernetes/url.h        | 33 +++++++++++-
 5 files changed, 128 insertions(+), 28 deletions(-)