Virtually Nick
|
c6263a25fd
|
GUACAMOLE-261: Implement Spice protocol support.
|
2022-09-19 20:17:13 -04:00 |
|
Mike Jumper
|
b20afa275a
|
GUACAMOLE-1669: Merge fix for RSA key upgrade failure if FIPS mode is enabled.
|
2022-09-13 14:45:55 -07:00 |
|
James Muehlner
|
b096e47f57
|
GUACAMOLE-1669: Include ext-info-c in preferred KEX algorithms to ensure RSA key upgrades can happen.
|
2022-09-13 21:39:38 +00:00 |
|
Mike Jumper
|
4d211e0c9e
|
GUACAMOLE-1674: Merge changes removing NLA from negotiation if FIPS is enabled.
|
2022-09-08 09:44:47 -07:00 |
|
James Muehlner
|
dffbeac57a
|
GUACAMOLE-1674: Warn about NLA mode if FIPS mode is enabled, or disable if possible.
|
2022-08-30 23:23:56 +00:00 |
|
Mike Jumper
|
0361adc01f
|
GUACAMOLE-1669: Merge FIPS support for SSH connections.
|
2022-08-24 15:29:46 -07:00 |
|
James Muehlner
|
1971a9dad2
|
GUACAMOLE-1669: Prefer FIPS compliant ciphers and algorithms when FIPS mode is enabled.
|
2022-08-24 22:23:46 +00:00 |
|
Virtually Nick
|
5dbf4820ab
|
Merge 1.5.0 changes back to master.
|
2022-08-19 15:48:51 -04:00 |
|
Virtually Nick
|
b2eb13a178
|
GUACAMOLE-1540: Merge correct automated retrieval of Docker build dependencies.
|
2022-08-19 15:30:31 -04:00 |
|
Michael Jumper
|
2bc9d5ff01
|
GUACAMOLE-1540: Correct regex stripping of package version (major number may have multiple digits).
|
2022-08-19 12:12:29 -07:00 |
|
Michael Jumper
|
5918cc9f7c
|
GUACAMOLE-1540: Ignore failures to find packages associated with libraries we build ourselves.
|
2022-08-19 12:12:29 -07:00 |
|
James Muehlner
|
15f6e9f678
|
Merge 1.5.0 changes back to master.
|
2022-08-16 18:48:31 +00:00 |
|
James Muehlner
|
b5addfe3da
|
GUACAMOLE-1540: Merge Alpine Linux docker base image with manual library builds.
|
2022-08-16 09:40:45 -07:00 |
|
Michael Jumper
|
7f4246b6d5
|
GUACAMOLE-1540: Manual build all core protocol libraries for Docker image using Alpine Linux base.
|
2022-08-16 08:39:54 -07:00 |
|
Virtually Nick
|
6ab82446bb
|
GUACAMOLE-1652: Merge only call SSL init functions when the library version requires it.
|
2022-07-30 07:36:37 -04:00 |
|
James Muehlner
|
9c93337d97
|
GUACAMOLE-1652: Migrate OpenSSL initialization to modern methods for OpenSSL >= 1.1.0.
|
2022-07-30 02:24:31 +00:00 |
|
James Muehlner
|
cdee93ae25
|
GUACAMOLE-1652: Only call SSL init functions when the library version requires it.
|
2022-07-30 02:22:36 +00:00 |
|
Mike Jumper
|
eee3ac092c
|
GUACAMOLE-1622: Merge correction to terminal resize regression.
|
2022-07-13 16:20:19 -07:00 |
|
Alex Leitner
|
5bb56ed5ba
|
GUACAMOLE-1622: Restructured code to resolve scrollbar resizing bug where the scrollbar would clip off the side of the terminal. This fix also resolves the issue where the text would blur at certain intervals of resizing the window.
|
2022-07-13 21:57:47 +00:00 |
|
Mike Jumper
|
0aae5eeadb
|
GUACAMOLE-1636: Merge corrections to typos within RDP comments/documentation.
|
2022-07-13 13:55:05 -07:00 |
|
Jimmy
|
6d994db9d2
|
GUACAMOLE-1636: Fix a typo mistake invokved .
|
2022-07-13 23:47:13 +03:00 |
|
Jimmy
|
cba5484be0
|
GUACAMOLE-1636: Fix a typo mistake recieved .
|
2022-07-13 23:41:42 +03:00 |
|
Jimmy
|
4048dd4900
|
GUACAMOLE-1636: Fix a typo mistake assicated .
|
2022-07-13 23:32:12 +03:00 |
|
Jimmy
|
98556fbe2e
|
GUACAMOLE-1636: Fix a typo mistake coordinare .
|
2022-07-13 23:24:06 +03:00 |
|
Jimmy
|
f438a36612
|
GUACAMOLE-1636: Fix a typo mistake synchonize .
|
2022-07-13 23:17:50 +03:00 |
|
Jimmy
|
e8d966aec6
|
GUACAMOLE-1636: Fix a typo mistake Versoin .
|
2022-07-13 23:10:36 +03:00 |
|
Jimmy
|
523532a52d
|
GUACAMOLE-1636: Fix a typo mistake offscren .
|
2022-07-13 23:02:37 +03:00 |
|
Mike Jumper
|
51c640fdbd
|
GUACAMOLE-1436: Merge addition of missing FreeRDP winpr headers.
|
2022-07-05 12:09:00 -07:00 |
|
Virtually Nick
|
4cf1bfae0e
|
GUACAMOLE-377: Merge update unit tests for new prototype of guac_protocol_send_sync().
|
2022-07-05 14:30:57 -04:00 |
|
Michael Jumper
|
9642afc468
|
GUACAMOLE-377: Update unit tests for new prototype of guac_protocol_send_sync().
The new guac_protocol_send_sync() requires an additional parameter: the
number of logical frames associated with the sync.
|
2022-07-05 10:58:38 -07:00 |
|
James Muehlner
|
ffb6c809be
|
GUACAMOLE-1622: Merge addition of margins to ssh sessions.
|
2022-06-22 09:32:00 -07:00 |
|
Alex Leitner
|
64ea9c4d1f
|
GUACAMOLE-1622: Clarified comments to describe if param is a pointer.
|
2022-06-21 16:16:52 +00:00 |
|
Alex Leitner
|
a5834fd319
|
GUACAMOLE-1622: Separated logic into single responsibility functions.
|
2022-06-16 17:09:41 +00:00 |
|
Alex Leitner
|
1e9cd9137b
|
GUACAMOLE-1622: Added margins to ssh sessions.
|
2022-06-15 16:59:20 +00:00 |
|
James Muehlner
|
d4cd9b3e3a
|
GUACAMOLE-377: Merge support for RemoteFX.
|
2022-06-09 17:41:23 -07:00 |
|
Michael Jumper
|
31f1b2c7c4
|
GUACAMOLE-377: Rename single-letter "e" event arguments variable to "args" for readability.
|
2022-06-09 09:02:11 -07:00 |
|
Michael Jumper
|
ce27936ed5
|
GUACAMOLE-377: Add frame boundaries around cursor set operations if otherwise absent.
|
2022-06-09 09:02:11 -07:00 |
|
Michael Jumper
|
b7f05b9e4f
|
GUACAMOLE-377: Ensure backing surface of underlying FreeRDP GDI implementation is resized when desktop is resized.
|
2022-06-09 09:02:11 -07:00 |
|
Michael Jumper
|
d5761ad625
|
GUACAMOLE-377: Warn about required color depth only if actually overridden.
|
2022-06-09 09:02:11 -07:00 |
|
Michael Jumper
|
b26f9d64d6
|
GUACAMOLE-377: Clarify usage of EndPaint to detect frames.
|
2022-06-09 09:02:11 -07:00 |
|
Michael Jumper
|
da80163e24
|
GUACAMOLE-377: Enable graphics pipeline extension by default.
|
2022-06-09 09:02:11 -07:00 |
|
Michael Jumper
|
28396ae345
|
GUACAMOLE-377: Expect explicit RDP frame boundaries only after at least one frame boundary has been received.
|
2022-05-18 15:43:54 -07:00 |
|
Michael Jumper
|
a0e9f6ed9b
|
GUACAMOLE-377: Leverage client timestamp tracking for RDP frame duration.
|
2022-05-18 15:43:54 -07:00 |
|
Michael Jumper
|
bde8cdee46
|
GUACAMOLE-377: Add general RDP support for frame markers.
|
2022-05-18 15:43:54 -07:00 |
|
Michael Jumper
|
669e02b4dc
|
GUACAMOLE-377: Leverage RDPGFX to report remote frame statistics to the client.
|
2022-05-12 13:50:20 -07:00 |
|
Michael Jumper
|
52c8683bcf
|
GUACAMOLE-377: Add protocol-level support for reporting remote frame statistics.
|
2022-05-12 13:50:20 -07:00 |
|
Michael Jumper
|
c19eab9691
|
GUACAMOLE-377: Revise processing lag calculations to consider cumulative processing lag.
|
2022-05-12 13:50:20 -07:00 |
|
Michael Jumper
|
dd85c54961
|
GUACAMOLE-377: Add handling for EndPaint required by software GDI implementation of RDPGFX.
|
2022-05-12 13:50:20 -07:00 |
|
Michael Jumper
|
c795bf9e4a
|
GUACAMOLE-377: Control RemoteFX / GFX support with "enable-gfx" parameter.
|
2022-05-12 13:50:20 -07:00 |
|
Michael Jumper
|
c469300941
|
GUACAMOLE-377: Support for RDPGFX.
|
2022-05-12 13:50:20 -07:00 |
|