log mod_sasl2_fast/mod_sasl2_fast.lua @ 5884:49b0873932ca

age author description
Tue, 16 Apr 2024 10:42:25 +0100 Matthew Wild mod_sasl2_fast: Improve handling when SASL profile unexpectedly lacks CB
Wed, 05 Apr 2023 19:38:59 +0100 Matthew Wild mod_sasl2_fast: Add API method to revoke FAST tokens for a given client
Wed, 29 Mar 2023 16:13:42 +0100 Matthew Wild mod_sasl2_fast: Add an API that allows modules to check if a client has FAST
Wed, 29 Mar 2023 16:13:00 +0100 Matthew Wild mod_sasl2_fast: Add flag to FAST sasl_handler for easier identification
Wed, 29 Mar 2023 16:12:15 +0100 Matthew Wild mod_sasl2_fast: Fix harmless off-by-one error (invalidates existing tokens!)
Tue, 28 Mar 2023 12:43:05 +0100 Matthew Wild mod_sasl2_fast: Invalidate tokens issued prior to last password change
Tue, 10 Jan 2023 15:45:25 +0000 Matthew Wild mod_sasl2_fast: Add some comments