You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2023/05/11 15:36:48 UTC

[guacamole-client] branch master updated (52b95f13c -> 306f7a029)

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-client.git


    from 52b95f13c GUACAMOLE-926: Merge batch import removal of leading/trailing spaces from user and user group names.
     add e91d5a99e GUACAMOLE-926: Add configuration option for enabling self-signed SQL Server certs for local testing.
     add c4e6b046a GUACAMOLE-926: Disable batch executor for SQL Server JDBC extension - it doesn't work.
     new 306f7a029 GUACAMOLE-926: Merge disabling of batch executor for SQL Server.

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:
 .../jdbc/JDBCAuthenticationProviderModule.java     |  9 +++---
 .../guacamole/auth/jdbc/JDBCEnvironment.java       | 18 ++++++++++++
 .../SQLServerAuthenticationProviderModule.java     |  4 +++
 .../auth/sqlserver/conf/SQLServerEnvironment.java  | 32 ++++++++++++++++++++++
 .../conf/SQLServerGuacamoleProperties.java         | 13 +++++++++
 5 files changed, 72 insertions(+), 4 deletions(-)


[guacamole-client] 01/01: GUACAMOLE-926: Merge disabling of batch executor for SQL Server.

Posted by mj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 306f7a0297e128b4a6c6db2f22a9bca0f300d5e8
Merge: 52b95f13c c4e6b046a
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Thu May 11 08:36:43 2023 -0700

    GUACAMOLE-926: Merge disabling of batch executor for SQL Server.

 .../jdbc/JDBCAuthenticationProviderModule.java     |  9 +++---
 .../guacamole/auth/jdbc/JDBCEnvironment.java       | 18 ++++++++++++
 .../SQLServerAuthenticationProviderModule.java     |  4 +++
 .../auth/sqlserver/conf/SQLServerEnvironment.java  | 32 ++++++++++++++++++++++
 .../conf/SQLServerGuacamoleProperties.java         | 13 +++++++++
 5 files changed, 72 insertions(+), 4 deletions(-)