Virtually Nick
|
2cff6c6b73
|
[WIP]: Add support for links channel.
|
2022-04-11 14:27:07 -04:00 |
|
James Muehlner
|
854b5ecbb8
|
GUACAMOLE-1543: Move recording functionality from common to libguac.
|
2022-03-01 04:01:44 +00:00 |
|
Joshua Roys
|
f84db7d166
|
GUACAMOLE-745: Support OpenSSH private keys & ED25519
Let libssh2 parse PEM and ssh-native keys. Requires libssh2 1.9.0+
compiled against a crypto backend supporting ed25519.
|
2022-01-12 09:02:11 -05:00 |
|
Michael Jumper
|
d16ba33dee
|
GUACAMOLE-1204: Add support for including touch events within session recordings.
|
2021-02-11 20:12:21 -08:00 |
|
Michael Jumper
|
048a59310b
|
GUACAMOLE-1204: Add support for declaring layer multi-touch capabilities.
|
2021-02-11 20:12:21 -08:00 |
|
Michael Jumper
|
c88c0d1c89
|
GUACAMOLE-1204: Add libguac support for processing the "touch" instruction.
|
2021-02-11 20:12:21 -08:00 |
|
Nick Couchman
|
a37668e9f5
|
GUACAMOLE-1245: Add support for specifying Wake-on-LAN port.
|
2020-12-30 16:50:38 -05:00 |
|
Nick Couchman
|
bfb54f72a0
|
GUACAMOLE-221: Clean up libguac, protocol changes, and documentation.
|
2020-09-20 14:41:29 -04:00 |
|
Nick Couchman
|
f70fdfc612
|
GUACAMOLE-221: Add back in SSH credential argv support; fix style and comments.
|
2020-09-15 14:48:15 -04:00 |
|
Nick Couchman
|
0db61198e9
|
GUACAMOLE-221: Fix up lots of comments, streamline code, and fix SSH mutex lock.
|
2020-09-15 14:48:15 -04:00 |
|
Nick Couchman
|
bc8ed4e104
|
GUACAMOLE-221: Implement guacd support for verifying that client can accept the required instruction.
|
2020-09-15 14:48:15 -04:00 |
|
Nick Couchman
|
0761908a77
|
GUACAMOLE-221: Sockets start keep alive by default.
|
2020-09-15 14:48:15 -04:00 |
|
Nick Couchman
|
c579e7337f
|
GUACAMOLE-221: Implement function for sending required to client owner.
|
2020-09-15 14:48:15 -04:00 |
|
Nick Couchman
|
5ec2551761
|
GUACAMOLE-221: Use constants for parameters updated via argv or required instructions.
|
2020-09-15 14:48:15 -04:00 |
|
Nick Couchman
|
7369bed22c
|
GUACAMOLE-221: Add support for sending multiple params in required.
|
2020-09-15 14:48:15 -04:00 |
|
Nick Couchman
|
21a5d9ee62
|
GUACAMOLE-221: Add protocol functions for sending prompt to client.
|
2020-09-15 14:48:15 -04:00 |
|
Michael Jumper
|
f8f2c7f747
|
GUACAMOLE-221: Allow callers to request that argument values be automatically echoed to all connected users.
|
2020-07-06 18:19:08 -07:00 |
|
Michael Jumper
|
a8151c40c4
|
GUACAMOLE-221: Implement libguac convenience API for awaiting and processing argument streams.
|
2020-07-06 18:19:08 -07:00 |
|
Nick Couchman
|
df8030d9bb
|
GUACAMOLE-513: Implement defaults header for protocol constants.
|
2020-06-07 20:27:42 -04:00 |
|
Nick Couchman
|
02a7291742
|
GUACAMOLE-513: Adjust names of constants and fix style.
|
2020-04-15 09:42:22 -04:00 |
|
Nick Couchman
|
a0d4bacbc6
|
GUACAMOLE-513: Support determining IPv4 or IPv6.
|
2020-03-19 09:12:15 -04:00 |
|
Nick Couchman
|
0feda1fa2f
|
GUACAMOLE-513: Make packet size a constant.
|
2020-03-19 09:12:15 -04:00 |
|
Nick Couchman
|
45e46bd245
|
GUACAMOLE-513: Move sleep to protocol implementations; update comments and headers.
|
2020-03-19 09:12:15 -04:00 |
|
Nick Couchman
|
3d4a27607d
|
GUACAMOLE-513: Implement settings and code for Wake-on-LAN support.
|
2020-03-18 13:29:58 -04:00 |
|
Michael Jumper
|
b8148b0daf
|
GUACAMOLE-934: Handle potential lack of available audio streams.
|
2020-01-20 21:16:36 -08:00 |
|
Michael Jumper
|
ca073db5b6
|
GUACAMOLE-629: Add convenience functions for immediately sending the current value of a connection parameter.
|
2019-07-30 14:05:50 -07:00 |
|
Michael Jumper
|
c3a295e9b7
|
GUACAMOLE-629: Add convenience function for automatically splitting data across a series of blob instructions.
|
2019-07-30 14:05:50 -07:00 |
|
Michael Jumper
|
c47aa0cea1
|
GUACAMOLE-629: Define constant for maximum blob size.
|
2019-07-30 13:34:24 -07:00 |
|
Michael Jumper
|
c1b8250300
|
GUACAMOLE-629: Move constants for Guacamole protocol to dedicated "*-constants.h" header.
|
2019-07-30 13:33:18 -07:00 |
|
Michael Jumper
|
a763d47bc7
|
GUACAMOLE-629: Add support for sending "argv" instructions from server to client.
|
2019-07-30 13:06:46 -07:00 |
|
Nick Couchman
|
ab12b2aa8e
|
GUACAMOLE-422: More substantial comment for protocol version; NULL out timezone at beginning of handshake.
|
2019-04-19 15:48:14 -04:00 |
|
Nick Couchman
|
379fce2d77
|
GUACAMOLE-422: Rename new opcode handler function.
|
2019-04-11 17:21:36 -04:00 |
|
Nick Couchman
|
c750b18f60
|
GUACAMOLE-422: Handle sending version internally.
|
2019-04-11 17:18:27 -04:00 |
|
Nick Couchman
|
2f57564f5d
|
GUACAMOLE-422: Remove duplicate code and migrate handshake to user handlers.
|
2019-04-11 17:18:27 -04:00 |
|
Nick Couchman
|
0ee47e0186
|
GUACAMOLE-422: Change handshake to ignore order of opcodes.
|
2019-04-11 17:18:27 -04:00 |
|
Nick Couchman
|
6fae0b4b23
|
GUACAMOLE-422: Use timezone from handshake when parameter does not exist.
|
2019-04-11 17:18:27 -04:00 |
|
Nick Couchman
|
f70aa4939f
|
GUACAMOLE-422: Add client timezone to handshake.
|
2019-04-11 17:16:43 -04:00 |
|
Michael Jumper
|
350d8e5995
|
GUACAMOLE-637: Document failsafe behavior of guac_strlcat() in the event the destination buffer is not terminated as required.
|
2019-01-23 19:02:19 -08:00 |
|
Michael Jumper
|
5bf6a1479c
|
GUACAMOLE-637: Add convenience function for joining an array of strings using a given delimiter.
|
2019-01-23 18:44:45 -08:00 |
|
Michael Jumper
|
a78f254611
|
GUACAMOLE-637: Add strlcat() implementation. Use libc strlcat() if available.
|
2019-01-23 18:44:45 -08:00 |
|
Michael Jumper
|
d7909a77aa
|
GUACAMOLE-637: Add strlcpy() implementation. Use libc strlcpy() if available.
|
2019-01-23 18:44:45 -08:00 |
|
Michael Jumper
|
d73b86b4b7
|
GUACAMOLE-661: Mark "nest" instruction and socket as deprecated.
|
2019-01-07 09:37:08 -08:00 |
|
Michael Jumper
|
8456c050ea
|
GUACAMOLE-629: Add support for updating connection parameters of in-progress connections.
|
2018-09-25 11:40:08 -07:00 |
|
Nick Couchman
|
adcdb080cb
|
GUACAMOLE-587: Increase max number of elements per instruction.
|
2018-07-05 16:42:33 -04:00 |
|
Michael Jumper
|
b21aef565b
|
GUACAMOLE-313: Add function for sending "key" instructions.
|
2018-01-26 16:42:14 -08:00 |
|
Michael Jumper
|
81a0e66d9f
|
GUACAMOLE-313: Include current button state within mouse update for completeness.
|
2018-01-26 16:21:53 -08:00 |
|
Michael Jumper
|
a74d6a2aaf
|
GUACAMOLE-313: Include timestamp with mouse position reporting.
|
2018-01-26 16:21:49 -08:00 |
|
Michael Jumper
|
d3c5a8a050
|
GUACAMOLE-325: Add Winsock-specific guac_socket implementation.
|
2017-07-05 20:55:03 -07:00 |
|
Michael Jumper
|
b608d2266b
|
GUACAMOLE-337: Clarify behavior of guac_user_handle_connection().
|
2017-07-05 19:54:06 -07:00 |
|
Michael Jumper
|
60141175dd
|
GUACAMOLE-337: Document that socket-ssl.h is not guaranteed to be present.
|
2017-07-01 18:55:20 -07:00 |
|