aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_saslauth: Rename field from 'scope'->'role'Matthew Wild2022-06-151-1/+1
* mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)Kim Alvefur2022-06-011-0/+15
* mod_saslauth: Advertise channel bindings via XEP-0440Kim Alvefur2020-12-061-0/+10
* net: isolate LuaSec-specificsJonas Schäfer2022-04-271-6/+5
* usermanager, mod_saslauth: Default to internal_hashed if no auth module speci...Matthew Wild2022-02-101-1/+1
* various: Require encryption by default for realKim Alvefur2021-12-251-1/+1
* s2s et al.: Add counters for connection state transitionsJonas Schäfer2021-04-211-2/+2
* Merge 0.11->trunkKim Alvefur2021-04-101-0/+3
|\
| * mod_saslauth: Use a defined SASL errorKim Alvefur2021-03-181-1/+1
| * mod_saslauth: Improve code styleKim Alvefur2021-03-181-1/+3
| * mod_saslauth: Don't throw errors in async code when connections are gonetmolitor2021-03-181-0/+1
* | Merge 0.11->trunkKim Alvefur2020-11-231-1/+4
|\|
| * mod_saslauth: Only advertise channel binding if a finished message is availableKim Alvefur2020-11-231-1/+1
| * mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542)Kim Alvefur2020-11-231-1/+4
* | mod_saslauth: Pass through any auth scope from the SASL handler to sessionman...Matthew Wild2020-02-051-1/+1
* | mod_saslauth: Set a nicer bounce error explaining SASL EXTERNAL failuresKim Alvefur2019-12-071-1/+4
* | mod_saslauth: Collect SASL EXTERNAL failures into an util.error objectKim Alvefur2019-12-071-5/+12
* | mod_saslauth: Advertise correct set of mechanismsKim Alvefur2019-12-021-1/+1
* | mod_saslauth: Demote "no SASL mechanisms" error back to warningKim Alvefur2019-10-151-4/+4
* | mod_saslauth: Improve logging of why no SASL mechanisms were offeredKim Alvefur2019-10-151-6/+18
* | mod_saslauth: Use the power of Set Theory to mange sets of SASL mechanismsKim Alvefur2019-10-151-6/+24
* | mod_saslauth: Log (debug) messages about channel bindingKim Alvefur2019-10-151-0/+5
* | mod_saslauth: Remove useless debug log lineKim Alvefur2019-10-131-1/+0
* | mod_saslauth: Remove commented-out debug log lineKim Alvefur2019-10-131-1/+0
* | plugins: Remove tostring call from loggingKim Alvefur2019-07-301-2/+1
* | Fix various spelling mistakes [codespell]Kim Alvefur2019-05-031-1/+1
* | mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)Kim Alvefur2018-11-241-1/+2
|/
* mod_saslauth: Ignore unused argument [luacheck]Kim Alvefur2018-02-041-1/+1
* mod_saslauth: Use renamed API for hooking non-stanzasKim Alvefur2018-02-041-1/+1
* mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bouncesKim Alvefur2018-02-041-1/+2
* mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failureKim Alvefur2018-02-041-1/+3
* Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly bee...Kim Alvefur2018-02-041-2/+4
* mod_saslauth: Log which mechanisms are offeredKim Alvefur2017-12-211-0/+1
* mod_saslauth: Remove unused argument [luacheck]Kim Alvefur2017-04-011-1/+1
* mod_saslauth: Fix typoed variable name [luacheck]Kim Alvefur2017-03-061-1/+1
* mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d4...Kim Alvefur2017-03-061-3/+3
* Merge 0.9->0.10Kim Alvefur2017-03-021-2/+13
|\
| * mod_saslauth: Log SASL failure reasonKim Alvefur2017-03-021-2/+13
* | mod_saslauth: Ignore shadowing of logger [luacheck]Kim Alvefur2017-02-151-1/+1
* | mod_saslauth: Improve logging as to why when SASL is not offeredKim Alvefur2017-02-151-3/+11
* | mod_saslauth: Cache logger in local for less typingKim Alvefur2017-02-151-1/+2
* | core.sessionmanager, mod_saslauth: Introduce intermediate session type for au...Kim Alvefur2016-12-131-1/+1
* | mod_saslauth: Disable DIGEST-MD5 by default (closes #515)Kim Alvefur2016-03-181-1/+1
* | mod_saslauth: Make it easier to support multiple channel binding methondsKim Alvefur2014-11-191-2/+4
* | mod_saslauth: Break out tls-unique channel binding callback so it is instanti...Kim Alvefur2014-11-191-5/+10
* | mod_saslauth: Keep sasl_handler in a local variableKim Alvefur2014-11-191-5/+6
* | mod_saslauth: Better name for config optionKim Alvefur2014-10-211-1/+1
* | mod_saslauth: Make it possible to disable certain mechanismsKim Alvefur2014-10-211-1/+5
* | mod_saslauth: Add LOGIN to mechanisms not allowed over unencrypted connection...Kim Alvefur2014-10-211-1/+1
* | mod_saslauth: Use a configurable set of mechanisms to not allow over unencryp...Kim Alvefur2014-10-211-2/+3