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 25c8792  Merge 1.1.0 changes back to master.
     add 7be25a3  GUACAMOLE-774: Add in MD4 support for MSCHAPv1/2.
     add 93f17f1  GUACAMOLE-774: Implement new enum for RADIUS authentication 
protocol.
     add 891efa4  GUACAMOLE-774: Add license to new files.
     add 73388e4  GUACAMOLE-774: Fix include and syntax errors.
     add 10e2928  GUACAMOLE-774: Clean up style and comments, improve 
readability.
     add a97e111  GUACAMOLE-774: Fix RadiusConnectionservice class 
initilization for use with Guice.
     add 931bb6f  GUACAMOLE-774: Remove RadiusConnectionService constructor.
     add e09d8e0  GUACAMOLE-774: Add MD4 checks to Guice module loading.
     add c7b21b8  GUACAMOLE-774: Fix documentation in 
RadiusAuthenticationProtocol enum.
     add e5fab49  GUACAMOLE-774: Remove unnecessary null checks.
     new 7f581a1  GUACAMOLE-774: Merge dynamic loading of MD4 support (for 
RADIUS MSCHAPv1/2).

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:
 .../radius/RadiusAuthenticationProviderModule.java |  21 ++++
 .../auth/radius/RadiusConnectionService.java       |  38 ++++---
 .../radius/{ => conf}/ConfigurationService.java    |  23 ++--
 .../radius/conf/RadiusAuthenticationProtocol.java  | 118 +++++++++++++++++++++
 .../RadiusAuthenticationProtocolProperty.java}     |  45 ++++----
 .../{ => conf}/RadiusGuacamoleProperties.java      |   8 +-
 6 files changed, 209 insertions(+), 44 deletions(-)
 rename 
extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/{
 => conf}/ConfigurationService.java (92%)
 create mode 100644 
extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/conf/RadiusAuthenticationProtocol.java
 copy 
extensions/{guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/conf/LdapFilterGuacamoleProperty.java
 => 
guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/conf/RadiusAuthenticationProtocolProperty.java}
 (54%)
 rename 
extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/{
 => conf}/RadiusGuacamoleProperties.java (94%)

Reply via email to