mod_sasl2_fast: Only copy SASL handler internals from util.sasl instance
|
Kim Alvefur |
4 months ago |
mod_sasl2_fast: Fix traceback when no cb_data is available (thanks riau)
|
Matthew Wild |
9 months ago |
mod_sasl2_fast: Fix malformed-request when using HT-*-NONE (thanks lnj!)
|
Matthew Wild |
9 months ago |
mod_sasl2_fast: Improve handling when SASL profile unexpectedly lacks CB
|
Matthew Wild |
11 months ago |
mod_sasl2_fast: Add API method to revoke FAST tokens for a given client
|
Matthew Wild |
24 months ago |
mod_sasl2_fast: Add an API that allows modules to check if a client has FAST
|
Matthew Wild |
2023-03-29 |
mod_sasl2_fast: Add flag to FAST sasl_handler for easier identification
|
Matthew Wild |
2023-03-29 |
mod_sasl2_fast: Fix harmless off-by-one error (invalidates existing tokens!)
|
Matthew Wild |
2023-03-29 |
mod_sasl2_fast: Invalidate tokens issued prior to last password change
|
Matthew Wild |
2023-03-28 |
mod_sasl2_fast: Add some comments
|
Matthew Wild |
2023-01-10 |
mod_sasl2_fast: Add explicit dependency on mod_sasl2
|
Kim Alvefur |
2022-11-28 |
mod_sasl2_fast: Add more debug logging
|
Matthew Wild |
2022-11-07 |
mod_sasl2_fast: Fixes to make channel binding work again
|
Matthew Wild |
2022-11-07 |
mod_sasl2_fast: Clean up backend return values (fixes constant rotation)
|
Matthew Wild |
2022-11-07 |
mod_sasl2_fast: Implement rotation and invalidation
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Remove X-TOKEN-PLAIN and related profile handler
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Improved logging
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Register HT-* mechanisms with the required channel binding
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Fix field name for returned secret
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Copy channel binding data state from original SASL handler
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Fixes for <authenticate> processing
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Take username from SASL exchange rather than stream@from
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Fix make_token() to return appropriate result
|
Matthew Wild |
2022-10-15 |
mod_sasl2_fast: Improve backend profile name and correctly use it everywhere
|
Matthew Wild |
2022-10-14 |
mod_sasl2_fast: More robust handling of stream@from and user-agent@id
|
Matthew Wild |
2022-10-14 |
mod_sasl2_fast: Implement most of FAST + SASL HT-SHA-256
|
Matthew Wild |
2022-10-14 |
mod_sasl2_fast: New module for SASL2 FAST authentication (WIP)
|
Matthew Wild |
2022-10-13 |