Commit Graph

  • 625eee0caa GUACAMOLE-434: Add UK English keymap for RDP. Frode Langelo 2017-11-13 22:26:29 +0000
  • e139b20d12 GUACAMOLE-424: Remove check against NULL for display cursor itsankoff 2017-11-13 14:51:31 +0200
  • f7990af6d0 GUACAMOLE-424: Return NULL if guac_common_display allocation fails itsankoff 2017-11-13 14:50:44 +0200
  • da0fc1a6d8 GUACAMOLE-424: Add doc comment for guac_common_cursor_alloc itsankoff 2017-11-13 14:49:44 +0200
  • 025fc0525f Merge 0.9.14-incubating changes back to master. Michael Jumper 2017-11-06 11:29:37 -0800
  • 233f5e27e2 GUACAMOLE-296: Merge changes reverting explicit linking of libwinpr-utils. Michael Jumper 2017-11-06 11:24:39 -0800
  • b9f8e13d80 GUACAMOLE-296: Revert manual addition of winpr-utils library. Nick Couchman 2017-11-06 12:20:25 -0500
  • bbafa00df0 GUACAMOLE-424: Prevent null pointer dereference for vnc client display and cursor itsankoff 2017-11-02 19:53:17 +0200
  • d33bd8deff GUACAMOLE-384: fixing segfault during ssh disconnect sanhex 2017-10-18 12:08:32 -0700
  • 15f6c4f3dc GUACAMOLE-424: Fix null pointer dereference for vnc client display itsankoff 2017-10-24 20:21:03 +0300
  • 95be88be19 GUACAMOLE-296: Merge fix for linking issues with FreeRDP 1.1 and guacai (audio input). working/ddesk Michael Jumper 2017-10-14 23:45:35 -0700
  • 012a3497eb GUACAMOLE-411: Merge changes fully initializing CMSG buffer prior to use. Michael Jumper 2017-10-14 17:50:47 -0700
  • caedf26a06 GUACAMOLE-296: Break out WINPR libs into their own variable. Nick Couchman 2017-10-13 21:25:32 -0400
  • 9487eb2dc9 GUACAMOLE-296: Fix linking issue that causes audio issues with FreeRDP 1.1 Nick Couchman 2017-07-11 12:20:59 -0400
  • c49c57ef30 GUACAMOLE-402: Merge fix out-of-tree build Nick Couchman 2017-10-12 12:35:46 -0400
  • bb527f30f8 GUACAMOLE-402: fix out-of-tree build David Fort 2017-10-12 15:11:27 +0200
  • c8eaa91ad3 GUACAMOLE-411: Fixed using uninitialized values in guacd_send_fd Jukka-Pekka Virtanen 2017-10-10 12:41:19 +0300
  • d35cc7a83e GUACAMOLE-400: Merge changes correcting segfault when an SSH private key cannot be imported. Michael Jumper 2017-09-29 12:05:56 -0700
  • 3c7a09f52b GUACAMOLE-400: Fix guacd crash when ssh key fails sanhex 2017-09-29 10:44:24 -0700
  • 1d0e63b251 GUACAMOLE-398: Merge fix for address info memory leak. Michael Jumper 2017-09-27 10:27:22 -0700
  • 9200bc789f GUACAMOLE-398: Use freeaddrinfo() instead of free() on the linked list. Nick Couchman 2017-09-27 13:24:58 -0400
  • e4dd8de4f1 GUACAMOLE-398: Fix memory leak identified by Coverity in common ssh code. Nick Couchman 2017-09-27 13:02:41 -0400
  • afb554a014 GUACAMOLE-396: Merge support for connecting to IPv6 hosts via SSH. Michael Jumper 2017-09-26 19:46:17 -0700
  • f559701645 GUACAMOLE-396: Fixing ssh socket for IPv6 address James 2017-09-25 16:57:33 -0700
  • 4e80960933 GUACAMOLE-391: Merge resolve low-impact memory leak. Nick Couchman 2017-09-24 08:42:46 -0400
  • d2102e5705 GUACAMOLE-391: resolve low impact memory leak Ilya Shipitsin 2017-09-24 13:42:59 +0500
  • c5f674340a GUACAMOLE-383: Merge fix for low-impact memory leaks identified by cppcheck. Michael Jumper 2017-09-23 13:31:01 -0700
  • fc071fd1af GUACAMOLE-383: resolve issues identified by cppcheck Ilya Shipitsin 2017-09-20 22:55:58 +0500
  • ef289eaa4a TELNET: Add ability to override detected echo setting. working/telnet Nick Couchman 2017-09-09 14:45:11 -0400
  • 99e6f89eba GUACAMOLE-279: Merge implement console codes for palette modification. Nick Couchman 2017-08-13 20:32:06 -0400
  • b0d9bbc121 GUACAMOLE-279: Add explicit definitions for each human-readable xterm color. Michael Jumper 2017-07-10 23:03:06 -0700
  • 27cf97cb9e GUACAMOLE-279: Handle xterm palette assignments, parsing each color as an X11 color spec. Michael Jumper 2017-07-10 21:38:12 -0700
  • 6400af605e GUACAMOLE-325: Merge restore Windows-compatibility at libguac level. Nick Couchman 2017-08-13 14:24:58 -0400
  • ef18f858cb GUACAMOLE-279: Merge migrate to mutable terminal color palette. Nick Couchman 2017-08-12 15:18:46 -0400
  • c53575b18c GUACAMOLE-279: Use guac_terminal_color for color palette assignments. Michael Jumper 2017-07-10 21:13:23 -0700
  • eec3607b16 GUACAMOLE-279: Migrate to mutable terminal color palette. Michael Jumper 2017-07-10 14:08:21 -0700
  • d3c5a8a050 GUACAMOLE-325: Add Winsock-specific guac_socket implementation. Michael Jumper 2017-06-12 14:34:07 -0700
  • eb73563445 GUACAMOLE-325: Explicitly check for Winsock. Michael Jumper 2017-06-12 14:27:22 -0700
  • d85f61deaf GUACAMOLE-325: Do not lock files on Windows. Use Windows-specific _mkdir() call where necessary. Michael Jumper 2017-06-12 12:23:51 -0700
  • 1c404d1881 GUACAMOLE-325: Use recv() on Windows platforms. Michael Jumper 2017-06-11 13:06:46 -0700
  • 944857d130 GUACAMOLE-325: Include -no-undefined in libguac libtool flags. Michael Jumper 2017-06-10 14:39:47 -0700
  • 7b8d250bd5 GUACAMOLE-325: Explicitly check for libdl, using it if provided and warning if both libdl and dlopen() are absent. Michael Jumper 2017-06-10 14:39:03 -0700
  • 9dcddd1947 GUACAMOLE-325: Use select() if poll() is unavailable. Michael Jumper 2017-06-12 13:58:05 -0700
  • 50d2dd51cb GUACAMOLE-325: Check whether poll() is defined. Michael Jumper 2017-06-12 13:38:26 -0700
  • 6236eb8f98 GUACAMOLE-337: Merge move of libguacd code into public libguac API. James Muehlner 2017-07-05 19:56:06 -0700
  • b608d2266b GUACAMOLE-337: Clarify behavior of guac_user_handle_connection(). Michael Jumper 2017-07-05 19:54:06 -0700
  • 3fdd1e973a GUACAMOLE-303: Merge null terminator overflow fix. James Muehlner 2017-07-05 19:31:10 -0700
  • 7857dd0a9a GUACAMOLE-303: Ensure there is always space for the null terminator when normalizing. Michael Jumper 2017-07-04 12:00:43 -0700
  • 07db9808a0 GUACAMOLE-303: Merge Allow root directory of SFTP filesystem to be configured. Nick Couchman 2017-07-03 17:47:05 -0400
  • 60141175dd GUACAMOLE-337: Document that socket-ssl.h is not guaranteed to be present. Michael Jumper 2017-07-01 18:55:20 -0700
  • f504b1a5e8 GUACAMOLE-337: Move libguacd functionality into libguac. Michael Jumper 2017-07-01 15:51:15 -0700
  • 5b748a4b42 GUACAMOLE-337: Separate definition of guacd read timeout from libguacd. Michael Jumper 2017-07-01 15:24:20 -0700
  • 06a5043442 GUACAMOLE-337: Include only *-types.h headers when only types are needed. Michael Jumper 2017-06-12 14:36:20 -0700
  • f311c23ffa GUACAMOLE-337: Move SSL socket into libguac. Michael Jumper 2017-06-12 14:06:47 -0700
  • 78dbf64416 GUACAMOLE-337: Add missing libtool flags for libguacd. Michael Jumper 2017-06-10 19:19:43 -0700
  • 3a46fffe44 GUACAMOLE-337: Do not include config.h in libguacd public headers. Michael Jumper 2017-06-10 19:17:57 -0700
  • 6c484c1efd GUACAMOLE-337: Limit public libguacd API to simply user handshake handling and SSL/TLS sockets. Michael Jumper 2017-06-10 19:16:22 -0700
  • 7f3b985cc6 GUACAMOLE-337: Install libguacd as a normal library. Michael Jumper 2017-06-10 19:11:52 -0700
  • 69d8d87ec9 GUACAMOLE-337: Remove unnecessary include of syslog.h by libguacd. Michael Jumper 2017-06-10 14:14:57 -0700
  • a56a7207ac GUACAMOLE-337: Remove unnecessary link to libguac-common for libguacd. Michael Jumper 2017-06-10 14:14:42 -0700
  • d51e92eb31 GUACAMOLE-303: Add "sftp-root-directory" parameter to VNC, RDP, and SSH. Michael Jumper 2017-06-29 15:48:23 -0700
  • 0474f86c46 GUACAMOLE-303: Extend common SFTP filesystem such that arbitrary directories can be used as the root of the filesystem. Michael Jumper 2017-06-29 15:28:21 -0700
  • 836fc3eaa0 GUACAMOLE-326: Merge rejection of reads and writes to Windows data streams. James Muehlner 2017-06-26 21:05:03 -0700
  • e5a1b4d8ae GUACAMOLE-326: Explicitly deny attempted reads/writes to Windows named data streams (like "foo:Zone.identifier" for the file "foo"). Michael Jumper 2017-06-04 13:05:11 -0700
  • d9c1ce7738 GUACAMOLE-203: Merge support for SSH/SFTP connection keep-alive packets. Michael Jumper 2017-06-25 12:01:02 -0700
  • a5efbb5933 GUACAMOLE-203: Fix function prototype to remove const. Nick Couchman 2017-06-25 14:56:50 -0400
  • 650f7a0a32 GUACAMOLE-203: if is not a function... Nick Couchman 2017-06-25 14:10:42 -0400
  • 041fcc4651 GUACAMOLE-203: Change remaining instances of timer to timeout. Nick Couchman 2017-06-25 05:13:22 -0400
  • 711cdd6929 GUACAMOLE-203: Allow keepalive param to be modified inside the function. Nick Couchman 2017-06-25 05:13:12 -0400
  • 05dfb1a6ae GUACAMOLE-203: Deal correctly with negative keepalive values. Nick Couchman 2017-06-25 04:49:05 -0400
  • ed77114038 GUACAMOLE-203: Fix issue using guac_client_log instead of guac_user_log. Nick Couchman 2017-06-14 13:01:01 -0400
  • 8c24c77d55 GUACAMOLE-203: Change timer to timeout Nick Couchman 2017-06-14 13:00:30 -0400
  • af4d762147 GUACAMOLE-203: Move warning about minimum alive interval to single place in common code. Nick Couchman 2017-06-14 12:49:49 -0400
  • 89b9a905db GUACAMOLE-203: Tweak warning message sent to users. Nick Couchman 2017-06-14 11:11:32 -0400
  • df718395e8 GUACAMOLE-203: Change alive interval from int to unsigned. Nick Couchman 2017-06-14 10:17:28 -0400
  • 193051dfd5 GUACAMOLE-203: Change parameter name for consistency Nick Couchman 2017-06-14 08:40:07 -0400
  • 070bd25721 GUACAMOLE-203: if statement style tweak Nick Couchman 2017-06-14 08:27:09 -0400
  • 770a2805e4 Merging 0.9.13-incubating changes back to master. Nick Couchman 2017-06-03 22:42:51 -0400
  • ca3563a38e GUACAMOLE-314: Merge bump version to 0.9.13-incubating. Nick Couchman 2017-06-03 19:33:40 -0400
  • 584c108d1a GUACAMOLE-314: Bump libtool version info (interface added, none changed/removed). Michael Jumper 2017-06-01 22:52:12 -0700
  • 57ee384180 GUACAMOLE-314: Bump version numbers to 0.9.13-incubating. Michael Jumper 2017-06-01 22:46:20 -0700
  • 03403e3ea5 GUACAMOLE-203: Correct implementation of SSH keepalive option for SFTP connections across all protocols. Nick Couchman 2017-05-31 20:52:07 -0400
  • e7fc8a0d98 GUACAMOLE-203: Expand SSH keepalives to cover SFTP connections for other protocols. Nick Couchman 2017-05-31 20:17:00 -0400
  • 9993684205 GUACAMOLE-203: Warn user if they try to enter keepalive value < 2 seconds. Nick Couchman 2017-05-31 19:47:09 -0400
  • 1e3d82cc63 GUACAMOLE-203: Update comment for keep alive interval. Nick Couchman 2017-05-31 19:36:20 -0400
  • f693b02e12 GUACAMOLE-203: Tighten up code, implement constant for socket poll timer. Nick Couchman 2017-05-31 19:33:47 -0400
  • 75019f5e4b GUACAMOLE-203: Add a few more comments to code. Nick Couchman 2017-05-31 08:30:56 -0400
  • 8ab7e56972 GUACAMOLE-203: Implement keepalive config in SSH connection. Nick Couchman 2017-05-31 08:00:09 -0400
  • f42f05aab7 GUACAMOLE-203: Add option entries for ServerAliveInterval. Nick Couchman 2017-05-30 16:40:33 -0400
  • 9ee224f2ca GUACAMOLE-280: Merge low intensity SGR option. James Muehlner 2017-05-26 18:11:06 -0700
  • 9da27ad578 GUACAMOLE-280: Ensure bold and half-bright attributes cancel each other out. Michael Jumper 2017-05-21 13:48:10 -0700
  • 2146200dfd GUACAMOLE-280: Add support for faint (low) intensity SGR. Michael Jumper 2017-05-21 13:34:30 -0700
  • 6d2cfdabf8 GUACAMOLE-306: Merge VNC client null check fix. James Muehlner 2017-05-21 11:20:05 -0700
  • 8024f13458 GUACAMOLE-306: Do not attempt to send VNC events with a non-existent VNC client object. Michael Jumper 2017-05-19 14:05:03 -0700
  • 04205a9b97 GUACAMOLE-278: Merge counter fix for SGR parser. James Muehlner 2017-05-07 21:30:52 -0700
  • 58e26eb312 GUACAMOLE-278: argc value received by 256-color SGR sequence parser must equal the number of remaining argv elements. Michael Jumper 2017-04-27 10:12:03 -0700
  • 0e5498fc83 GUACAMOLE-278: Merge SGR bright color support for terminal. James Muehlner 2017-04-26 22:13:01 -0700
  • 79b3b1029c GUACAMOLE-265: Merge connection name update change. James Muehlner 2017-04-26 21:54:43 -0700
  • 4b7c679808 GUACAMOLE-265: Set connection name when terminal window title is changed. Michael Jumper 2017-04-23 15:13:37 -0700
  • d88b5d1011 GUACAMOLE-278: Merge 256-color support for terminal. James Muehlner 2017-04-26 21:13:51 -0700