This is an automated email from the ASF dual-hosted git repository. vnick pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit 1e57147c38352a9fe0a361e89940c9c7ef8073ae Merge: 5f6f48bea 73f05ec87 Author: Virtually Nick <[email protected]> AuthorDate: Mon Apr 29 08:46:04 2024 -0400 Merge main branch changes to next. doc/licenses/logging-interceptor-4.9.1/LICENSE.txt | 201 -------------------- doc/licenses/logging-interceptor-4.9.1/README | 2 +- doc/licenses/okhttp-3.14.9/LICENSE.txt | 201 -------------------- doc/licenses/okhttp-3.14.9/NOTICE | 13 -- doc/licenses/okhttp-3.14.9/README | 7 - doc/licenses/okhttp-3.14.9/dep-coordinates.txt | 1 - .../{okhttp-4.9.1 => okhttp-4.12.0}/NOTICE | 0 doc/licenses/okhttp-4.12.0/README | 8 + doc/licenses/okhttp-4.12.0/dep-coordinates.txt | 2 + doc/licenses/okhttp-4.9.1/LICENSE.txt | 201 -------------------- doc/licenses/okhttp-4.9.1/README | 7 - doc/licenses/okhttp-4.9.1/dep-coordinates.txt | 1 - doc/licenses/okio-1.17.2/LICENSE.txt | 201 -------------------- doc/licenses/okio-1.17.2/NOTICE | 13 -- doc/licenses/okio-1.17.2/README | 7 - doc/licenses/okio-1.17.2/dep-coordinates.txt | 1 - doc/licenses/okio-2.8.0/LICENSE.txt | 201 -------------------- doc/licenses/okio-2.8.0/README | 7 - doc/licenses/okio-2.8.0/dep-coordinates.txt | 1 - doc/licenses/{okio-2.8.0 => okio-3.6.0}/NOTICE | 0 doc/licenses/okio-3.6.0/README | 8 + doc/licenses/okio-3.6.0/dep-coordinates.txt | 2 + doc/licenses/retrofit-2.9.0/LICENSE.txt | 201 -------------------- doc/licenses/retrofit-2.9.0/README | 4 +- doc/licenses/spring-web-5.3.25/LICENSE | 202 -------------------- doc/licenses/spring-web-5.3.25/README | 7 - doc/licenses/spring-web-5.3.25/dep-coordinates.txt | 4 - extensions/guacamole-auth-duo/pom.xml | 82 +++++--- .../auth/duo/DuoAuthenticationProvider.java | 52 ++++- .../auth/duo/DuoAuthenticationSession.java | 65 +++++++ .../auth/duo/DuoAuthenticationSessionManager.java | 36 ++++ .../auth/duo/UserVerificationService.java | 209 ++++++++++++++------- .../auth/duo/conf/ConfigurationService.java | 27 +-- ...eGuacamoleInsufficientCredentialsException.java | 40 ---- .../net/auth/AbstractAuthenticationProvider.java | 14 ++ .../guacamole/net/auth/AuthenticationProvider.java | 27 +++ .../org/apache/guacamole/net/auth/Credentials.java | 10 - .../guacamole/net/auth/IdentifierGenerator.java | 6 + .../GuacamoleInsufficientCredentialsException.java | 143 -------------- .../extension/AuthenticationProviderFacade.java | 12 ++ .../guacamole/rest/auth/AuthenticationService.java | 152 ++++----------- .../rest/auth/ResumableAuthenticationState.java | 128 ------------- 42 files changed, 472 insertions(+), 2034 deletions(-)
