aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_saslauth: Log when tls-exporter is NOT supported, as well as when it isMatthew Wild2024-04-171-0/+2
* mod_saslauth: Fire event per SASL stepMatthew Wild2023-12-051-2/+5
* mod_saslauth: Fire event at start of authentication attemptKim Alvefur2023-12-011-0/+6
* mod_saslauth: Allow plugins to override return SASL condition/textMatthew Wild2023-11-301-1/+3
* mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (than...Matthew Wild2023-10-261-0/+1
* mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by defaultMatthew Wild2023-10-261-7/+23
* mod_saslauth: Fix traceback in tls-server-end-point channel bindingMatthew Wild2023-10-261-3/+8
* mod_saslauth: Actively close cert file after readingMatthew Wild2023-10-241-0/+1
* mod_saslauth: Fix read format string (thanks tmolitor)Matthew Wild2023-10-241-1/+1
* mod_saslauth: Get correct 'tls-server-end-point' with new LuaSec APIKim Alvefur2022-10-231-12/+15
* mod_saslauth: Derive hash from certificate per tls-server-end-pointKim Alvefur2021-06-291-0/+34
* mod_saslauth: Support tls-server-end-point via manually specified hashKim Alvefur2020-12-071-0/+13
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-8/+8
* mod_saslauth: Support for SASL handlers forcing a specific resourceMatthew Wild2023-03-011-2/+4
* mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.0Matthew Wild2022-09-211-4/+4
* mod_saslauth: Fix incorrect variable name introduced in 27a4a7e64831Matthew Wild2022-09-031-1/+1
* mod_saslauth: Only announce bind feature if no resource yet boundMatthew Wild2022-09-031-1/+1
* 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