Commit Graph

1517 Commits

Author SHA1 Message Date
Michael Jumper
c39a8dfe35 Ticket #269: Fix JavaDoc. 2013-02-26 12:40:19 -08:00
Michael Jumper
64d301dfb3 Ticket #269: Refactor password service to not depend on Credentials (password only). Remove database semantics from non-database password service. 2013-02-26 12:15:40 -08:00
Michael Jumper
77f83dfaa4 Ticket #269: Remove unused import. 2013-02-26 12:13:49 -08:00
Michael Jumper
6af023f7d3 Ticket #269: Clean up permission create/remove prototypes, add missing JavaDoc, fix whitespace at end of line. 2013-02-26 02:44:33 -08:00
Michael Jumper
97c1bc6a28 Ticket #269: Make all fields private, change default methods to public. 2013-02-26 02:35:25 -08:00
Michael Jumper
fdf49603c5 Ticket #269: Add comments to default user creation script. 2013-02-26 00:26:10 -08:00
Michael Jumper
ab9b81f987 Merge branch 'unstable' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable 2013-02-26 00:24:14 -08:00
Michael Jumper
aa97d7d42e Ticket #269: Remove user ID stubs from permission update routine. 2013-02-26 00:22:43 -08:00
James Muehlner
576bc8137f Ticket #269: Connection Id should refer to connection 2013-02-26 00:17:17 -08:00
Michael Jumper
c49a4bee92 Ticket #269: Pull connection ID after insert. 2013-02-26 00:15:33 -08:00
Michael Jumper
7d8fc88b53 Ticket #269: Fix user create/update/delete, fix permission update, reorganize. 2013-02-26 00:05:34 -08:00
Michael Jumper
eb466c7f70 Ticket #269: UserPermissionExample needs to be cleared before reuse. 2013-02-25 21:56:33 -08:00
Michael Jumper
60a8d753c3 Ticket #269: Actually add to removed permissions set, actually create removed/added permissions sets (MySQLUser). 2013-02-25 21:56:04 -08:00
James Muehlner
9f1f1e8197 Ticket #269: The first user should have full access to himself as well. 2013-02-25 21:20:14 -08:00
James Muehlner
fa6479ddac Ticket #269: Modified MySQLUser to keep a set of new and removed permissions for efficiency. 2013-02-25 20:59:30 -08:00
James Muehlner
7a01ddb4f6 Ticket #269: The utility classes should more properly be known as services. 2013-02-25 18:39:49 -08:00
Michael Jumper
91539ba7b2 Merge branch 'unstable' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable 2013-02-25 16:41:47 -08:00
Michael Jumper
06b710e47e Ticket #269: Clean up MySQLConstants, fix permission query for system permissions. 2013-02-25 16:41:20 -08:00
James Muehlner
decf247815 Ticket #269: Updated myBatis example config file to reflect understanding that the mapping files have to be in the same
packge, in /resources folder.
2013-02-25 10:58:43 -08:00
Michael Jumper
73641925fc Ticket #269: Partial fix of the most immediately apparent (upon login) query errors. Need to rework queries. 2013-02-25 02:37:43 -08:00
Michael Jumper
97c2e3ceb9 Ticket #269: Clean up MySQLUser, handle null username. Move mybatis XMLs to proper package within resources, fix SQL syntax (guacamole.TABLE, not guacamole..TABLE - likely need to fix generator). 2013-02-25 02:07:45 -08:00
Michael Jumper
aab2a3c698 Ticket #269: Add missing bindings for transaction factory and connection history mapper. 2013-02-25 01:03:04 -08:00
Michael Jumper
1b71cf72bb Ticket #269: Yet more cleanup. 2013-02-23 18:09:48 -08:00
Michael Jumper
a7e894380d Ticket #269: Fix JavaDoc, use GuacamoleSocket (no need to require ConfiguredGuacamoleSocket). 2013-02-23 12:54:16 -08:00
Michael Jumper
7a7ead0c64 Ticket #269: More cleanup. 2013-02-23 01:18:23 -08:00
Michael Jumper
f8af9da4bd Ticket #269: Add package-info.java files. 2013-02-23 00:43:52 -08:00
Michael Jumper
4c034f091b Ticket #269: More style fixes, remove unnecessary interface declaration. 2013-02-23 00:34:57 -08:00
Michael Jumper
8f734f5294 Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable 2013-02-22 21:22:15 -08:00
Michael Jumper
1a6d9dae20 Ticket #269: SecureRandomSaltUtility style fixes. 2013-02-22 20:55:17 -08:00
Michael Jumper
fec96bcbd6 Ticket #269: Password check should also compare usernames. Fix styles. 2013-02-22 20:05:27 -08:00
Michael Jumper
4d62cb9c92 Ticket #269: Remove GuacamolePermissionException, use GuacamoleSecurityException instead. 2013-02-22 19:58:32 -08:00
Michael Jumper
2a4b82dc8e Ticket #269: Clean up UserDirectory, fix JavaDoc. 2013-02-22 19:56:23 -08:00
James Muehlner
174f0be3df Ticket #269: Added documentation for new mysql-disallow-simultaneous-connections parameter. 2013-02-22 19:18:37 -08:00
James Muehlner
9f0bad5dbe Ticket #269: Removed whitespace at end of lines. 2013-02-21 23:03:37 -08:00
James Muehlner
b88088f226 Ticket #269: Connection implementation completed. Testing and styling remain. 2013-02-21 22:58:08 -08:00
James Muehlner
41322b72de Ticket #269: Connection implementation completed. Testing and styling remain. 2013-02-21 22:57:15 -08:00
James Muehlner
4bbe2c9863 Ticket #269: Connection implementation completed. Testing and styling remain. 2013-02-21 22:56:43 -08:00
James Muehlner
253636bb4f Ticket #269: Connection.setConfiguration should not throw exceptions. 2013-02-20 22:20:19 -08:00
James Muehlner
df50454f15 Ticket #269: Added hashcode functions for MySQLUSer and MySQLConnection. 2013-02-20 12:49:45 -08:00
James Muehlner
39665ad0f6 Ticket #269: Added a new utility class, and support for reading ConnectionRecord objects. 2013-02-20 00:07:59 -08:00
James Muehlner
1beb031a05 Ticket #269: The only permission needed to delete a user is DELETE_USER. 2013-02-15 10:38:15 -08:00
James Muehlner
b5aa49aa69 Ticket #269: Added administrate permission on delete user, and initially give full access to newly created user. 2013-02-15 01:20:00 -08:00
James Muehlner
e6e9200f98 Ticket #269: Added administrate permission checking. 2013-02-15 01:11:50 -08:00
James Muehlner
66fdcbe0b1 Ticket #269: Added permissions checks to UserDirectory actions, and improved PermissionCheckUtility 2013-02-13 19:02:41 -08:00
James Muehlner
3e484ab8f8 Ticket #269: Fixed comment 2013-02-13 12:18:22 -08:00
James Muehlner
3209f11d1f Ticket #269: Changed database permission enums from WRITE to UPDATE. 2013-02-13 12:13:30 -08:00
James Muehlner
6aaf271914 Ticket #269: guacamole-auth-mysql should not depend on itself. 2013-02-13 08:50:11 -08:00
James Muehlner
70b34ecf30 Ticket #269: More things implemented. Still to do: ConnectionDirectory, and enforcing permissions on things in general. 2013-02-12 23:35:13 -08:00
James Muehlner
f831287747 Ticket #269: Changed password hash column to binary(32) and added a database script to create a default admin user 2013-02-12 11:41:36 -08:00
James Muehlner
e9396999a4 Ticket #269: Continuing work, more work on UserMapping and UserDirectory 2013-02-12 00:01:33 -08:00