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 <[email protected]> Authored: Thu Mar 17 13:24:24 2016 -0700 Committer: James Muehlner <[email protected]> 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(+) ----------------------------------------------------------------------
