This is an automated email from the ASF dual-hosted git repository. mjumper pushed a commit to branch staging/1.6.0 in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit f6c2787dc113a6f38d4b2421a636fd80e47d82ba Merge: 086802ad2 2ecad02fe Author: Mike Jumper <[email protected]> AuthorDate: Thu Aug 29 00:16:29 2024 -0700 GUACAMOLE-1855: Merge configuration options for bypassing MFA based on client address. extensions/guacamole-auth-duo/pom.xml | 8 ++ .../auth/duo/UserVerificationService.java | 45 ++++++-- .../auth/duo/conf/ConfigurationService.java | 76 ++++++++++++++ extensions/guacamole-auth-json/pom.xml | 1 + extensions/guacamole-auth-totp/pom.xml | 8 ++ .../auth/totp/conf/ConfigurationService.java | 68 +++++++++++++ .../auth/totp/user/UserVerificationService.java | 47 ++++++++- guacamole-ext/pom.xml | 7 ++ .../properties/IPAddressListProperty.java | 113 +++++++++++++++++++++ 9 files changed, 362 insertions(+), 11 deletions(-)
