This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.
from 56dca98 GUACAMOLE-1435: Merge correction to FreeRDP plugin entrypoint
return type.
add f84db7d GUACAMOLE-745: Support OpenSSH private keys & ED25519
new 2361272 GUACAMOLE-745: Merge support for OpenSSH-format private keys
/ Ed25519.
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:
configure.ac | 31 +---
src/common-ssh/Makefile.am | 4 -
src/common-ssh/common-ssh/dsa-compat.h | 61 --------
src/common-ssh/common-ssh/key.h | 98 ++----------
src/common-ssh/common-ssh/rsa-compat.h | 40 -----
src/common-ssh/dsa-compat.c | 59 -------
src/common-ssh/key.c | 273 ++++++++++++---------------------
src/common-ssh/rsa-compat.c | 38 -----
src/common-ssh/ssh.c | 58 +------
src/libguac/guacamole/string.h | 22 +++
src/libguac/string.c | 32 ++++
src/libguac/tests/Makefile.am | 1 +
src/libguac/tests/string/strnstr.c | 73 +++++++++
13 files changed, 249 insertions(+), 541 deletions(-)
delete mode 100644 src/common-ssh/common-ssh/dsa-compat.h
delete mode 100644 src/common-ssh/common-ssh/rsa-compat.h
delete mode 100644 src/common-ssh/dsa-compat.c
delete mode 100644 src/common-ssh/rsa-compat.c
create mode 100644 src/libguac/tests/string/strnstr.c