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(-)