This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch staging/1.6.1
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 77816f6a GUACAMOLE-1170: Merge workaround for stream ambiguity
resulting from index reuse vs. optional acks.
add 95dfbfe8 GUACAMOLE-2185: Port numbers should be validated by guacd.
new 5e3e43fa GUACAMOLE-2185: Merge port numbers should be validated by
guacd.
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/libguac/guacamole/string.h | 61 +++++++++++++++++++++--
src/libguac/guacamole/user.h | 92 ++++++++++++++++++++++++++++++++++
src/libguac/string.c | 17 ++++++-
src/libguac/user.c | 98 ++++++++++++++++++++++++++++++-------
src/protocols/kubernetes/settings.c | 7 +--
src/protocols/kubernetes/settings.h | 2 +-
src/protocols/rdp/rdp.c | 36 +++++++-------
src/protocols/rdp/settings.c | 23 ++++-----
src/protocols/rdp/settings.h | 4 +-
src/protocols/ssh/settings.c | 10 ++--
src/protocols/ssh/ssh.c | 8 +--
src/protocols/telnet/settings.c | 12 +++--
src/protocols/telnet/telnet.c | 4 +-
src/protocols/vnc/settings.c | 24 ++++-----
src/protocols/vnc/settings.h | 4 +-
src/protocols/vnc/vnc.c | 34 ++++++-------
16 files changed, 333 insertions(+), 103 deletions(-)