mod_saslauth: Ignore unused argument [luacheck]
|
Kim Alvefur |
Sun, 04 Feb 2018 01:05:06 +0100 |
mod_saslauth: Use renamed API for hooking non-stanzas
|
Kim Alvefur |
Sun, 04 Feb 2018 01:03:44 +0100 |
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces
|
Kim Alvefur |
Sun, 04 Feb 2018 01:01:50 +0100 |
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure
|
Kim Alvefur |
Sun, 04 Feb 2018 00:58:38 +0100 |
Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006)
|
Kim Alvefur |
Sun, 04 Feb 2018 01:13:27 +0100 |
mod_saslauth: Log which mechanisms are offered
|
Kim Alvefur |
Thu, 21 Dec 2017 10:15:47 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Thu, 14 Sep 2017 02:47:40 +0200 |
mod_saslauth: Use correct varible name (thanks Roi)
|
Kim Alvefur |
Sat, 08 Jul 2017 18:21:45 +0200 |
mod_saslauth: Remove unused argument [luacheck]
|
Kim Alvefur |
Sat, 01 Apr 2017 22:34:15 +0200 |
mod_saslauth: Fix typoed variable name [luacheck]
|
Kim Alvefur |
Mon, 06 Mar 2017 16:05:24 +0100 |
mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77
|
Kim Alvefur |
Mon, 06 Mar 2017 15:56:12 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Thu, 02 Mar 2017 15:21:07 +0100 |
mod_saslauth: Log SASL failure reason
|
Kim Alvefur |
Thu, 02 Mar 2017 15:17:32 +0100 |
mod_saslauth: Ignore shadowing of logger [luacheck]
|
Kim Alvefur |
Wed, 15 Feb 2017 23:04:44 +0100 |
mod_saslauth: Improve logging as to why when SASL is not offered
|
Kim Alvefur |
Wed, 15 Feb 2017 23:00:03 +0100 |
mod_saslauth: Cache logger in local for less typing
|
Kim Alvefur |
Wed, 15 Feb 2017 22:59:19 +0100 |
core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza
|
Kim Alvefur |
Tue, 13 Dec 2016 18:15:17 +0100 |
mod_saslauth: Disable DIGEST-MD5 by default (closes #515)
|
Kim Alvefur |
Fri, 18 Mar 2016 11:51:58 +0100 |
mod_saslauth: Make it easier to support multiple channel binding methonds
|
Kim Alvefur |
Wed, 19 Nov 2014 14:45:20 +0100 |
mod_saslauth: Break out tls-unique channel binding callback so it is instantiated once
|
Kim Alvefur |
Wed, 19 Nov 2014 14:44:41 +0100 |
mod_saslauth: Keep sasl_handler in a local variable
|
Kim Alvefur |
Wed, 19 Nov 2014 14:37:45 +0100 |
mod_saslauth: Better name for config option
|
Kim Alvefur |
Tue, 21 Oct 2014 16:41:28 +0200 |
mod_saslauth: Make it possible to disable certain mechanisms
|
Kim Alvefur |
Tue, 21 Oct 2014 14:38:40 +0200 |
mod_saslauth: Add LOGIN to mechanisms not allowed over unencrypted connections as it may be offered by 3rd party authentication plugins
|
Kim Alvefur |
Tue, 21 Oct 2014 14:37:05 +0200 |
mod_saslauth: Use a configurable set of mechanisms to not allow over unencrypted connections
|
Kim Alvefur |
Tue, 21 Oct 2014 14:35:32 +0200 |
mod_saslauth: Log warning if no SASL mechanisms were offered
|
Kim Alvefur |
Tue, 21 Oct 2014 12:57:56 +0200 |
mod_saslauth: Use type-specific config option getters
|
Kim Alvefur |
Tue, 21 Oct 2014 12:56:19 +0200 |
mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former
|
Kim Alvefur |
Tue, 21 Oct 2014 12:49:03 +0200 |
mod_saslauth: Fix encoding of missing vs empty SASL reply messages
|
Kim Alvefur |
Tue, 23 Sep 2014 19:46:29 +0200 |
mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178
|
Kim Alvefur |
Tue, 23 Sep 2014 19:29:14 +0200 |