Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-990: Add extension for automatically blocking brute-force auth attempts. #758

Merged
merged 10 commits into from
Aug 22, 2022

Commits on Aug 18, 2022

  1. GUACAMOLE-990: The UserContext passed to redecorate() should NOT be t…

    …he internal DecoratedUserContext wrapper.
    mike-jumper committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0e5a3cb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. GUACAMOLE-990: Fire auth success/failure events only after authentica…

    …tion has absolutely succeeded or failed, including the details of any failure.
    
    Previously, these events were fired only after the user's identity had
    been determined (or failed to be determined). If we don't wait until
    after the user contexts have also been successfully obtained (or failed
    to be obtained), then things like MFA will not be taken into account
    for auth events.
    mike-jumper committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e6a61b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    275b5be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9d8abc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b19bc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43f6535 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b981d9 View commit details
    Browse the repository at this point in the history
  7. GUACAMOLE-990: Revise guacamole-auth-ban log levels to generally alwa…

    …ys notify of problematic addresses.
    mike-jumper committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a9ed4c2 View commit details
    Browse the repository at this point in the history
  8. GUACAMOLE-990: Enabled/disable auth failure tracking via implementati…

    …ons of a common interface.
    mike-jumper committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    584db45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e5d3f4 View commit details
    Browse the repository at this point in the history