Log

plugins/mod_saslauth.lua @ 12622:ef59fb975d3e

description author age
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760) Kim Alvefur 2022-06-01
mod_saslauth: Advertise channel bindings via XEP-0440 Kim Alvefur 2020-12-06
net: isolate LuaSec-specifics Jonas Schäfer 2022-04-27
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified Matthew Wild 2022-02-10
various: Require encryption by default for real Kim Alvefur 2021-12-25
s2s et al.: Add counters for connection state transitions Jonas Schäfer 2021-04-21
Merge 0.11->trunk Kim Alvefur 2021-04-10
mod_saslauth: Use a defined SASL error 0.11 Kim Alvefur 2021-03-18
mod_saslauth: Improve code style 0.11 Kim Alvefur 2021-03-18
mod_saslauth: Don't throw errors in async code when connections are gone 0.11 tmolitor 2021-03-18
Merge 0.11->trunk Kim Alvefur 2020-11-23
mod_saslauth: Only advertise channel binding if a finished message is available 0.11 Kim Alvefur 2020-11-23
mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542) 0.11 Kim Alvefur 2020-11-23
mod_saslauth: Pass through any auth scope from the SASL handler to sessionmanager.make_authenticated() Matthew Wild 2020-02-05
mod_saslauth: Set a nicer bounce error explaining SASL EXTERNAL failures Kim Alvefur 2019-12-07
mod_saslauth: Collect SASL EXTERNAL failures into an util.error object Kim Alvefur 2019-12-07
mod_saslauth: Advertise correct set of mechanisms Kim Alvefur 2019-12-02
mod_saslauth: Demote "no SASL mechanisms" error back to warning Kim Alvefur 2019-10-15
mod_saslauth: Improve logging of why no SASL mechanisms were offered Kim Alvefur 2019-10-15
mod_saslauth: Use the power of Set Theory to mange sets of SASL mechanisms Kim Alvefur 2019-10-15
mod_saslauth: Log (debug) messages about channel binding Kim Alvefur 2019-10-15
mod_saslauth: Remove useless debug log line Kim Alvefur 2019-10-12
mod_saslauth: Remove commented-out debug log line Kim Alvefur 2019-10-12
plugins: Remove tostring call from logging Kim Alvefur 2019-07-30
Fix various spelling mistakes [codespell] Kim Alvefur 2019-05-03
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa) Kim Alvefur 2018-11-24
mod_saslauth: Ignore unused argument [luacheck] Kim Alvefur 2018-02-04
mod_saslauth: Use renamed API for hooking non-stanzas Kim Alvefur 2018-02-04
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces Kim Alvefur 2018-02-04
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure Kim Alvefur 2018-02-03
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 2018-02-04
mod_saslauth: Log which mechanisms are offered Kim Alvefur 2017-12-21
Merge 0.9->0.10 Kim Alvefur 2017-09-14
mod_saslauth: Use correct varible name (thanks Roi) Kim Alvefur 2017-07-08
mod_saslauth: Remove unused argument [luacheck] Kim Alvefur 2017-04-01
mod_saslauth: Fix typoed variable name [luacheck] Kim Alvefur 2017-03-06
mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77 Kim Alvefur 2017-03-06
Merge 0.9->0.10 Kim Alvefur 2017-03-02
mod_saslauth: Log SASL failure reason Kim Alvefur 2017-03-02
mod_saslauth: Ignore shadowing of logger [luacheck] Kim Alvefur 2017-02-15
mod_saslauth: Improve logging as to why when SASL is not offered Kim Alvefur 2017-02-15
mod_saslauth: Cache logger in local for less typing Kim Alvefur 2017-02-15
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 2016-12-13
mod_saslauth: Disable DIGEST-MD5 by default (closes #515) Kim Alvefur 2016-03-18
mod_saslauth: Make it easier to support multiple channel binding methonds Kim Alvefur 2014-11-19
mod_saslauth: Break out tls-unique channel binding callback so it is instantiated once Kim Alvefur 2014-11-19
mod_saslauth: Keep sasl_handler in a local variable Kim Alvefur 2014-11-19
mod_saslauth: Better name for config option Kim Alvefur 2014-10-21
mod_saslauth: Make it possible to disable certain mechanisms Kim Alvefur 2014-10-21
mod_saslauth: Add LOGIN to mechanisms not allowed over unencrypted connections as it may be offered by 3rd party authentication plugins Kim Alvefur 2014-10-21
mod_saslauth: Use a configurable set of mechanisms to not allow over unencrypted connections Kim Alvefur 2014-10-21
mod_saslauth: Log warning if no SASL mechanisms were offered Kim Alvefur 2014-10-21
mod_saslauth: Use type-specific config option getters Kim Alvefur 2014-10-21
mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former Kim Alvefur 2014-10-21
mod_saslauth: Fix encoding of missing vs empty SASL reply messages Kim Alvefur 2014-09-23
mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178 Kim Alvefur 2014-09-23
mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure Kim Alvefur 2014-09-23
mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups Kim Alvefur 2014-07-04
Merge 0.9->0.10 Kim Alvefur 2014-03-25
mod_saslauth: Only do c2s SASL on normal VirtualHosts Kim Alvefur 2014-03-22