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 |
|
Michael Jumper
|
f504b1a5e8
|
GUACAMOLE-337: Move libguacd functionality into libguac.
|
2017-07-01 18:50:03 -07:00 |
|
Michael Jumper
|
06a5043442
|
GUACAMOLE-337: Include only *-types.h headers when only types are needed.
|
2017-07-01 18:50:03 -07:00 |
|
Michael Jumper
|
f311c23ffa
|
GUACAMOLE-337: Move SSL socket into libguac.
|
2017-07-01 18:50:03 -07:00 |
|
Michael Jumper
|
e910dcbfcc
|
GUACAMOLE-259: Add TRACE log level.
|
2017-03-30 01:15:51 -07:00 |
|
James Muehlner
|
2c2824fc5b
|
Merge 0.9.12-incubating changes back to master.
|
2017-03-13 22:13:10 -07:00 |
|
Michael Jumper
|
1a96c5b415
|
GUACAMOLE-231: Add "mouse" instruction for server reporting of mouse position.
|
2017-03-11 14:57:09 -08:00 |
|
Michael Jumper
|
0210b7dc6b
|
GUACAMOLE-208: Add protocol status codes representing upstream network errors and session behavior.
|
2017-02-15 21:23:07 -08:00 |
|