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 7c502fdd0 GUACAMOLE-1772: Merge support for configuring KSM API call
interval.
add 18d971a83 GUACAMOLE-1723: Enforce access time restrictions for logged
in users.
add 89945caa5 GUACAMOLE-1723: Simplify active window check; do not refresh
from DB during active sessions.
new ff44f03c1 GUACAMOLE-1723: Merge automatic enforcement of access time
restrictions for logged in users.
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:
.../guacamole/auth/jdbc/JDBCEnvironment.java | 14 ++++++++
.../auth/jdbc/user/ModeledUserContext.java | 41 ++++++++++++++++++++++
.../auth/mysql/conf/MySQLEnvironment.java | 9 +++++
.../auth/mysql/conf/MySQLGuacamoleProperties.java | 13 +++++++
.../postgresql/conf/PostgreSQLEnvironment.java | 9 +++++
.../conf/PostgreSQLGuacamoleProperties.java | 13 +++++++
.../auth/sqlserver/conf/SQLServerEnvironment.java | 9 +++++
.../conf/SQLServerGuacamoleProperties.java | 13 +++++++
.../guacamole/net/auth/DelegatingUserContext.java | 5 +++
.../org/apache/guacamole/net/auth/UserContext.java | 21 +++++++++++
.../org/apache/guacamole/GuacamoleSession.java | 16 +++++++++
.../guacamole/rest/auth/HashTokenSessionMap.java | 29 ++++++++++-----
12 files changed, 183 insertions(+), 9 deletions(-)