This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from a8096c53 Merge main branch changes to next.
add 290ca0ec GUACAMOLE-1969: Implement recording-include-clipboard
connection parameter
add 4410b761 GUACAMOLE-1969: Record remote clipboard changes.
add e775052a GUACAMOLE-1969: Merge report Clipboard History in recordings.
new bf425df3 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:
src/libguac/guacamole/recording.h | 95 ++++++++++++++++++++++++++++++++++-
src/libguac/recording.c | 57 ++++++++++++++++++++-
src/protocols/kubernetes/clipboard.c | 17 ++++++-
src/protocols/kubernetes/kubernetes.c | 3 +-
src/protocols/kubernetes/settings.c | 16 ++++++
src/protocols/kubernetes/settings.h | 10 ++++
src/protocols/rdp/channels/cliprdr.c | 21 ++++++++
src/protocols/rdp/rdp.c | 3 +-
src/protocols/rdp/settings.c | 16 ++++++
src/protocols/rdp/settings.h | 10 ++++
src/protocols/ssh/clipboard.c | 21 ++++++--
src/protocols/ssh/settings.c | 16 ++++++
src/protocols/ssh/settings.h | 10 ++++
src/protocols/ssh/ssh.c | 3 +-
src/protocols/telnet/clipboard.c | 20 +++++++-
src/protocols/telnet/settings.c | 16 ++++++
src/protocols/telnet/settings.h | 10 ++++
src/protocols/telnet/telnet.c | 3 +-
src/protocols/vnc/clipboard.c | 13 +++++
src/protocols/vnc/settings.c | 16 ++++++
src/protocols/vnc/settings.h | 10 ++++
src/protocols/vnc/vnc.c | 3 +-
22 files changed, 375 insertions(+), 14 deletions(-)