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 2021/02/22 01:32:54 UTC

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

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 5428ac5  GUACAMOLE-1174: Merge support for Kubernetes "exec" API call.
     add 7f55399  GUACAMOLE-1174: Clarify behavior of URL parameter appending function.
     add c793573  GUACAMOLE-1174: Add unit tests for URL utility functions.
     add a920932  GUACAMOLE-1174: Correct logic detecting truncation of appended parameter.
     new 7bbab0e  GUACAMOLE-1174: Merge correct handling of truncated parameters when appending to URLs.

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:
 configure.ac                                       |  5 ++
 .../kubernetes}/.gitignore                         |  2 +-
 src/protocols/kubernetes/Makefile.am               |  1 +
 .../{rdp => kubernetes}/tests/Makefile.am          | 30 ++++-----
 src/protocols/kubernetes/tests/url/append.c        | 74 ++++++++++++++++++++++
 src/protocols/kubernetes/tests/url/escape.c        | 72 +++++++++++++++++++++
 src/protocols/kubernetes/url.c                     | 12 ++--
 src/protocols/kubernetes/url.h                     | 10 ++-
 8 files changed, 183 insertions(+), 23 deletions(-)
 copy src/{common-ssh => protocols/kubernetes}/.gitignore (79%)
 copy src/protocols/{rdp => kubernetes}/tests/Makefile.am (74%)
 create mode 100644 src/protocols/kubernetes/tests/url/append.c
 create mode 100644 src/protocols/kubernetes/tests/url/escape.c


[guacamole-server] 01/01: GUACAMOLE-1174: Merge correct handling of truncated parameters when appending to URLs.

Posted by vn...@apache.org.
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 7bbab0efddd2d299baa5e1e400c0860f0fe69047
Merge: 5428ac5 a920932
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sun Feb 21 20:32:47 2021 -0500

    GUACAMOLE-1174: Merge correct handling of truncated parameters when appending to URLs.

 configure.ac                                     |  5 ++
 src/protocols/kubernetes/.gitignore              |  5 ++
 src/protocols/kubernetes/Makefile.am             |  1 +
 src/protocols/kubernetes/{ => tests}/Makefile.am | 70 ++++++++++------------
 src/protocols/kubernetes/tests/url/append.c      | 74 ++++++++++++++++++++++++
 src/protocols/kubernetes/tests/url/escape.c      | 72 +++++++++++++++++++++++
 src/protocols/kubernetes/url.c                   | 12 ++--
 src/protocols/kubernetes/url.h                   | 10 +++-
 8 files changed, 204 insertions(+), 45 deletions(-)