This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.
from b2ae2fd GUACAMOLE-1307: Merge use VerifyCertificateEx callback if
supported.
add 27e762d GUACAMOLE-1283: Add synchronization around absolutely all
outbound RDP messages.
add bf6922b GUACAMOLE-1283: Remove redundant parameters from
guac_rdp_audio_buffer callback.
new e90e438 GUACAMOLE-1283: Merge add synchronization around absolutely
all outbound RDP messages.
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:
.../rdp/channels/audio-input/audio-buffer.c | 7 +-
.../rdp/channels/audio-input/audio-buffer.h | 38 +++++----
src/protocols/rdp/channels/cliprdr.c | 89 +++++++++++++++-------
src/protocols/rdp/channels/common-svc.c | 4 +
src/protocols/rdp/channels/disp.c | 14 +++-
src/protocols/rdp/channels/disp.h | 10 ++-
src/protocols/rdp/channels/rail.c | 15 +++-
src/protocols/rdp/channels/rdpei.c | 19 ++++-
src/protocols/rdp/channels/rdpei.h | 10 ++-
src/protocols/rdp/client.c | 8 +-
src/protocols/rdp/input.c | 29 ++++---
src/protocols/rdp/keyboard.c | 13 ++--
src/protocols/rdp/plugins/guacai/guacai-messages.c | 23 ++++--
src/protocols/rdp/rdp.c | 15 ++--
src/protocols/rdp/rdp.h | 6 ++
15 files changed, 217 insertions(+), 83 deletions(-)