Michael Jumper
|
d0be90e711
|
GUAC-1410: Fix keymap ordering in Makefile.am.
|
2016-02-01 14:48:39 -08:00 |
|
Mike Jumper
|
bef52c9496
|
Merge pull request #98 from moriyoshi/moriyoshi/ja-jp-keymap
GUAC-1410: Add ja-jp keymap
|
2016-02-01 14:47:46 -08:00 |
|
Michael Jumper
|
4661f432f0
|
GUAC-1452: Parse and handle typescript parameters within SSH and telnet.
|
2016-01-27 12:43:53 -08:00 |
|
Michael Jumper
|
ad34aa99b4
|
GUAC-1452: Add typescript parameters for SSH/telnet.
|
2016-01-25 13:12:24 -08:00 |
|
Moriyoshi Koizumi
|
d42ac5aca6
|
GUAC-1410: Add ja-jp keymap
|
2016-01-19 17:08:34 +09:00 |
|
James Muehlner
|
7e78ac1eb9
|
Merge pull request #97 from glyptodon/hyper-v
GUAC-363: Add support for the RDP preconnection PDU (and thus Hyper-V)
|
2015-11-03 20:14:26 -08:00 |
|
Michael Jumper
|
5d608b3500
|
GUAC-363: Warn of invalid preconnection IDs.
|
2015-11-03 15:41:28 -08:00 |
|
Michael Jumper
|
b47cff044e
|
GUAC-363: Set preconnection BLOB and ID if supported by FreeRDP and specified within connection parameters.
|
2015-11-03 13:36:58 -08:00 |
|
Michael Jumper
|
7fdbc45575
|
GUAC-1196: The close handler should do nothing - it is not a stub.
|
2015-11-02 17:18:30 -08:00 |
|
Michael Jumper
|
63f3652c54
|
GUAC-1196: Document RDPSND message handlers.
|
2015-11-02 17:15:35 -08:00 |
|
Michael Jumper
|
c3e2754ec4
|
GUAC-1196: Load RDPSND if RDPDR is loaded, but do not actually handle audio unless enabled.
|
2015-11-02 16:54:37 -08:00 |
|
Michael Jumper
|
0dddf47af0
|
GUAC-1196: Use guac_client to access guac_audio_stream rather than storing the audio stream directly.
|
2015-11-02 15:55:52 -08:00 |
|
Michael Jumper
|
e8b98abfc4
|
GUAC-1038: Add support for running specific commands via SSH (instead of a shell).
|
2015-10-19 15:58:44 -07:00 |
|
Michael Jumper
|
7cf2005f5b
|
GUAC-1354: Replace WAVE encoder with raw PCM encoder. Partially migrate to new audio streaming (Ogg not yet migrated).
|
2015-10-02 17:16:47 -07:00 |
|
Mike Jumper
|
24cbf72388
|
Merge pull request #74 from flangelo/num_keypad_map
GUAC-1314: Add mapping of numeric keypad operators to the base RDP keymap.
|
2015-09-20 14:22:06 -07:00 |
|
Michael Jumper
|
4e97843ef0
|
Merge branch 'master' into experimental
Conflicts:
src/common/guac_surface.c
|
2015-09-14 14:19:54 -07:00 |
|
Michael Jumper
|
afb671c594
|
GUAC-427: Ensure socket is flushed when audio buffer is flushed.
|
2015-09-04 18:58:21 -07:00 |
|
Michael Jumper
|
927ceb99dd
|
GUAC-427: Fix const-ness of pointer.
|
2015-09-04 13:47:21 -07:00 |
|
Michael Jumper
|
47b060d6eb
|
GUAC-427: Avoid sending silence received from PulseAudio.
|
2015-09-04 13:40:51 -07:00 |
|
Michael Jumper
|
08cadba16d
|
GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg().
|
2015-09-04 12:59:00 -07:00 |
|
Michael Jumper
|
d07d8ba2d2
|
GUAC-240: Associate Guacamole client with surface.
|
2015-09-04 12:58:13 -07:00 |
|
Frode Langelo
|
9fceb58444
|
GUAC-1314: Add mapping of numeric keypad operators to base RDP keymap
|
2015-09-03 15:52:37 +00:00 |
|
Michael Jumper
|
3bcb9863e7
|
GUAC-1296: Send IAC BRK when Pause, Break, or Ctrl+0 are pressed.
|
2015-08-23 16:21:50 -07:00 |
|
Michael Jumper
|
08cfde7678
|
GUAC-1296: Stub Pause / Break / Ctrl+0 key handling within telnet client.
|
2015-08-23 16:10:51 -07:00 |
|
Frode Langelo
|
9edf33da2e
|
GUAC-1290: Change GUAC_VNC_FRAME_TIMEOUT to 10 so more VNC messages are handled in each frame.
|
2015-08-13 16:38:54 -07:00 |
|
Michael Jumper
|
78b7b73e78
|
GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg().
|
2015-08-13 16:38:54 -07:00 |
|
Michael Jumper
|
859f7d9340
|
GUAC-240: Associate Guacamole client with surface.
|
2015-08-13 16:38:53 -07:00 |
|
Michael Jumper
|
8ff071bf04
|
Fix botched merge conflict resolution.
|
2015-08-13 16:38:28 -07:00 |
|
Michael Jumper
|
48bbc6a898
|
Merge branch 'testing-common-ssh'
Conflicts:
src/protocols/rdp/client.c
|
2015-08-13 16:29:22 -07:00 |
|
Michael Jumper
|
d85ed5f85f
|
GUAC-1292: Use "sftp-directory" for default upload directory, if specified, for both VNC and RDP.
|
2015-08-13 16:21:15 -07:00 |
|
Michael Jumper
|
677c3ce6e8
|
GUAC-1195: Add "color-scheme" parameter to SSH and telnet.
|
2015-07-28 16:46:32 -07:00 |
|
Michael Jumper
|
fa443249c9
|
GUAC-1195: Use color scheme constants and names.
|
2015-07-28 16:43:23 -07:00 |
|
Michael Jumper
|
b2c2779465
|
GUAC-1195: Define and use color constants for terminal.
|
2015-07-28 16:20:14 -07:00 |
|
Michael Jumper
|
029b3bdb80
|
GUAC-1195: Configure default foreground/background when terminal is created.
|
2015-07-28 15:59:20 -07:00 |
|
Michael Jumper
|
e8e39fd862
|
GUAC-515: Add missing include required by mkdir().
|
2015-07-28 14:40:35 -07:00 |
|
Michael Jumper
|
736ec7da23
|
GUAC-515: Clarify comments and formatting. Use simpler mkdir() logic.
|
2015-07-28 14:36:08 -07:00 |
|
Daryl Borth
|
52084f4f1f
|
GUAC-515: Add new RDP setting, create-drive-path, to create the drive.
|
2015-07-28 14:26:27 -07:00 |
|
Michael Jumper
|
5e4c7de5c7
|
GUAC-298: Clarify function documentation and naming. Do not simply silently default to ISO8859-1 if encoding is invalid.
|
2015-07-27 18:19:50 -07:00 |
|
Michael Jumper
|
7bfd7ce0ca
|
GUAC-298: Add missing comment. Update documentation style.
|
2015-07-27 17:51:03 -07:00 |
|
Michael Jumper
|
80a4d37173
|
Merge branch 'vnc_clipboard_encoding' of git://github.com/flangelo/guacamole-server into vnc-encoding
Conflicts:
src/protocols/vnc/client.h
|
2015-07-27 17:47:26 -07:00 |
|
Michael Jumper
|
6f48ebe7fe
|
GUAC-1264: Use proper parameter for SFTP password within RDP.
|
2015-07-24 13:55:10 -07:00 |
|
Michael Jumper
|
ec595b9cff
|
GUAC-1264: Explicitly free users and sessions within VNC and RDP.
|
2015-07-24 13:55:05 -07:00 |
|
Michael Jumper
|
49beb7d7fd
|
GUAC-1264: Require explicit free for users and sessions. Ensure SSH client data is zeroed upon allocation.
|
2015-07-24 13:20:36 -07:00 |
|
James Muehlner
|
da1f2f2ad3
|
Merge pull request #56 from glyptodon/clean-resources
GUAC-1171: Ensure user and session objects are automatically free'd, and that this is documented.
|
2015-07-14 11:06:04 -07:00 |
|
Michael Jumper
|
cdefe52c67
|
GUAC-1171: Ensure user and session objects are automatically free'd, and that this is documented.
|
2015-07-14 11:02:48 -07:00 |
|
Michael Jumper
|
df221e05be
|
GUAC-1171: RDP settings values may be NULL, and should not be used as defaults if NULL.
|
2015-07-14 10:49:06 -07:00 |
|
Michael Jumper
|
4d941545cd
|
GUAC-1171: Ensure directory names are null-terminated.
|
2015-07-12 22:27:02 -07:00 |
|
Michael Jumper
|
cc717f4112
|
GUAC-1171: Fix SFTP file upload comments.
|
2015-07-10 22:41:02 -07:00 |
|
Michael Jumper
|
b770800eda
|
GUAC-1171: Only include common SSH library if enabled.
|
2015-07-10 22:26:37 -07:00 |
|
Michael Jumper
|
2e5a3606f3
|
GUAC-1171: Set up handler for "file" instruction for SFTP filesystem, if no other handler is more appropriate.
|
2015-07-10 22:13:01 -07:00 |
|