Commit Graph

2331 Commits

Author SHA1 Message Date
Michael Jumper
ed70281766 GUAC-1171: Move SFTP functions to own header. 2015-07-09 12:05:57 -07:00
Michael Jumper
fbcf8a1e0d GUAC-1171: Move initialization of SSH, OpenSSL, etc. to common SSH base. 2015-07-09 12:02:31 -07:00
James Muehlner
99308e7044 Merge pull request #51 from glyptodon/frode-author
GUAC-1274: Add Frode Langelo to list of authors.
2015-07-09 11:19:33 -07:00
Michael Jumper
cc6a56234c GUAC-1171: Stub common SSH API. 2015-07-09 01:29:17 -07:00
Michael Jumper
c199cfc8d7 GUAC-1171: Adopt cleaner style for Makefile.am. 2015-07-08 15:39:25 -07:00
Michael Jumper
77cde6ae4b GUAC-1171: Stub out common SSH client within build. 2015-07-08 14:55:18 -07:00
Frode Langelo
d309842055 GUAC-298: Add configuration option to allow for VNC clipboard text encoding override 2015-07-08 14:28:02 -07:00
Michael Jumper
245961d5f9 GUAC-1274: Add Frode Langelo to list of authors. 2015-07-08 12:34:26 -07:00
Mike Jumper
d3f6af5c49 Merge pull request #50 from flangelo/fix_empty_surface_put
GUAC-1247: Fix case where 1x1 pixel surface put with non-dirty data w…
2015-07-08 12:32:12 -07:00
Frode Langelo
9c8756556a GUAC-1247: Fix case where 1x1 pixel surface put with non-dirty data was not ignored 2015-07-08 11:12:34 -07:00
James Muehlner
31e90bcdf4 Merge pull request #49 from glyptodon/rdp-fs
GUAC-1172: Implement filesystem object support for RDP.
2015-07-06 09:42:38 -07:00
Michael Jumper
5e76e11e6a GUAC-1172: Use FreeRDP to define STATUS_* constants, if possible, before falling back to the rest of rdp_status.h. 2015-07-06 00:43:21 -07:00
Michael Jumper
4d7634da9e GUAC-1172: Remove use of stdbool.h and bool from guac_json - FreeRDP is not compatible with use of the standard bool. 2015-07-06 00:43:21 -07:00
Michael Jumper
8a36358e94 GUAC-1172: Implement directory listing, file upload, and file download. 2015-07-06 00:43:21 -07:00
Michael Jumper
fef6cd212b GUAC-1172: Associate guac_object with RDP filesystem. 2015-07-06 00:43:21 -07:00
James Muehlner
637e5e95f7 Merge pull request #48 from glyptodon/common-json
GUAC-1172: Move JSON functions to common.
2015-07-05 18:51:09 -07:00
Michael Jumper
58621ca42b GUAC-1172: Move JSON functions to common. 2015-07-05 18:08:22 -07:00
James Muehlner
413ad23304 Merge pull request #47 from glyptodon/empty-json
GUAC-1172: Ensure empty directories are valid JSON.
2015-07-05 13:01:14 -07:00
Michael Jumper
ddbbcf032a GUAC-1172: Ensure empty directories are valid JSON. 2015-07-05 12:56:10 -07:00
James Muehlner
a6e9e0cfca Merge pull request #46 from glyptodon/ssh-fs
GUAC-1172: Add filesystem object support to SSH/SFTP.
2015-07-01 11:12:42 -07:00
Michael Jumper
054698a3ad GUAC-1172: Append. Do not appaned. 2015-07-01 11:11:07 -07:00
Michael Jumper
42c36f5b84 GUAC-1172: Properly store/free filesystem object. 2015-07-01 10:48:25 -07:00
Michael Jumper
0bbc958373 GUAC-1172: Implement file upload via filesystem object. 2015-07-01 10:48:25 -07:00
Michael Jumper
5fba93594d GUAC-1172: Implement directory listing and file download via filesystem object. 2015-07-01 10:48:25 -07:00
Michael Jumper
482b3a728c GUAC-1172: Simplify filename validation and manipulation. 2015-07-01 10:48:25 -07:00
James Muehlner
6bfd3e46e0 Merge pull request #45 from glyptodon/object-api
GUAC-1172: Implement libguac side of Guacamole protocol objects.
2015-06-23 19:37:40 -07:00
Michael Jumper
60b3386733 GUAC-1172: Add constants for the root object name and the mimetype of a stream index. 2015-06-20 16:07:55 -07:00
Michael Jumper
9321312fce GUAC-1172: Add missing guac_client_alloc_object() and guac_client_free_object() definitions to client.h. 2015-06-20 12:57:23 -07:00
Michael Jumper
95ede7a91d GUAC-1172: Add object alloc/free. Add object index pool. 2015-06-19 14:41:25 -07:00
Michael Jumper
6e3a12b604 GUAC-1172: Implement filesystem, body, and undefine instructions. 2015-06-19 14:35:30 -07:00
Michael Jumper
f7e6deeaf4 GUAC-1172: Add instruction handlers and storage for Guacamole protocol objects. 2015-06-19 14:12:27 -07:00
James Muehlner
df791b057b Merge pull request #44 from glyptodon/object-api
GUAC-1172: Fix indentation within libguac Makefile.am.
2015-06-19 13:55:25 -07:00
Michael Jumper
ce6050b72a GUAC-1172: Fix indentation within libguac Makefile.am. 2015-06-19 13:51:52 -07:00
James Muehlner
f8c3271e0c Merge pull request #43 from glyptodon/rdp-perf-flags
GUAC-835: Add support for all RDP performance flags.
2015-06-15 10:06:01 -07:00
Michael Jumper
29b76243b9 GUAC-835: Add support for all RDP performance flags. 2015-06-12 16:35:38 -07:00
James Muehlner
95ae50478b Merge pull request #41 from glyptodon/terminal-font-dpi
GUAC-1226: Do not rely on Pango/Cairo for DPI handling - simply scale the font size.
2015-06-11 23:33:10 -07:00
Michael Jumper
77536dd68e GUAC-1226: Do not rely on Pango/Cairo for DPI handling - simply scale the font size. 2015-06-11 15:44:53 -07:00
James Muehlner
2e63b42afa Merge pull request #40 from glyptodon/bump-version
GUAC-1174: Update version numbers of man pages.
2015-06-08 17:28:23 -07:00
Michael Jumper
88ae1a26ff GUAC-1174: Update version numbers of man pages. 2015-06-08 17:27:08 -07:00
James Muehlner
09fd6eeffc Merge pull request #39 from glyptodon/bump-version
GUAC-1174: Bump version numbers to 0.9.7.
2015-06-08 17:00:48 -07:00
Michael Jumper
4b9bd1ec30 GUAC-1174: Bump version numbers to 0.9.7. 2015-06-08 16:58:23 -07:00
James Muehlner
bd22c6e383 Merge pull request #35 from glyptodon/client-name
GUAC-346: Add support for specifying the client hostname.
2015-04-14 14:02:30 -07:00
Michael Jumper
be0e1d9b12 GUAC-346: Add support for specifying the client hostname. 2015-04-14 12:39:08 -07:00
James Muehlner
358d41e277 Merge pull request #34 from glyptodon/vnc-clipboard-hang
GUAC-1056: Do not wait for messages if data is within the RFB client buffer.
2015-04-08 08:35:29 -07:00
Michael Jumper
5cb5be6923 GUAC-1056: Do not wait for messages if data is within the RFB client buffer. 2015-04-07 23:44:13 -07:00
James Muehlner
40fd28f86c Merge pull request #32 from glyptodon/italian-keyboard
GUAC-794: Italian keyboard
2015-03-31 11:39:45 -07:00
Michael Jumper
2144aa4f8f GUAC-794: Add missing hash sign to Italian keymap. 2015-03-31 11:31:52 -07:00
Michael Jumper
8b1ecae77f GUAC-794: Add Denis Bernacci to AUTHORS. 2015-03-31 11:19:39 -07:00
Denis Bernacci
07859aba06 GUAC-794: Add Italian keymap. 2015-03-31 11:18:38 -07:00
James Muehlner
00cceaba75 Merge pull request #31 from glyptodon/bump-version
GUAC-1128: Bump version numbers to 0.9.6.
2015-03-25 18:52:38 -07:00