You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2020/05/07 21:11:26 UTC

[guacamole-server] branch master updated (9c37fc5 -> a0e11dc)

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

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


    from 9c37fc5  GUACAMOLE-949: Merge removal of unused UNIX_TIME macro.
     add ce28575  GUACAMOLE-1059: Use FreeRDP function for verifying Stream length before reading.
     add 8560ff9  GUACAMOLE-1059: Move rdpsnd body size check to correct location.
     add 98f0c27  GUACAMOLE-1059: Add explanatory comments and additional logging.
     add ac9e5e9  GUACAMOLE-1059: Remove bad check of audio stream against body_size.
     add 71769b9  GUACAMOLE-1059: Add missing check for manually copied buffer.
     add e761e47  GUACAMOLE-1059: Add missing checks and fix up warning messages.
     add 315a8a7  GUACAMOLE-1059: Correctly handle issues processing audio input formats.
     add 47bf3ab  GUACAMOLE-1059: Verify correct number of bytes for incoming wave.
     add 557e2f5  GUACAMOLE-1059: Fine tune comments and log messages.
     add 0bf65ce  GUACAMOLE-1059: Merge changes leveraging appropriate FreeRDP checks to verify input stream length.
     new a0e11dc  Merge staging/1.2.0 changes back to master.

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:
 .../channels/rdpdr/rdpdr-fs-messages-file-info.c   | 35 +++++++++
 .../rdp/channels/rdpdr/rdpdr-fs-messages.c         | 84 +++++++++++++++++++++-
 src/protocols/rdp/channels/rdpdr/rdpdr-messages.c  | 50 +++++++++++++
 src/protocols/rdp/channels/rdpdr/rdpdr-printer.c   | 16 +++++
 src/protocols/rdp/channels/rdpdr/rdpdr.c           | 11 +++
 .../rdp/channels/rdpsnd/rdpsnd-messages.c          | 54 ++++++++++++++
 src/protocols/rdp/channels/rdpsnd/rdpsnd.c         | 10 ++-
 .../rdp/plugins/guac-common-svc/guac-common-svc.c  |  5 ++
 src/protocols/rdp/plugins/guacai/guacai-messages.c | 52 ++++++++++++--
 src/protocols/rdp/plugins/guacai/guacai.c          | 10 ++-
 10 files changed, 320 insertions(+), 7 deletions(-)


[guacamole-server] 01/01: Merge staging/1.2.0 changes back to master.

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

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

commit a0e11dc81727528224d28466903454e1cb0266bb
Merge: 9c37fc5 0bf65ce
Author: Michael Jumper <mj...@apache.org>
AuthorDate: Thu May 7 14:10:33 2020 -0700

    Merge staging/1.2.0 changes back to master.

 .../channels/rdpdr/rdpdr-fs-messages-file-info.c   | 35 +++++++++
 .../rdp/channels/rdpdr/rdpdr-fs-messages.c         | 84 +++++++++++++++++++++-
 src/protocols/rdp/channels/rdpdr/rdpdr-messages.c  | 50 +++++++++++++
 src/protocols/rdp/channels/rdpdr/rdpdr-printer.c   | 16 +++++
 src/protocols/rdp/channels/rdpdr/rdpdr.c           | 11 +++
 .../rdp/channels/rdpsnd/rdpsnd-messages.c          | 54 ++++++++++++++
 src/protocols/rdp/channels/rdpsnd/rdpsnd.c         | 10 ++-
 .../rdp/plugins/guac-common-svc/guac-common-svc.c  |  5 ++
 src/protocols/rdp/plugins/guacai/guacai-messages.c | 52 ++++++++++++--
 src/protocols/rdp/plugins/guacai/guacai.c          | 10 ++-
 10 files changed, 320 insertions(+), 7 deletions(-)