This is an automated email from the ASF dual-hosted git repository.
aleitner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 37823390 Merge 1.5.5 changes back to master.
add 2844a7dc GUACAMOLE-1931: Allow writing to existing recording files.
new 7553e793 GUACAMOLE-1931: Merge addition of configuration option to
allow overwriting recording files.
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 | 6 +++++-
src/libguac/recording.c | 35 +++++++++++++++++++++--------------
src/protocols/kubernetes/kubernetes.c | 3 ++-
src/protocols/kubernetes/settings.c | 12 ++++++++++++
src/protocols/kubernetes/settings.h | 6 ++++++
src/protocols/rdp/rdp.c | 3 ++-
src/protocols/rdp/settings.c | 12 ++++++++++++
src/protocols/rdp/settings.h | 6 ++++++
src/protocols/ssh/settings.c | 12 ++++++++++++
src/protocols/ssh/settings.h | 6 ++++++
src/protocols/ssh/ssh.c | 3 ++-
src/protocols/telnet/settings.c | 12 ++++++++++++
src/protocols/telnet/settings.h | 6 ++++++
src/protocols/telnet/telnet.c | 3 ++-
src/protocols/vnc/settings.c | 12 ++++++++++++
src/protocols/vnc/settings.h | 6 ++++++
src/protocols/vnc/vnc.c | 3 ++-
17 files changed, 126 insertions(+), 20 deletions(-)