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

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


    from be6727d1 Merge main branch changes to next.
     add 721e6669 GUACAMOLE-1267: Add VNC setting 'disable-remote-input'
     add 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.
     add c91b0efc GUACAMOLE-1686: Merge improved WOL functionality.
     new 07b21f08 Merge main branch changes to next.

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/settings.c                       |  12 ++
 src/protocols/vnc/settings.h                       |   5 +
 src/protocols/vnc/vnc.c                            |  67 +++++++++--
 15 files changed, 423 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