This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 07b21f080b15fce79074732fffa10f33856ee514
Merge: be6727d1 c91b0efc
Author: James Muehlner <james.muehl...@guac-dev.org>
AuthorDate: Wed May 22 16:23:46 2024 +0000

    Merge main branch changes to next.

 src/common-ssh/ssh.c                  |  82 ++-------------------
 src/libguac/Makefile.am               |   2 +
 src/libguac/guacamole/socket-tcp.h    |  44 ++++++++++++
 src/libguac/guacamole/string.h        |  18 +++++
 src/libguac/guacamole/wol-constants.h |   6 ++
 src/libguac/guacamole/wol.h           |  40 +++++++++++
 src/libguac/socket-tcp.c              | 102 ++++++++++++++++++++++++++
 src/libguac/string.c                  |  15 ++++
 src/libguac/wol.c                     |  48 +++++++++++++
 src/protocols/rdp/rdp.c               |  53 +++++++++++---
 src/protocols/ssh/ssh.c               |  37 +++++++---
 src/protocols/telnet/telnet.c         | 131 ++++++++--------------------------
 src/protocols/vnc/settings.c          |  12 ++++
 src/protocols/vnc/settings.h          |   5 ++
 src/protocols/vnc/vnc.c               |  67 ++++++++++++++---
 15 files changed, 453 insertions(+), 209 deletions(-)

Reply via email to