You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/05/24 03:46:12 UTC

[5/5] incubator-guacamole-server git commit: GUACAMOLE-33: Merge mouse duplication user disconnect fix.

GUACAMOLE-33: Merge mouse duplication user disconnect fix.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/ec93a298
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/ec93a298
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/ec93a298

Branch: refs/heads/master
Commit: ec93a2989f02f3ef321f9b7fc94c52b3690df09a
Parents: fa3565e 2b8e155
Author: James Muehlner <ja...@guac-dev.org>
Authored: Mon May 23 20:45:18 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Mon May 23 20:45:18 2016 -0700

----------------------------------------------------------------------
 src/common/guac_cursor.c    |  9 +++++++++
 src/common/guac_cursor.h    | 15 +++++++++++++++
 src/protocols/rdp/user.c    |  9 +++++++++
 src/protocols/rdp/user.h    |  5 +++++
 src/protocols/ssh/user.c    |  9 +++++++++
 src/protocols/ssh/user.h    |  9 +++++++--
 src/protocols/telnet/user.c | 10 ++++++++++
 src/protocols/telnet/user.h |  5 +++++
 src/protocols/vnc/client.c  |  1 +
 src/protocols/vnc/user.c    |  9 +++++++++
 src/protocols/vnc/user.h    |  5 +++++
 11 files changed, 84 insertions(+), 2 deletions(-)
----------------------------------------------------------------------