| Commit message (Expand) | Author | Age | Files | Lines |
* | plugins: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -2/+1 |
* | Fix various spelling mistakes [codespell] | Kim Alvefur | 2019-05-03 | 1 | -1/+1 |
* | mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa) | Kim Alvefur | 2018-11-24 | 1 | -1/+2 |
* | mod_saslauth: Ignore unused argument [luacheck] | Kim Alvefur | 2018-02-04 | 1 | -1/+1 |
* | mod_saslauth: Use renamed API for hooking non-stanzas | Kim Alvefur | 2018-02-04 | 1 | -1/+1 |
* | mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces | Kim Alvefur | 2018-02-04 | 1 | -1/+2 |
* | mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure | Kim Alvefur | 2018-02-04 | 1 | -1/+3 |
* | Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly bee... | Kim Alvefur | 2018-02-04 | 1 | -2/+4 |
* | mod_saslauth: Log which mechanisms are offered | Kim Alvefur | 2017-12-21 | 1 | -0/+1 |
* | mod_saslauth: Remove unused argument [luacheck] | Kim Alvefur | 2017-04-01 | 1 | -1/+1 |
* | mod_saslauth: Fix typoed variable name [luacheck] | Kim Alvefur | 2017-03-06 | 1 | -1/+1 |
* | mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d4... | Kim Alvefur | 2017-03-06 | 1 | -3/+3 |
* | Merge 0.9->0.10 | Kim Alvefur | 2017-03-02 | 1 | -2/+13 |
|\ |
|
| * | mod_saslauth: Log SASL failure reason | Kim Alvefur | 2017-03-02 | 1 | -2/+13 |
* | | mod_saslauth: Ignore shadowing of logger [luacheck] | Kim Alvefur | 2017-02-15 | 1 | -1/+1 |
* | | mod_saslauth: Improve logging as to why when SASL is not offered | Kim Alvefur | 2017-02-15 | 1 | -3/+11 |
* | | mod_saslauth: Cache logger in local for less typing | Kim Alvefur | 2017-02-15 | 1 | -1/+2 |
* | | core.sessionmanager, mod_saslauth: Introduce intermediate session type for au... | Kim Alvefur | 2016-12-13 | 1 | -1/+1 |
* | | mod_saslauth: Disable DIGEST-MD5 by default (closes #515) | Kim Alvefur | 2016-03-18 | 1 | -1/+1 |
* | | mod_saslauth: Make it easier to support multiple channel binding methonds | Kim Alvefur | 2014-11-19 | 1 | -2/+4 |
* | | mod_saslauth: Break out tls-unique channel binding callback so it is instanti... | Kim Alvefur | 2014-11-19 | 1 | -5/+10 |
* | | mod_saslauth: Keep sasl_handler in a local variable | Kim Alvefur | 2014-11-19 | 1 | -5/+6 |
* | | mod_saslauth: Better name for config option | Kim Alvefur | 2014-10-21 | 1 | -1/+1 |
* | | mod_saslauth: Make it possible to disable certain mechanisms | Kim Alvefur | 2014-10-21 | 1 | -1/+5 |
* | | mod_saslauth: Add LOGIN to mechanisms not allowed over unencrypted connection... | Kim Alvefur | 2014-10-21 | 1 | -1/+1 |
* | | mod_saslauth: Use a configurable set of mechanisms to not allow over unencryp... | Kim Alvefur | 2014-10-21 | 1 | -2/+3 |
* | | mod_saslauth: Log warning if no SASL mechanisms were offered | Kim Alvefur | 2014-10-21 | 1 | -1/+5 |
* | | mod_saslauth: Use type-specific config option getters | Kim Alvefur | 2014-10-21 | 1 | -2/+2 |
* | | mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default opt... | Kim Alvefur | 2014-10-21 | 1 | -1/+1 |
* | | mod_saslauth: Fix encoding of missing vs empty SASL reply messages | Kim Alvefur | 2014-09-23 | 1 | -7/+7 |
* | | mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178 | Kim Alvefur | 2014-09-23 | 1 | -51/+30 |
* | | mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERN... | Kim Alvefur | 2014-09-23 | 1 | -4/+2 |
* | | mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use th... | Kim Alvefur | 2014-07-04 | 1 | -1/+1 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-03-25 | 1 | -1/+1 |
|\| |
|
| * | mod_saslauth: Only do c2s SASL on normal VirtualHosts | Kim Alvefur | 2014-03-22 | 1 | -1/+1 |
* | | mod_saslauth: Make sure sasl handler has add_cb_handler (fixes #392) | Kim Alvefur | 2014-02-12 | 1 | -1/+1 |
* | | mod_saslauth: Collect data for channel binding only if we know for sure that ... | Kim Alvefur | 2013-10-07 | 1 | -1/+1 |
* | | Merge Tobias SCRAM-PLUS work | Kim Alvefur | 2013-09-22 | 1 | -0/+10 |
|\ \ |
|
| * | | mod_saslauth: Check whether LuaSec supports getpeerfinished() binding. | Tobias Markmann | 2011-01-17 | 1 | -4/+8 |
| * | | mod_saslauth: Add channel binding handler for tls-unique channel binding. | Tobias Markmann | 2011-01-17 | 1 | -1/+3 |
| * | | mod_saslauth: Set secure socket as SASL object user data for secure sessions. | Tobias Markmann | 2011-01-17 | 1 | -0/+4 |
* | | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | mod_saslauth, mod_compression: Fix some cases where open_stream() was not bei... | Matthew Wild | 2013-04-29 | 1 | -1/+1 |
* | | s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authent... | Matthew Wild | 2013-03-22 | 1 | -3/+2 |
* | | mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for open... | Kim Alvefur | 2013-03-16 | 1 | -5/+1 |
* | | mod_saslauth: Pass session to usermanager.get_sasl_handler() | Matthew Wild | 2012-07-04 | 1 | -2/+2 |
* | | mod_saslauth: Remove unused declaration of xmlns_stanzas | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
* | | mod_saslauth: Remove useless import of, and call to nodeprep. | Kim Alvefur | 2012-02-12 | 1 | -3/+0 |
* | | mod_saslauth: Fire authentication-failure if make_authenticated() failed. | Kim Alvefur | 2012-02-12 | 1 | -0/+1 |
* | | mod_saslauth: Move authentication-success event to after session has been mad... | Kim Alvefur | 2012-02-12 | 1 | -1/+1 |