plugins/mod_saslauth.lua
Wed, 17 Apr 2024 16:47:38 +0100 Matthew Wild mod_saslauth: Log when tls-exporter is NOT supported, as well as when it is
Tue, 05 Dec 2023 11:39:11 +0000 Matthew Wild mod_saslauth: Fire event per SASL step
Fri, 01 Dec 2023 23:43:18 +0100 Kim Alvefur mod_saslauth: Fire event at start of authentication attempt
Thu, 30 Nov 2023 11:22:40 +0000 Matthew Wild mod_saslauth: Allow plugins to override return SASL condition/text
Thu, 26 Oct 2023 18:30:47 +0100 Matthew Wild mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (thanks tmolitor)
Thu, 26 Oct 2023 15:14:39 +0100 Matthew Wild mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default
Thu, 26 Oct 2023 14:40:48 +0100 Matthew Wild mod_saslauth: Fix traceback in tls-server-end-point channel binding
Tue, 24 Oct 2023 09:24:01 +0100 Matthew Wild mod_saslauth: Actively close cert file after reading
Tue, 24 Oct 2023 09:23:31 +0100 Matthew Wild mod_saslauth: Fix read format string (thanks tmolitor)
Sun, 23 Oct 2022 02:49:05 +0200 Kim Alvefur mod_saslauth: Get correct 'tls-server-end-point' with new LuaSec API
Tue, 29 Jun 2021 00:22:36 +0200 Kim Alvefur mod_saslauth: Derive hash from certificate per tls-server-end-point
Mon, 07 Dec 2020 19:53:26 +0100 Kim Alvefur mod_saslauth: Support tls-server-end-point via manually specified hash
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Wed, 01 Mar 2023 12:56:08 +0000 Matthew Wild mod_saslauth: Support for SASL handlers forcing a specific resource
Wed, 21 Sep 2022 15:00:06 +0100 Matthew Wild mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.0
Sat, 03 Sep 2022 21:25:51 +0100 Matthew Wild mod_saslauth: Fix incorrect variable name introduced in 27a4a7e64831
Sat, 03 Sep 2022 21:19:00 +0100 Matthew Wild mod_saslauth: Only announce bind feature if no resource yet bound
Wed, 15 Jun 2022 11:47:39 +0100 Matthew Wild mod_saslauth: Rename field from 'scope'->'role'
Wed, 01 Jun 2022 15:06:59 +0200 Kim Alvefur mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)
Sun, 06 Dec 2020 22:04:43 +0100 Kim Alvefur mod_saslauth: Advertise channel bindings via XEP-0440
Wed, 27 Apr 2022 17:44:14 +0200 Jonas Schäfer net: isolate LuaSec-specifics
Thu, 10 Feb 2022 19:54:14 +0000 Matthew Wild usermanager, mod_saslauth: Default to internal_hashed if no auth module specified
Sat, 25 Dec 2021 16:23:40 +0100 Kim Alvefur various: Require encryption by default for real
Wed, 21 Apr 2021 17:11:58 +0200 Jonas Schäfer s2s et al.: Add counters for connection state transitions
Sat, 10 Apr 2021 16:45:44 +0200 Kim Alvefur Merge 0.11->trunk
Thu, 18 Mar 2021 16:16:54 +0100 Kim Alvefur mod_saslauth: Use a defined SASL error 0.11
Thu, 18 Mar 2021 16:17:45 +0100 Kim Alvefur mod_saslauth: Improve code style 0.11
Thu, 18 Mar 2021 14:30:47 +0100 tmolitor mod_saslauth: Don't throw errors in async code when connections are gone 0.11
Mon, 23 Nov 2020 21:56:26 +0100 Kim Alvefur Merge 0.11->trunk
Mon, 23 Nov 2020 21:52:46 +0100 Kim Alvefur mod_saslauth: Only advertise channel binding if a finished message is available 0.11
Mon, 23 Nov 2020 21:42:52 +0100 Kim Alvefur mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542) 0.11
Wed, 05 Feb 2020 17:56:44 +0000 Matthew Wild mod_saslauth: Pass through any auth scope from the SASL handler to sessionmanager.make_authenticated()
Sat, 07 Dec 2019 22:55:51 +0100 Kim Alvefur mod_saslauth: Set a nicer bounce error explaining SASL EXTERNAL failures
Sat, 07 Dec 2019 22:51:43 +0100 Kim Alvefur mod_saslauth: Collect SASL EXTERNAL failures into an util.error object
Mon, 02 Dec 2019 16:00:16 +0100 Kim Alvefur mod_saslauth: Advertise correct set of mechanisms
Tue, 15 Oct 2019 23:38:29 +0200 Kim Alvefur mod_saslauth: Demote "no SASL mechanisms" error back to warning
Tue, 15 Oct 2019 22:05:51 +0200 Kim Alvefur mod_saslauth: Improve logging of why no SASL mechanisms were offered
Tue, 15 Oct 2019 21:58:10 +0200 Kim Alvefur mod_saslauth: Use the power of Set Theory to mange sets of SASL mechanisms
Tue, 15 Oct 2019 21:37:19 +0200 Kim Alvefur mod_saslauth: Log (debug) messages about channel binding
Sun, 13 Oct 2019 00:33:35 +0200 Kim Alvefur mod_saslauth: Remove useless debug log line
Sun, 13 Oct 2019 00:32:58 +0200 Kim Alvefur mod_saslauth: Remove commented-out debug log line
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Fri, 03 May 2019 20:54:24 +0200 Kim Alvefur Fix various spelling mistakes [codespell]
Sat, 24 Nov 2018 02:24:48 +0100 Kim Alvefur mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)
Sun, 04 Feb 2018 01:05:06 +0100 Kim Alvefur mod_saslauth: Ignore unused argument [luacheck]
Sun, 04 Feb 2018 01:03:44 +0100 Kim Alvefur mod_saslauth: Use renamed API for hooking non-stanzas
Sun, 04 Feb 2018 01:01:50 +0100 Kim Alvefur mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces
Sun, 04 Feb 2018 00:58:38 +0100 Kim Alvefur mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure
Sun, 04 Feb 2018 01:13:27 +0100 Kim Alvefur Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006)
Thu, 21 Dec 2017 10:15:47 +0100 Kim Alvefur mod_saslauth: Log which mechanisms are offered
Thu, 14 Sep 2017 02:47:40 +0200 Kim Alvefur Merge 0.9->0.10
Sat, 08 Jul 2017 18:21:45 +0200 Kim Alvefur mod_saslauth: Use correct varible name (thanks Roi)
Sat, 01 Apr 2017 22:34:15 +0200 Kim Alvefur mod_saslauth: Remove unused argument [luacheck]
Mon, 06 Mar 2017 16:05:24 +0100 Kim Alvefur mod_saslauth: Fix typoed variable name [luacheck]
Mon, 06 Mar 2017 15:56:12 +0100 Kim Alvefur mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77
Thu, 02 Mar 2017 15:21:07 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 02 Mar 2017 15:17:32 +0100 Kim Alvefur mod_saslauth: Log SASL failure reason
Wed, 15 Feb 2017 23:04:44 +0100 Kim Alvefur mod_saslauth: Ignore shadowing of logger [luacheck]
Wed, 15 Feb 2017 23:00:03 +0100 Kim Alvefur mod_saslauth: Improve logging as to why when SASL is not offered
Wed, 15 Feb 2017 22:59:19 +0100 Kim Alvefur mod_saslauth: Cache logger in local for less typing
less more (0) -100 -60 tip