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 2016/03/20 03:22:27 UTC

[47/50] incubator-guacamole-client git commit: Merge pull request #338 from glyptodon/overall-limits

Merge pull request #338 from glyptodon/overall-limits

GUAC-1512: Add absolute connection limit properties for MySQL/PostgreSQL.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/94034888
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/94034888
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/94034888

Branch: refs/heads/master
Commit: 9403488803e0f1ae3f48d616227dc01ad9732ef8
Parents: b0d890d e3f24f2
Author: James Muehlner <ja...@guac-dev.org>
Authored: Thu Mar 17 13:24:24 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Thu Mar 17 13:24:24 2016 -0700

----------------------------------------------------------------------
 .../guacamole/auth/jdbc/JDBCEnvironment.java    | 14 +++++
 .../RestrictedGuacamoleTunnelService.java       | 63 ++++++++++++++++++++
 .../net/auth/mysql/MySQLEnvironment.java        | 13 ++++
 .../auth/mysql/MySQLGuacamoleProperties.java    | 13 ++++
 .../auth/postgresql/PostgreSQLEnvironment.java  | 13 ++++
 .../PostgreSQLGuacamoleProperties.java          | 13 ++++
 6 files changed, 129 insertions(+)
----------------------------------------------------------------------