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

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


    from 6e6581ff Merge main branch changes to next.
     add 97ca969e GUACAMOLE-1026: Add support for FreeRDP3.
     add 3d7e4bdd GUACAMOLE-1026: Merge add support for FreeRDP3.
     new b17b2d3f Merge main branch changes to next.

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:
 Dockerfile                                         |  23 +-
 configure.ac                                       | 201 +++++++++++++--
 src/guacd-docker/bin/build-all.sh                  |   1 -
 src/libguac/guacamole/string.h                     |  33 ++-
 src/libguac/string.c                               |  25 +-
 src/protocols/rdp/Makefile.am                      |   3 +-
 src/protocols/rdp/bitmap.c                         |   4 +-
 src/protocols/rdp/channels/cliprdr.c               |  32 ++-
 .../rdp/channels/rdpsnd/rdpsnd-messages.c          |   3 +-
 src/protocols/rdp/color.c                          |  15 +-
 src/protocols/rdp/gdi.c                            |  10 +-
 src/protocols/rdp/glyph.c                          |   3 +-
 src/protocols/rdp/glyph.h                          |   8 +-
 src/protocols/rdp/input.c                          |  15 +-
 src/protocols/rdp/keyboard.c                       |   9 +-
 src/protocols/rdp/plugins/channels.c               |   7 +-
 src/protocols/rdp/plugins/channels.h               |   9 +-
 src/protocols/rdp/plugins/guacai/guacai.c          |   6 +-
 src/protocols/rdp/pointer.c                        |   7 +-
 src/protocols/rdp/pointer.h                        |   8 +-
 src/protocols/rdp/rdp.c                            |  56 ++--
 src/protocols/rdp/rdp.h                            |  14 +
 src/protocols/rdp/settings.c                       | 287 +++++++++++++++++++--
 23 files changed, 655 insertions(+), 124 deletions(-)

Reply via email to