1. 827951d GUACAMOLE-249: Remove RDP constant definitions which are defined within FreeRDP headers. by Michael Jumper · 4 years, 5 months ago
  2. 875d51c GUACAMOLE-249: Dynamically wrap channel entry points (FreeRDP will refuse to associate the same entry point with multiple channels). by Michael Jumper · 4 years, 5 months ago
  3. 664586e GUACAMOLE-249: VirtualChannelEntryEx entry point is supposed to accept a PCHANNEL_ENTRY_POINTS_EX. by Michael Jumper · 4 years, 5 months ago
  4. 4612e79 GUACAMOLE-249: Remove "guacsnd" plugin in favor of leveraging common SVC implementation. by Michael Jumper · 4 years, 5 months ago
  5. 3255b18 GUACAMOLE-249: Remove "guacsvc" plugin in favor of leveraging common SVC implementation. by Michael Jumper · 4 years, 5 months ago
  6. 352b9c5 GUACAMOLE-249: Add common SVC plugin implementation as future simplified basis for RDPSND, RDPDR, etc. by Michael Jumper · 4 years, 5 months ago
  7. 7b93b3d GUACAMOLE-249: Gradually reassemble received chunks of RDPSND data. by Michael Jumper · 4 years, 5 months ago
  8. a7352b1 GUACAMOLE-249: Remove lock around usage of FreeRDP (new library appears threadsafe). by Michael Jumper · 4 years, 5 months ago
  9. ee4d91e GUACAMOLE-249: Migrate RDPDR support to FreeRDP 2.0.0 plugin API. by Michael Jumper · 4 years, 5 months ago
  10. 68710a6 GUACAMOLE-249: Migrate loading of RDPDR support (guacdr plugin) to abstract function. by Michael Jumper · 4 years, 5 months ago
  11. 6f2b124 GUACAMOLE-249: Migrate RDPSND support to FreeRDP 2.0.0 plugin API. by Michael Jumper · 4 years, 5 months ago
  12. 0497a33 GUACAMOLE-249: Migrate loading of RDPSND support ("guacsnd" plugin) to abstract function. by Michael Jumper · 4 years, 5 months ago
  13. f3cef7e GUACAMOLE-249: Add example for testing arbitrary SVC support. by Michael Jumper · 4 years, 5 months ago
  14. 233c055 GUACAMOLE-249: Migrate SVC support to FreeRDP 2.0.0 plugin API. by Michael Jumper · 4 years, 5 months ago
  15. c97b8f2 GUACAMOLE-901: Merge add Belgian French keymap by Virtually Nick · 4 years, 5 months ago
  16. 1822e59 GUACAMOLE-901: Belgian French keymap by Jukka-Pekka Virtanen · 4 years, 6 months ago
  17. fa0ad26 GUACAMOLE-249: Update Docker build to use FreeRDP 2.0.0. by Michael Jumper · 4 years, 6 months ago
  18. 6ae6ea5 GUACAMOLE-871: Merge support for DECTECM private mode sequence (show/hide cursor). by Mike Jumper · 4 years, 7 months ago
  19. 199c2a0 GUACAMOLE-871: Add support for hidden cursor (DECTECM) by Maxime Coste · 4 years, 8 months ago
  20. 77a3239 GUACAMOLE-249: Migrate to plugin naming style used by FreeRDP 2.0.0. by Michael Jumper · 4 years, 7 months ago
  21. 6dc8b57 GUACAMOLE-249: Update RAIL (RemoteApp) support to FreeRDP 2.0.0 API. by Michael Jumper · 4 years, 7 months ago
  22. 07f6e6a GUACAMOLE-249: Remove guac_rdp_dvc_list, relying instead on the DVC channel collection within rdpSettings. by Michael Jumper · 4 years, 7 months ago
  23. eab07b4 GUACAMOLE-249: Add trace-level logging of received and sent CLIPRDR PDUs. by Michael Jumper · 4 years, 7 months ago
  24. de493ba GUACAMOLE-249: Send Format List Response PDU after successfully processing a Format List PDU. by Michael Jumper · 4 years, 7 months ago
  25. 9dd1555 GUACAMOLE-249: Do not include CB_RESPONSE_OK flag in Format List PDU. by Michael Jumper · 4 years, 7 months ago
  26. 8c7984d GUACAMOLE-249: Free GDI implementation. Do not allocate cache (unnecessary). by Michael Jumper · 4 years, 7 months ago
  27. b64b8f3 GUACAMOLE-249: Restore support for CLIPRDR channel. by Michael Jumper · 4 years, 7 months ago
  28. 831606a GUACAMOLE-249: Use pkg-config to determine location of FreeRDP headers. by Michael Jumper · 4 years, 7 months ago
  29. cc7cd78 GUACAMOLE-249: Centralize handling of connected channels. by Michael Jumper · 4 years, 7 months ago
  30. 16be3af GUACAMOLE-249: Load FreeRDP plugins regardless of entry point interface. by Michael Jumper · 4 years, 7 months ago
  31. b89ed7f GUACAMOLE-249: Migrate wait mechanism to event handle interface. by Michael Jumper · 4 years, 7 months ago
  32. 17045d5 GUACAMOLE-249: Use reversed byte order for colors locally (verification needed). by Michael Jumper · 4 years, 7 months ago
  33. 7904d9c GUACAMOLE-249: Initialize FreeRDP's GDI implementation (default GDI handlers will otherwise fail). by Michael Jumper · 4 years, 7 months ago
  34. 7a7ffc2 GUACAMOLE-249: Add missing pixel format parameter to pointer image copy. by Michael Jumper · 4 years, 7 months ago
  35. 65fe6c9 GUACAMOLE-249: Correct incorrect syntax introduced by initial partial migration (commit a5b62aa82). by Michael Jumper · 4 years, 7 months ago
  36. c311d8b GUACAMOLE-249: Rely on default bitmap/GDI/pointer handlers for all but those that must be overridden. by Michael Jumper · 4 years, 7 months ago
  37. 1e69209 GUACAMOLE-249: Correct remaining void returns from BOOL handlers. by Michael Jumper · 4 years, 7 months ago
  38. 7332e63 GUACAMOLE-249: Add "nla-ext" option for extended NLA mode. by Michael Jumper · 4 years, 7 months ago
  39. 2ed0d04 GUACAMOLE-249: Default to negotiated security mode, not old "RDP" encryption. by Michael Jumper · 4 years, 7 months ago
  40. a76e307 GUACAMOLE-249: RDP "DisableEncryption" settings flag has been inverted and renamed to "UseRdpSecurityLayer". by Michael Jumper · 4 years, 7 months ago
  41. 6886665 GUACAMOLE-249: Comment out usage of old event interface. by Michael Jumper · 4 years, 7 months ago
  42. 703ce5c GUACAMOLE-249: Remove usage of old FreeRDP channels interface. by Michael Jumper · 4 years, 7 months ago
  43. ad7ab67 GUACAMOLE-249: The freerdp/gdi/gdi.h header is required to access contents of rdpGdi struct. by Michael Jumper · 4 years, 8 months ago
  44. 9fa9adb GUACAMOLE-249: Migrate to libwinpr "CF_*" constants for clipboard formats. by Michael Jumper · 4 years, 8 months ago
  45. 3b56004 GUACAMOLE-249: Correct prototype of certificate verification callback. If accepting the certificate, request that FreeRDP not store it. by Michael Jumper · 4 years, 8 months ago
  46. 82664b4 GUACAMOLE-249: Correct prototypes of GDI handlers. by Michael Jumper · 4 years, 8 months ago
  47. fbfbaff GUACAMOLE-249: Correct prototypes of pointer handlers. by Michael Jumper · 4 years, 8 months ago
  48. e4a68d7 GUACAMOLE-249: Correct prototypes of glyph handlers. by Michael Jumper · 4 years, 8 months ago
  49. 9b08a71 GUACAMOLE-249: Comment out remaining usage of SVC. by Michael Jumper · 4 years, 8 months ago
  50. 554251c GUACAMOLE-249: Remove usage of CLRCONV. by Michael Jumper · 4 years, 8 months ago
  51. 17d31d9 GUACAMOLE-249: Remove all legacy FreeRDP compatibility. by Michael Jumper · 4 years, 8 months ago
  52. a5b62aa GUACAMOLE-249: Migrate to newer API (partial). by Michael Jumper · 7 years ago
  53. b181026 GUACAMOLE-861: Merge correction to RDPDR filesystem timestamp conversion. by Mike Jumper · 4 years, 9 months ago
  54. 4cc9c2d GUACAMOLE-861: Fixes WINDOWS_TIME calculation by unknown · 4 years, 9 months ago
  55. f34be23 GUACAMOLE-859: Merge correct Caps Lock keysym sent via RDP by Virtually Nick · 4 years, 9 months ago
  56. a189c9a GUACAMOLE-859: Remove +ext from Caps Lock keymapping. by Weston Thayer · 4 years, 9 months ago
  57. 5146320 GUACAMOLE-514: Merge support for VNC authentication involving usernames. by Mike Jumper · 4 years, 9 months ago
  58. 7ac8400 GUACAMOLE-514: Slight correction to debug message. by Nick Couchman · 4 years, 9 months ago
  59. 61d12f1 GUACAMOLE-514: VNC client should abort on credential error. by Nick Couchman · 4 years, 9 months ago
  60. f21621e GUACAMOLE-514: Remove x509 support. by Nick Couchman · 4 years, 9 months ago
  61. 8842516 GUACAMOLE-514: Write x509 authentication factors to temp files. by Nick Couchman · 4 years, 9 months ago
  62. b9001f4 GUACAMOLE-514: Add missing parameter tag. by Nick Couchman · 4 years, 9 months ago
  63. 4329739 GUACAMOLE-514: Remove CRL check flag. by Nick Couchman · 4 years, 9 months ago
  64. 90d5595 GUACAMOLE-514: use correct client in log call. by Nick Couchman · 4 years, 9 months ago
  65. 51ae8a4 GUACAMOLE-514: Add guacd support for extended VNC credentials. by Nick Couchman · 4 years, 9 months ago
  66. f962eab Merge 1.1.0 changes back to master. by Nick Couchman · 4 years, 9 months ago
  67. 381ff1a GUACAMOLE-630: Merge expose terminal color/font changes. by Virtually Nick · 4 years, 9 months ago
  68. 4326992 GUACAMOLE-630: Clarify usage of argv-related guac_user_callback implementations. by Michael Jumper · 4 years, 9 months ago
  69. f56df8b GUACAMOLE-630: Automatically send current color scheme and font to users joining SSH, telnet, and Kubernetes connections. by Michael Jumper · 4 years, 9 months ago
  70. ccfcfb1 GUACAMOLE-630: Persist details of color scheme and font changes. by Michael Jumper · 4 years, 9 months ago
  71. 4dabea3 GUACAMOLE-630: Allow guac_terminal_parse_color_scheme() to dictate color scheme format. by Michael Jumper · 4 years, 9 months ago
  72. 0516d59 GUACAMOLE-630: Disallow NULL color schemes. by Michael Jumper · 4 years, 9 months ago
  73. b5191ca GUACAMOLE-630: Accept pre-defined color schemes in all cases, not just during terminal creation. by Michael Jumper · 4 years, 9 months ago
  74. 0c7898c GUACAMOLE-630: Expose terminal font/color configuration changes to connected clients. by Michael Jumper · 4 years, 9 months ago
  75. 289ceac Merge 1.1.0 changes back to master. by Nick Couchman · 4 years, 9 months ago
  76. e25f83d GUACAMOLE-623: Merge add support for adjusting terminal for Kubernetes via "argv". by Virtually Nick · 4 years, 9 months ago
  77. e683579 GUACAMOLE-623: Add support for setting terminal font for Kubernetes via "argv". by Michael Jumper · 4 years, 9 months ago
  78. b6005cc Merge 1.1.0 changes back to master. by Nick Couchman · 4 years, 9 months ago
  79. 95039ea GUACAMOLE-629: Merge allow "argv" instructions to be sent from server to client. by Virtually Nick · 4 years, 9 months ago
  80. ca073db GUACAMOLE-629: Add convenience functions for immediately sending the current value of a connection parameter. by Michael Jumper · 4 years, 9 months ago
  81. c3a295e GUACAMOLE-629: Add convenience function for automatically splitting data across a series of blob instructions. by Michael Jumper · 4 years, 9 months ago
  82. c47aa0c GUACAMOLE-629: Define constant for maximum blob size. by Michael Jumper · 4 years, 9 months ago
  83. c1b8250 GUACAMOLE-629: Move constants for Guacamole protocol to dedicated "*-constants.h" header. by Michael Jumper · 4 years, 9 months ago
  84. a763d47 GUACAMOLE-629: Add support for sending "argv" instructions from server to client. by Michael Jumper · 4 years, 9 months ago
  85. a3101e9 Merge 1.1.0 changes back to master. by Michael Jumper · 4 years, 10 months ago
  86. c26672e GUACAMOLE-422: Merge explicit handling of "nop" instruction. by Mike Jumper · 4 years, 10 months ago
  87. 26bb10a GUACAMOLE-422: Add empty handler and trace logging for nop instruction. by Nick Couchman · 4 years, 10 months ago
  88. 41b0c21 GUACAMOLE-847: Merge fix for leaked RDPSND packet memory. by Mike Jumper · 4 years, 10 months ago
  89. 87a5479 GUACAMOLE-847: Fix severe memory leak when using audio with RDP by Frank Riley · 4 years, 10 months ago
  90. b4ef38c GUACAMOLE-837: Merge RDP support for Hungarian keyboards. by Mike Jumper · 4 years, 10 months ago
  91. ce7bea6 Merge 1.1.0 changes back to master. by Nick Couchman · 4 years, 10 months ago
  92. 1a9d1e8 GUACAMOLE-547: Merge copy password from settings. by Virtually Nick · 4 years, 10 months ago
  93. 55add06 GUACAMOLE-547: Add missing space between brackets. by fgiuba · 4 years, 10 months ago
  94. 9228d26 GUACAMOLE-547: Do not ignore password from settings. by fgiuba · 4 years, 10 months ago
  95. 8f1826d GUACAMOLE-837: Update Makefile.am to reference the new Hungarian keymap file by P-Zs · 4 years, 10 months ago
  96. badee32 GUACAMOLE-837: Add Hungarian RDP keymap file to code base by P-Zs · 4 years, 10 months ago
  97. e149fd4 Merge 1.1.0 changes back to master. by Michael Jumper · 4 years, 11 months ago
  98. 7e9b970 GUACAMOLE-547: Merge support for SSH NONE authentication method. by Mike Jumper · 4 years, 11 months ago
  99. 1baa91f GUACAMOLE-547: Minor changes to function documentation. by Nick Couchman · 5 years ago
  100. 22874e2 GUACAMOLE-547: Document return value of credential handler. by Nick Couchman · 5 years ago