Michael Jumper
|
e625a7a887
|
GUAC-1389: Palette must be freed.
|
2016-03-03 11:06:55 -08:00 |
|
Michael Jumper
|
8e8b632716
|
GUAC-1389: Ensure proc is freed and cleaned up, regardless of whether it started properly.
|
2016-03-03 11:00:21 -08:00 |
|
James Muehlner
|
f7b30414fb
|
Merge pull request #113 from glyptodon/fake-merge-screen-sharing-004-guacd
GUAC-1389: Add screen sharing support to guacd.
|
2016-03-02 21:29:12 -08:00 |
|
James Muehlner
|
4d443efe0f
|
Merge pull request #112 from glyptodon/fix-resource-leaks
GUAC-1389: Fix resource leaks reported by static analysis.
|
2016-03-02 20:09:47 -08:00 |
|
Michael Jumper
|
b3b5a65923
|
GUAC-1389: Simply logic surrounding freeaddrinfo().
|
2016-03-02 20:09:07 -08:00 |
|
Michael Jumper
|
39fd2c152f
|
GUAC-1389: Document guacd_user_start() and corresponding threads.
|
2016-03-02 16:37:44 -08:00 |
|
Michael Jumper
|
b169ea0f6e
|
GUAC-1389: Document creation of SSL-wrapped guac_socket.
|
2016-03-02 16:32:09 -08:00 |
|
Michael Jumper
|
ed44e0c4b0
|
GUAC-1389: Document process management functions. Remove unnecessary parameter.
|
2016-03-02 16:26:38 -08:00 |
|
Michael Jumper
|
26bdd9bc38
|
GUAC-1389: Document client process map manipulation functions.
|
2016-03-02 15:34:39 -08:00 |
|
Michael Jumper
|
d595d96304
|
GUAC-1389: Document file descriptor passing functions.
|
2016-03-02 14:50:34 -08:00 |
|
Michael Jumper
|
1e4a83b3da
|
GUAC-1389: Document daemonization helper functions.
|
2016-03-02 14:44:15 -08:00 |
|
Michael Jumper
|
cb8fe46328
|
GUAC-1389: Add missing documentation for connection handling functions.
|
2016-03-02 14:36:16 -08:00 |
|
Michael Jumper
|
9e7663463f
|
GUAC-1389: Restore guacd within build. Migrate guacd to screen sharing changes.
|
2016-03-02 12:46:00 -08:00 |
|
Michael Jumper
|
c9346014df
|
GUAC-1389: Release candidate addresses of no connection can be established.
|
2016-03-02 10:59:03 -08:00 |
|
Michael Jumper
|
e42566816c
|
GUAC-1389: PNG encoder should always release palette storage if an error occurs.
|
2016-03-02 10:55:37 -08:00 |
|
Michael Jumper
|
15f7fedfea
|
GUAC-1389: Ensure dlopen()'d handle to plugin is released on error.
|
2016-03-02 10:54:58 -08:00 |
|
James Muehlner
|
873a7a3211
|
Merge pull request #111 from glyptodon/fake-merge-screen-sharing-003-common-ssh
GUAC-1389: Bring common-ssh up to date with screen sharing changes.
|
2016-03-01 22:05:41 -08:00 |
|
Michael Jumper
|
48143f6a0a
|
GUAC-1389: Add convenience function for exposing SFTP filesystems to specific users.
|
2016-03-01 17:28:35 -08:00 |
|
Michael Jumper
|
cb70c6e8b9
|
GUAC-1389: Bring common-ssh up to date with screen sharing changes.
|
2016-03-01 17:28:35 -08:00 |
|
James Muehlner
|
0d984f3886
|
Merge pull request #110 from glyptodon/fake-merge-screen-sharing-002-common
GUAC-1389: Bring common up to date with screen sharing changes.
|
2016-03-01 17:27:45 -08:00 |
|
Michael Jumper
|
12d5c315bb
|
GUAC-1389: Add missing parameter comments to static functions in common.
|
2016-03-01 16:46:19 -08:00 |
|
Michael Jumper
|
bbceed5200
|
GUAC-1389: Bring common headers up-to-date with current style.
|
2016-03-01 16:40:23 -08:00 |
|
Michael Jumper
|
f393561925
|
GUAC-1389: Bring common up to date with screen sharing changes.
|
2016-03-01 16:27:32 -08:00 |
|
James Muehlner
|
03f9cde27c
|
Merge pull request #109 from glyptodon/fake-merge-screen-sharing-001-libguac
GUAC-1389: Refactor libguac to allow screen sharing.
|
2016-03-01 16:23:44 -08:00 |
|
Michael Jumper
|
14522dab22
|
GUAC-1389: Add missing documentation for socket handlers.
|
2016-03-01 13:02:48 -08:00 |
|
Michael Jumper
|
7653fa106e
|
GUAC-1389: Document internal stream management functions. Fix semantics of stream closure.
|
2016-03-01 12:50:51 -08:00 |
|
Michael Jumper
|
cd006a4066
|
GUAC-1389: Fix spelling of "markers".
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
1726af0c97
|
GUAC-1389: Add missing parameter documentation for user-level instruction handlers.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
dd0cecc7ea
|
GUAC-1389: Add missing parameter comments to user-specific handlers. Clarify purpose of handlers.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
c3a487f9ec
|
GUAC-1389: Fix spelling of "previously".
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
3734a68a42
|
GUAC-1389: Fix strange and unnecessary wrapping of line.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
5ae0da65e1
|
GUAC-1389: Remove unnecessary blank line.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
62ccd78122
|
GUAC-1389: Add missing parameter comments to static handlers of guac_client and the broadcast socket.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
6d2ddd72a5
|
GUAC-1389: Add missing parameter comments for client handlers.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
ea1a34083c
|
GUAC-1389: Explain significance of the type-punning union.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
76e3b2ebb8
|
GUAC-1389: Restore libguac's high-level convenience functions for audio streaming.
|
2016-03-01 12:25:04 -08:00 |
|
Michael Jumper
|
fbe4d53fb1
|
GUAC-1389: Refactor libguac to allow screen sharing.
|
2016-03-01 12:24:57 -08:00 |
|
James Muehlner
|
e8cd669be2
|
Merge pull request #107 from glyptodon/fdset-init
GUAC-1477: Ensure any fd_set used by guac_socket is always properly initialized.
|
2016-02-01 15:17:29 -08:00 |
|
Michael Jumper
|
c5fd72bb98
|
GUAC-1477: Ensure any fd_set used by guac_socket is always properly initialized.
|
2016-02-01 15:14:20 -08:00 |
|
James Muehlner
|
ede0ab1715
|
Merge pull request #106 from glyptodon/makefile-order
GUAC-1410: Fix keymap ordering in Makefile.am.
|
2016-02-01 14:56:16 -08:00 |
|
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 |
|
James Muehlner
|
c42a1dc669
|
Merge pull request #105 from glyptodon/fix-free-order
GUAC-1451: Fix order of resource release in case typescript creation failure.
|
2016-01-28 10:52:33 -08:00 |
|
Michael Jumper
|
b35a0c3695
|
GUAC-1451: Fix order of resource release in case typescript creation failure.
|
2016-01-28 10:47:04 -08:00 |
|
James Muehlner
|
897ee16e91
|
Merge pull request #104 from glyptodon/text-recording
GUAC-1452: Implement text recording of terminal sessions.
|
2016-01-27 13:23:26 -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
|
d9dacedbe0
|
GUAC-1452: Log typescript creation/failure.
|
2016-01-27 12:43:53 -08:00 |
|
Michael Jumper
|
c68f96741d
|
GUAC-1452: Store filenames within typescript struct.
|
2016-01-27 12:43:53 -08:00 |
|
Michael Jumper
|
7c7a68975b
|
GUAC-1452: Append .timing to end of basename for timing file.
|
2016-01-27 12:43:53 -08:00 |
|
Michael Jumper
|
d421bbc075
|
GUAC-1452: Automatically create directory if requested.
|
2016-01-27 12:43:53 -08:00 |
|