Nick Couchman
|
ef289eaa4a
|
TELNET: Add ability to override detected echo setting.
|
2017-09-09 14:45:11 -04:00 |
|
Nick Couchman
|
99e6f89eba
|
GUACAMOLE-279: Merge implement console codes for palette modification.
|
2017-08-13 20:32:06 -04:00 |
|
Michael Jumper
|
b0d9bbc121
|
GUACAMOLE-279: Add explicit definitions for each human-readable xterm color.
|
2017-08-13 15:12:05 -07:00 |
|
Michael Jumper
|
27cf97cb9e
|
GUACAMOLE-279: Handle xterm palette assignments, parsing each color as an X11 color spec.
|
2017-08-13 15:12:05 -07:00 |
|
Nick Couchman
|
6400af605e
|
GUACAMOLE-325: Merge restore Windows-compatibility at libguac level.
|
2017-08-13 14:24:58 -04:00 |
|
Nick Couchman
|
ef18f858cb
|
GUACAMOLE-279: Merge migrate to mutable terminal color palette.
|
2017-08-12 15:18:46 -04:00 |
|
Michael Jumper
|
c53575b18c
|
GUACAMOLE-279: Use guac_terminal_color for color palette assignments.
|
2017-07-11 08:24:18 -07:00 |
|
Michael Jumper
|
eec3607b16
|
GUACAMOLE-279: Migrate to mutable terminal color palette.
|
2017-07-10 14:08:21 -07:00 |
|
Michael Jumper
|
d3c5a8a050
|
GUACAMOLE-325: Add Winsock-specific guac_socket implementation.
|
2017-07-05 20:55:03 -07:00 |
|
Michael Jumper
|
eb73563445
|
GUACAMOLE-325: Explicitly check for Winsock.
|
2017-07-05 20:55:02 -07:00 |
|
Michael Jumper
|
d85f61deaf
|
GUACAMOLE-325: Do not lock files on Windows. Use Windows-specific _mkdir() call where necessary.
|
2017-07-05 20:55:02 -07:00 |
|
Michael Jumper
|
1c404d1881
|
GUACAMOLE-325: Use recv() on Windows platforms.
|
2017-07-05 20:55:02 -07:00 |
|
Michael Jumper
|
944857d130
|
GUACAMOLE-325: Include -no-undefined in libguac libtool flags.
|
2017-07-05 20:55:02 -07:00 |
|
Michael Jumper
|
7b8d250bd5
|
GUACAMOLE-325: Explicitly check for libdl, using it if provided and warning if both libdl and dlopen() are absent.
|
2017-07-05 20:55:02 -07:00 |
|
Michael Jumper
|
9dcddd1947
|
GUACAMOLE-325: Use select() if poll() is unavailable.
|
2017-07-05 20:55:02 -07:00 |
|
Michael Jumper
|
50d2dd51cb
|
GUACAMOLE-325: Check whether poll() is defined.
|
2017-07-05 20:55:02 -07:00 |
|
James Muehlner
|
6236eb8f98
|
GUACAMOLE-337: Merge move of libguacd code into public libguac API.
|
2017-07-05 19:56:06 -07:00 |
|
Michael Jumper
|
b608d2266b
|
GUACAMOLE-337: Clarify behavior of guac_user_handle_connection().
|
2017-07-05 19:54:06 -07:00 |
|
James Muehlner
|
3fdd1e973a
|
GUACAMOLE-303: Merge null terminator overflow fix.
|
2017-07-05 19:31:10 -07:00 |
|
Michael Jumper
|
7857dd0a9a
|
GUACAMOLE-303: Ensure there is always space for the null terminator when normalizing.
|
2017-07-04 12:00:43 -07:00 |
|
Nick Couchman
|
07db9808a0
|
GUACAMOLE-303: Merge Allow root directory of SFTP filesystem to be configured.
|
2017-07-03 17:47:05 -04: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
|
5b748a4b42
|
GUACAMOLE-337: Separate definition of guacd read timeout from libguacd.
|
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
|
78dbf64416
|
GUACAMOLE-337: Add missing libtool flags for libguacd.
|
2017-07-01 16:05:17 -07:00 |
|
Michael Jumper
|
3a46fffe44
|
GUACAMOLE-337: Do not include config.h in libguacd public headers.
|
2017-07-01 16:05:14 -07:00 |
|
Michael Jumper
|
6c484c1efd
|
GUACAMOLE-337: Limit public libguacd API to simply user handshake handling and SSL/TLS sockets.
|
2017-07-01 16:05:12 -07:00 |
|
Michael Jumper
|
7f3b985cc6
|
GUACAMOLE-337: Install libguacd as a normal library.
|
2017-07-01 16:05:11 -07:00 |
|
Michael Jumper
|
69d8d87ec9
|
GUACAMOLE-337: Remove unnecessary include of syslog.h by libguacd.
|
2017-07-01 16:05:08 -07:00 |
|
Michael Jumper
|
a56a7207ac
|
GUACAMOLE-337: Remove unnecessary link to libguac-common for libguacd.
|
2017-07-01 16:04:52 -07:00 |
|
Michael Jumper
|
d51e92eb31
|
GUACAMOLE-303: Add "sftp-root-directory" parameter to VNC, RDP, and SSH.
|
2017-06-29 15:48:23 -07:00 |
|
Michael Jumper
|
0474f86c46
|
GUACAMOLE-303: Extend common SFTP filesystem such that arbitrary directories can be used as the root of the filesystem.
|
2017-06-29 15:36:10 -07:00 |
|
James Muehlner
|
836fc3eaa0
|
GUACAMOLE-326: Merge rejection of reads and writes to Windows data streams.
|
2017-06-26 21:07:09 -07:00 |
|
Michael Jumper
|
e5a1b4d8ae
|
GUACAMOLE-326: Explicitly deny attempted reads/writes to Windows named data streams (like "foo:Zone.identifier" for the file "foo").
|
2017-06-26 14:40:32 -07:00 |
|
Michael Jumper
|
d9c1ce7738
|
GUACAMOLE-203: Merge support for SSH/SFTP connection keep-alive packets.
|
2017-06-25 12:01:02 -07:00 |
|
Nick Couchman
|
a5efbb5933
|
GUACAMOLE-203: Fix function prototype to remove const.
|
2017-06-25 14:56:50 -04:00 |
|
Nick Couchman
|
650f7a0a32
|
GUACAMOLE-203: if is not a function...
|
2017-06-25 14:10:42 -04:00 |
|
Nick Couchman
|
041fcc4651
|
GUACAMOLE-203: Change remaining instances of timer to timeout.
|
2017-06-25 05:13:22 -04:00 |
|
Nick Couchman
|
711cdd6929
|
GUACAMOLE-203: Allow keepalive param to be modified inside the function.
|
2017-06-25 05:13:12 -04:00 |
|
Nick Couchman
|
05dfb1a6ae
|
GUACAMOLE-203: Deal correctly with negative keepalive values.
|
2017-06-25 05:10:22 -04:00 |
|
Nick Couchman
|
ed77114038
|
GUACAMOLE-203: Fix issue using guac_client_log instead of guac_user_log.
|
2017-06-14 13:01:01 -04:00 |
|
Nick Couchman
|
8c24c77d55
|
GUACAMOLE-203: Change timer to timeout
|
2017-06-14 13:00:30 -04:00 |
|
Nick Couchman
|
af4d762147
|
GUACAMOLE-203: Move warning about minimum alive interval to single place in common code.
|
2017-06-14 12:49:49 -04:00 |
|
Nick Couchman
|
89b9a905db
|
GUACAMOLE-203: Tweak warning message sent to users.
|
2017-06-14 11:11:32 -04:00 |
|
Nick Couchman
|
df718395e8
|
GUACAMOLE-203: Change alive interval from int to unsigned.
|
2017-06-14 10:17:28 -04:00 |
|
Nick Couchman
|
193051dfd5
|
GUACAMOLE-203: Change parameter name for consistency
|
2017-06-14 08:40:07 -04:00 |
|
Nick Couchman
|
070bd25721
|
GUACAMOLE-203: if statement style tweak
|
2017-06-14 08:27:09 -04:00 |
|
Nick Couchman
|
770a2805e4
|
Merging 0.9.13-incubating changes back to master.
|
2017-06-03 22:42:51 -04:00 |
|