Michael Jumper
|
83a531bc89
|
GUACAMOLE-623: Add support for SSL.
|
2018-09-25 21:30:52 -07:00 |
|
Michael Jumper
|
2e50573531
|
GUACAMOLE-623: Move I/O-related functions into separate files.
|
2018-09-25 21:30:52 -07:00 |
|
Michael Jumper
|
5e3aec6df2
|
GUACAMOLE-623: Add missing documentation for URL character test.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
371eed1f93
|
GUACAMOLE-623: Add missin includes. Remove unnecessary includes.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
c5f67a31dc
|
GUACAMOLE-623: Add configure test for LWS_CALLBACK_CLIENT_CLOSED (only defined in recent libwebsockets and required if present).
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
ed56093888
|
GUACAMOLE-623: Generate Kubernetes API endpoint dynamically.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
34f8f8b30d
|
GUACAMOLE-623: Redirect libwebsockets logging to guacd's debug level log.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
fe7edce569
|
GUACAMOLE-623: Add support for terminal resize. Redraw Kubernetes container upon connect.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
b7c938c239
|
GUACAMOLE-623: Send typed data to Kubernetes via the STDIN channel.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
f35517b3ff
|
GUACAMOLE-623: Add outbound message buffer.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
cbe593503f
|
GUACAMOLE-623: Do not return -1 from libwebsockets callback. Doing so results in automatic cleanup of part of the context, resulting in a segfault when lws_context_destroy() is invoked.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
f72877bf0d
|
GUACAMOLE-623: Handle data received from Kubernetes.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
7165fa949d
|
GUACAMOLE-623: Stub out implementation of WebSocket client for Kubernetes.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
519c90a887
|
GUACAMOLE-623: Default to unencrypted Kubernetes connections.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
5bae422b29
|
GUACAMOLE-623: libwebsockets requires an integer port number.
|
2018-09-25 21:30:51 -07:00 |
|
Michael Jumper
|
b8bd0e4c6a
|
GUACAMOLE-623: Add base skeleton for Kubernetes protocol support.
|
2018-09-25 21:30:51 -07:00 |
|