This is an automated email from the ASF dual-hosted git repository.
jmuehlner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 6b03b113a GUACAMOLE-1661: Merge support for indexing KSM records by
user domain.
add 719e957be GUACAMOLE-990: Guarantee auth banning occurs before all
other auth processing.
new 165bd413c GUACAMOLE-990: Merge change ensuring banning occurs before
other auth.
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:
.../auth/ban/BanningAuthenticationListener.java | 146 +++++++++++++++--
.../auth/ban/BanningAuthenticationProvider.java | 182 ---------------------
.../src/main/resources/guac-manifest.json | 4 -
guacamole-docker/bin/start.sh | 12 +-
...ava => AuthenticationRequestReceivedEvent.java} | 27 ++-
.../guacamole/rest/auth/AuthenticationService.java | 4 +
6 files changed, 153 insertions(+), 222 deletions(-)
delete mode 100644
extensions/guacamole-auth-ban/src/main/java/org/apache/guacamole/auth/ban/BanningAuthenticationProvider.java
copy
guacamole-ext/src/main/java/org/apache/guacamole/net/event/{AuthenticationProviderEvent.java
=> AuthenticationRequestReceivedEvent.java} (55%)