This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch staging/1.4.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.
from 1f6f45e GUACAMOLE-1190: Merge explicitly use "localhost" as guacd
default bind host, matching default of webapp.
add 7472310 GUACAMOLE-478: Implement encoding translation functions for
normalizing newline sequences.
add 09bd4af GUACAMOLE-478: Add optional clipboard line ending
normalization for RDP.
new be9041f GUACAMOLE-478: Merge add clipboard line ending normalization
option for RDP.
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:
src/common/common/iconv.h | 48 +++++++++
src/common/iconv.c | 114 ++++++++++++++++++++
src/common/tests/Makefile.am | 4 +
src/common/tests/iconv/convert-test-data.c | 153 +++++++++++++++++++++++++++
src/common/tests/iconv/convert-test-data.h | 121 +++++++++++++++++++++
src/common/tests/iconv/convert.c | 164 ++++++++++-------------------
src/protocols/rdp/channels/cliprdr.c | 20 ++--
src/protocols/rdp/settings.c | 42 +++++++-
src/protocols/rdp/settings.h | 13 +++
9 files changed, 559 insertions(+), 120 deletions(-)
create mode 100644 src/common/tests/iconv/convert-test-data.c
create mode 100644 src/common/tests/iconv/convert-test-data.h