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 2017/06/27 04:08:11 UTC

[2/2] incubator-guacamole-server git commit: GUACAMOLE-326: Merge rejection of reads and writes to Windows data streams.

GUACAMOLE-326: Merge rejection of reads and writes to Windows data streams.


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/836fc3ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/836fc3ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/836fc3ea

Branch: refs/heads/master
Commit: 836fc3eaa0e22b9e4530ef595e0fc9abb1892c00
Parents: 9ee224f e5a1b4d
Author: James Muehlner <ja...@guac-dev.org>
Authored: Mon Jun 26 21:05:03 2017 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Mon Jun 26 21:07:09 2017 -0700

----------------------------------------------------------------------
 configure.ac                     |  2 +-
 doc/Doxyfile                     |  2 +-
 src/common-ssh/common-ssh/ssh.h  |  2 +-
 src/common-ssh/ssh.c             | 16 +++++++++++++++-
 src/guacd/man/guacd.8            |  2 +-
 src/guacd/man/guacd.conf.5       |  2 +-
 src/guacenc/man/guacenc.1        |  2 +-
 src/libguac/Makefile.am          |  2 +-
 src/protocols/rdp/rdp.c          |  2 +-
 src/protocols/rdp/rdp_fs.c       |  4 ++++
 src/protocols/rdp/rdp_settings.c | 13 +++++++++++++
 src/protocols/rdp/rdp_settings.h |  8 ++++++++
 src/protocols/ssh/settings.c     | 13 +++++++++++++
 src/protocols/ssh/settings.h     | 10 ++++++++++
 src/protocols/ssh/ssh.c          | 22 ++++++++++++++++++----
 src/protocols/vnc/settings.c     | 14 ++++++++++++++
 src/protocols/vnc/settings.h     |  8 ++++++++
 src/protocols/vnc/vnc.c          |  2 +-
 18 files changed, 112 insertions(+), 14 deletions(-)
----------------------------------------------------------------------