You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2020/02/25 01:27:27 UTC

[guacamole-server] branch staging/1.2.0 updated (090bb3b -> d2ee11f)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch staging/1.2.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.


    from 090bb3b  GUACAMOLE-958: Merge changes correcting race condition and potential deadlock in guacd_timed_client_free().
     add 3b0abe3  GUACAMOLE-962: Request relaxed RDP order checks if supported by FreeRDP.
     add a80cd8d  GUACAMOLE-962: Restore OpaqueRect and PatBlt handlers.
     new d2ee11f  GUACAMOLE-962: Merge allow misbehaving RDP servers to use OpaqueRect and PatBlt.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                 | 15 +++++++
 src/protocols/rdp/gdi.c      | 95 ++++++++++++++++++++++++++++++++++++++++++++
 src/protocols/rdp/gdi.h      | 39 ++++++++++++++++++
 src/protocols/rdp/rdp.c      |  2 +
 src/protocols/rdp/settings.c |  5 +++
 5 files changed, 156 insertions(+)


[guacamole-server] 01/01: GUACAMOLE-962: Merge allow misbehaving RDP servers to use OpaqueRect and PatBlt.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.2.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit d2ee11f15ab986d89f8d5fb6fa30b8055db1cf0a
Merge: 090bb3b a80cd8d
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Mon Feb 24 20:27:20 2020 -0500

    GUACAMOLE-962: Merge allow misbehaving RDP servers to use OpaqueRect and PatBlt.

 configure.ac                 | 15 +++++++
 src/protocols/rdp/gdi.c      | 95 ++++++++++++++++++++++++++++++++++++++++++++
 src/protocols/rdp/gdi.h      | 39 ++++++++++++++++++
 src/protocols/rdp/rdp.c      |  2 +
 src/protocols/rdp/settings.c |  5 +++
 5 files changed, 156 insertions(+)