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

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


    from 3ad3b041 GUACAMOLE-1267: Merge VNC parameter for disabling local input 
on VNC server.
     add efc9a178 GUACAMOLE-1686: Add common function for opening TCP sockets.
     add eb3f85d8 GUACAMOLE-1686: Implement WOL function to attempt to connect 
to host after waking it.
     add 2c796593 GUACAMOLE-1686: Switch SSH and Telnet to common TCP socket 
function.
     add 69a616ce GUACAMOLE-1686: Add convenience function for converting 
integer to string.
     add e214ad4c GUACAMOLE-1686: Switch WOL in each of the protocols to use 
new wake_and_wait function.
     new c91b0efc GUACAMOLE-1686: Merge improved WOL functionality.

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/common-ssh/ssh.c                               |  82 +------------
 src/libguac/Makefile.am                            |   2 +
 .../{encode-png.h => guacamole/socket-tcp.h}       |  34 +++---
 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/vnc.c                            |  53 +++++++--
 13 files changed, 392 insertions(+), 229 deletions(-)
 copy src/libguac/{encode-png.h => guacamole/socket-tcp.h} (56%)
 create mode 100644 src/libguac/socket-tcp.c

Reply via email to