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 0a7ecff3c GUACAMOLE-1614: Merge changes upgrading to latest 
jasmine-maven-plugin (no PhantomJS).
     add cd3c1fbf3 GUACAMOLE-1616: Write history records for external 
connections if configured to do so.
     add 7e4627c94 GUACAMOLE-1616: Store HISTORY_UUID in tokens for use by 
other extensions.
     new 612491e66 GUACAMOLE-1616: Merge support for tracking external 
connection history within database.

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:
 .../auth/jdbc/AuthenticationProviderService.java   |  30 +++++
 .../auth/jdbc/HistoryTrackingConnection.java       | 124 +++++++++++++++++++++
 .../jdbc/HistoryTrackingConnectionDirectory.java   |  96 ++++++++++++++++
 .../guacamole/auth/jdbc/HistoryTrackingTunnel.java |  81 ++++++++++++++
 .../auth/jdbc/HistoryTrackingUserContext.java      |  75 +++++++++++++
 .../auth/jdbc/InjectedAuthenticationProvider.java  |   8 ++
 .../jdbc/JDBCAuthenticationProviderService.java    |  31 +++++-
 .../guacamole/auth/jdbc/JDBCEnvironment.java       |  53 +++++----
 .../SharedAuthenticationProviderService.java       |   9 ++
 .../auth/mysql/conf/MySQLEnvironment.java          |  88 ++++++++-------
 .../auth/mysql/conf/MySQLGuacamoleProperties.java  |  59 ++++++----
 .../postgresql/conf/PostgreSQLEnvironment.java     |  82 ++++++++------
 .../conf/PostgreSQLGuacamoleProperties.java        |  53 +++++----
 .../auth/sqlserver/conf/SQLServerEnvironment.java  |  38 ++++---
 .../conf/SQLServerGuacamoleProperties.java         |  23 +++-
 15 files changed, 686 insertions(+), 164 deletions(-)
 create mode 100644 
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/HistoryTrackingConnection.java
 create mode 100644 
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/HistoryTrackingConnectionDirectory.java
 create mode 100644 
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/HistoryTrackingTunnel.java
 create mode 100644 
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/HistoryTrackingUserContext.java

Reply via email to