This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch staging/1.6.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from e42def82 GUACAMOLE-600: Merge RDP support for configuring the TCP
timeout.
add 1cdda6dd GUACAMOLE-600: Add support for setting SSH and SFTP timeouts.
add 7d0b76be GUACAMOLE-600: Update telnet protocol to send timeout to
common socket code.
new f50ccf64 GUACAMOLE-600: Merge support for setting SSH and SFTP
timeouts.
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/common-ssh/ssh.h | 6 +++++-
src/common-ssh/ssh.c | 10 ++++++++--
src/libguac/guacamole/socket-tcp.h | 5 ++++-
src/libguac/guacamole/wol-constants.h | 6 ++++++
src/libguac/guacamole/wol.h | 6 +++++-
src/libguac/socket-tcp.c | 30 ++++++++++++++++++++++++------
src/libguac/wol.c | 6 +++---
src/protocols/rdp/rdp.c | 7 ++++---
src/protocols/rdp/settings.c | 12 ++++++++++++
src/protocols/rdp/settings.h | 11 +++++++++++
src/protocols/ssh/settings.c | 11 +++++++++++
src/protocols/ssh/settings.h | 12 ++++++++++++
src/protocols/ssh/ssh.c | 10 ++++++----
src/protocols/telnet/telnet.c | 5 +++--
src/protocols/vnc/settings.c | 12 ++++++++++++
src/protocols/vnc/settings.h | 10 ++++++++++
src/protocols/vnc/vnc.c | 7 ++++---
17 files changed, 140 insertions(+), 26 deletions(-)