GUACAMOLE-208: Merge new protocol status codes.
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/077cc84d Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/077cc84d Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/077cc84d Branch: refs/heads/master Commit: 077cc84d2771abb164d653aeb4687299f37ab3b7 Parents: cd8646b 4f4643d Author: James Muehlner <[email protected]> Authored: Wed Feb 15 21:52:36 2017 -0800 Committer: James Muehlner <[email protected]> Committed: Wed Feb 15 21:52:36 2017 -0800 ---------------------------------------------------------------------- src/common-ssh/guac_ssh.c | 2 +- src/libguac/guacamole/protocol-types.h | 41 ++++++-- src/protocols/rdp/Makefile.am | 2 + src/protocols/rdp/error.c | 146 ++++++++++++++++++++++++++++ src/protocols/rdp/error.h | 36 +++++++ src/protocols/rdp/rdp.c | 17 ++-- src/protocols/telnet/telnet.c | 3 +- src/protocols/vnc/vnc.c | 3 +- 8 files changed, 232 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/077cc84d/src/protocols/rdp/Makefile.am ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/077cc84d/src/protocols/rdp/rdp.c ----------------------------------------------------------------------
