log mod_sasl2_fast/mod_sasl2_fast.lua @ 5645:f16edebb1305

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