Commit Graph

612 Commits

Author SHA1 Message Date
James Muehlner
5a9ad11193 GUACAMOLE-260: Update copyright year in NOTICE to 2017. 2017-03-31 11:15:46 -07:00
Michael Jumper
805783395f GUACAMOLE-260: Update copyright year in NOTICE files to 2017. 2017-03-30 19:42:54 -07:00
James Muehlner
bdd3526144 GUACAMOLE-256: Merge NoAuth deprecation. 2017-03-29 11:15:23 -07:00
Nick Couchman
b91d446f1f GUACAMOLE-101: Collapse StringBuilder append lines, remove extra space. 2017-03-28 11:39:37 -04:00
Nick Couchman
f54af15f0b GUACAMOLE-101: Avoid using both StringBuilder and String concatenation. 2017-03-28 11:29:46 -04:00
Nick Couchman
db9876e736 GUACAMOLE-101: Remove connection search filter changes. 2017-03-28 07:56:52 -04:00
Nick Couchman
5c768384bc GUACAMOLE-101: Corrections to comments for proper LDAP filter syntax. 2017-03-28 07:56:47 -04:00
Nick Couchman
c5fe3d1df3 GUACAMOLE-101: Update comments to some of the changes. 2017-03-28 07:56:41 -04:00
Nick Couchman
2aec452aa5 GUACAMOLE-101: Impelement properties for controller user and connection search filters. 2017-03-28 07:56:28 -04:00
Michael Jumper
2c8dbadec5 GUACAMOLE-256: Mark NoAuth as deprecated. Log warning if NoAuth is used. 2017-03-26 20:44:56 -07:00
Nick Couchman
f1466906e3 GUACAMOLE-244: Minor style tweaks in comments. 2017-03-21 07:33:21 -04:00
Nick Couchman
f2b4053192 GUACAMOLE-244: Rename DereferenceAliases class to DereferenceAliasesMode, fix several comment issues and spelling mistakes. 2017-03-20 20:24:46 -04:00
Nick Couchman
daf4e9d262 GUACAMOLE-244: Implement custom property type to handle alias dereferencing configuration. 2017-03-20 07:51:00 -04:00
Nick Couchman
b816836e49 GUACAMOLE-102: Change LDAP searches to use global LDAPSearchConstraints instead of instantiating their own each time. 2017-03-19 21:09:00 -04:00
Nick Couchman
d1635ce28c GUACAMOLE-102: Create a more global LDAPSearchConstraints in the ConfigurationService. 2017-03-19 21:04:32 -04:00
Nick Couchman
b7fd01e02d GUACAMOLE-102: Correct spelling mistake. 2017-03-19 20:53:05 -04:00
Nick Couchman
b9271aac56 GUACAMOLE-102: Clearer comments on the function for the config values for dereferencing aliases. 2017-03-19 20:50:30 -04:00
Nick Couchman
c0a1b692d1 GUACAMOLE-102: Fix issue with string comparison, and fully check values for ldap-dereference-aliases. 2017-03-19 20:45:52 -04:00
Nick Couchman
907e0edfcf GUACAMOLE-244: Support configuration of alias dereferencing 2017-03-18 12:08:38 -04:00
James Muehlner
3ec99cbcdd Merge 0.9.12-incubating changes back to master. 2017-03-01 08:27:22 -08:00
Michael Jumper
3de690abfe GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged). 2017-02-28 09:33:53 -08:00
Michael Jumper
dec73c8457 GUACAMOLE-224: Remove @author tags from codebase. 2017-02-27 23:20:30 -08:00
Michael Jumper
d7b3391379 GUACAMOLE-195: Merge support for authenticating via HTTP headers. 2017-02-03 14:07:18 -08:00
Nick Couchman
bc5f88884b GUACAMOLE-195: Add some spacing around comments and if statements to make things more readable. 2017-02-03 15:06:47 -05:00
Nick Couchman
4faa806ae9 GUACAMOLE-195: Fix style issues with if statements. 2017-02-03 15:05:00 -05:00
Nick Couchman
8eb33b5ca6 GUACAMOLE-195: Remove call to getRemoteUser() and just use the configured HTTP header. 2017-02-03 13:13:02 -05:00
Nick Couchman
96fb8a9c6b GUACAMOLE-195: Rename extension to guacamole-auth-header to more accurately reflect nature of the authentication. 2017-02-03 08:00:47 -05:00
Nick Couchman
3d6239d3aa GUACAMOLE-195: Remove remaining license reference to jldap. 2017-01-31 23:08:14 -05:00
Nick Couchman
b8fb8f771b GUACAMOLE-195: Fix comments to correctly specify that this is HTTP header-based authentication. 2017-01-31 22:37:39 -05:00
Nick Couchman
63cb838df1 GUACAMOLE-195: Add the necessary license files to the new extension. 2017-01-31 22:27:58 -05:00
Nick Couchman
8054f42777 GUACAMOLE-195: Remove word basic from comments - module is just HTTP header-based authentication. 2017-01-31 22:24:11 -05:00
Nick Couchman
88903880f9 GUACAMOLE-195: Add RAT plugin to extension; fix build issue from leftover logger() call. 2017-01-31 22:23:58 -05:00
Nick Couchman
9b4302c9a3 GUACAMOLE-195: Remove empty README.md file. 2017-01-31 22:23:53 -05:00
Nick Couchman
6ab40f98fa GUACAMOLE-195: Fix license headers in several Java source files. 2017-01-31 22:23:46 -05:00
Nick Couchman
1cd2c53bee GUACAMOLE-195: Fix .gitignore file in the guacamole-auth-http directory. 2017-01-31 22:23:38 -05:00
Nick Couchman
e890819cbd GUACAMOLE-195: Remove unnecessary LICENSE file. 2017-01-31 22:23:18 -05:00
Nick Couchman
af0b6a3a23 GUACAMOLE-195: Remove XML comments that were preventing src/licenses from being picked up. 2017-01-31 22:23:11 -05:00
Nick Couchman
3b27e46676 GUACAMOLE-195: Correct common version in extension pom.xml file. 2017-01-31 22:23:05 -05:00
Nick Couchman
ab27739b02 GAUCAMOLE-195: Fix code style issues to conform to project standards. 2017-01-31 22:22:59 -05:00
Nick Couchman
41b60ed62b GUACAMOLE-195: Remove incorrect check on empty username string. 2017-01-31 22:22:46 -05:00
Nick Couchman
fdc654b945 GUACAMOLE-195: Add module to support HTTP header-based authentication. 2017-01-31 22:22:30 -05:00
Nick Couchman
4d998aa650 GUACAMOLE-156: Add missing French translations. 2017-01-31 15:51:50 -05:00
Michael Jumper
b69599e822 GUACAMOLE-163: Remove DEFAULT CURRENT_TIMESTAMP from guacamole_user's password_date column (compatibility with MySQL 5.5 and older). 2017-01-22 12:04:01 -08:00
Michael Jumper
ca7ec98d50 GUACAMOLE-159: Less-than characters must be properly escaped within mapper XML. 2017-01-13 13:14:06 -08:00
Michael Jumper
8185a023f6 GUACAMOLE-154: Bump version numbers to 0.9.11-incubating for modified components. 2017-01-09 13:51:23 -08:00
Michael Jumper
497480cc53 GUACAMOLE-36: Clarify semantics of password policy history size. 2017-01-05 13:44:16 -08:00
Michael Jumper
52dda6b55f GUACAMOLE-36: Clarify function naming regarding a user's current (at time of query) password record. 2017-01-05 13:37:13 -08:00
Michael Jumper
4a1ae7f292 GUACAMOLE-36: Verify new passwords against history. 2017-01-05 13:37:13 -08:00
Michael Jumper
a943077d40 GUACAMOLE-36: Record and maintain password history. 2017-01-05 13:37:13 -08:00
Michael Jumper
ae695ef17b GUACAMOLE-36: Define and map historical password record table. 2017-01-05 13:37:13 -08:00