plugins/mod_saslauth.lua
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
Tue, 13 Dec 2016 18:15:17 +0100 Kim Alvefur core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza
Fri, 18 Mar 2016 11:51:58 +0100 Kim Alvefur mod_saslauth: Disable DIGEST-MD5 by default (closes #515)
Wed, 19 Nov 2014 14:45:20 +0100 Kim Alvefur mod_saslauth: Make it easier to support multiple channel binding methonds
Wed, 19 Nov 2014 14:44:41 +0100 Kim Alvefur mod_saslauth: Break out tls-unique channel binding callback so it is instantiated once
Wed, 19 Nov 2014 14:37:45 +0100 Kim Alvefur mod_saslauth: Keep sasl_handler in a local variable
Tue, 21 Oct 2014 16:41:28 +0200 Kim Alvefur mod_saslauth: Better name for config option
Tue, 21 Oct 2014 14:38:40 +0200 Kim Alvefur mod_saslauth: Make it possible to disable certain mechanisms
Tue, 21 Oct 2014 14:37:05 +0200 Kim Alvefur mod_saslauth: Add LOGIN to mechanisms not allowed over unencrypted connections as it may be offered by 3rd party authentication plugins
Tue, 21 Oct 2014 14:35:32 +0200 Kim Alvefur mod_saslauth: Use a configurable set of mechanisms to not allow over unencrypted connections
Tue, 21 Oct 2014 12:57:56 +0200 Kim Alvefur mod_saslauth: Log warning if no SASL mechanisms were offered
Tue, 21 Oct 2014 12:56:19 +0200 Kim Alvefur mod_saslauth: Use type-specific config option getters
Tue, 21 Oct 2014 12:49:03 +0200 Kim Alvefur mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former
Tue, 23 Sep 2014 19:46:29 +0200 Kim Alvefur mod_saslauth: Fix encoding of missing vs empty SASL reply messages
Tue, 23 Sep 2014 19:29:14 +0200 Kim Alvefur mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178
Tue, 23 Sep 2014 14:23:01 +0200 Kim Alvefur mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure
Fri, 04 Jul 2014 22:52:34 +0200 Kim Alvefur mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups
Tue, 25 Mar 2014 19:16:38 +0100 Kim Alvefur Merge 0.9->0.10
Sat, 22 Mar 2014 12:41:38 +0100 Kim Alvefur mod_saslauth: Only do c2s SASL on normal VirtualHosts
Wed, 12 Feb 2014 19:25:15 +0100 Kim Alvefur mod_saslauth: Make sure sasl handler has add_cb_handler (fixes #392)
Mon, 07 Oct 2013 12:56:21 +0200 Kim Alvefur mod_saslauth: Collect data for channel binding only if we know for sure that the stream is encrypted
Sun, 22 Sep 2013 00:44:20 +0200 Kim Alvefur Merge Tobias SCRAM-PLUS work
less more (0) -100 -60 tip