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 001347b GUACAMOLE-1540: Merge migration of guacd Docker image to
Ubuntu 21.10.
add 05c6131 GUACAMOLE-1538: Update libguac_terminal to be a shared
library.
add 44d76da GUACAMOLE-1538: Use an options struct instead of hardcoding
params in constructor.
new a0faa02 GUACAMOLE-1538: Merge refactor libguac_terminal for easier
extensibility, and migrate to shared library.
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 | 22 +++-
src/protocols/kubernetes/settings.c | 15 +--
src/protocols/kubernetes/settings.h | 16 ---
src/protocols/ssh/settings.c | 15 +--
src/protocols/ssh/settings.h | 16 ---
src/protocols/ssh/ssh.c | 22 +++-
src/protocols/telnet/settings.c | 15 +--
src/protocols/telnet/settings.h | 17 ----
src/protocols/telnet/telnet.c | 22 +++-
src/terminal/Makefile.am | 6 +-
src/terminal/terminal.c | 68 +++++++++----
src/terminal/terminal/terminal.h | 185 +++++++++++++++++++++++++---------
12 files changed, 265 insertions(+), 154 deletions(-)