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 |
mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure
|
Kim Alvefur |
Tue, 23 Sep 2014 14:23:01 +0200 |
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 |
Fri, 04 Jul 2014 22:52:34 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Tue, 25 Mar 2014 19:16:38 +0100 |
mod_saslauth: Only do c2s SASL on normal VirtualHosts
|
Kim Alvefur |
Sat, 22 Mar 2014 12:41:38 +0100 |
mod_saslauth: Make sure sasl handler has add_cb_handler (fixes #392)
|
Kim Alvefur |
Wed, 12 Feb 2014 19:25:15 +0100 |
mod_saslauth: Collect data for channel binding only if we know for sure that the stream is encrypted
|
Kim Alvefur |
Mon, 07 Oct 2013 12:56:21 +0200 |
Merge Tobias SCRAM-PLUS work
|
Kim Alvefur |
Sun, 22 Sep 2013 00:44:20 +0200 |
mod_saslauth: Check whether LuaSec supports getpeerfinished() binding.
|
Tobias Markmann |
Mon, 17 Jan 2011 16:50:21 +0100 |
mod_saslauth: Add channel binding handler for tls-unique channel binding.
|
Tobias Markmann |
Mon, 17 Jan 2011 16:50:21 +0100 |
mod_saslauth: Set secure socket as SASL object user data for secure sessions.
|
Tobias Markmann |
Mon, 17 Jan 2011 16:50:21 +0100 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
mod_saslauth, mod_compression: Fix some cases where open_stream() was not being passed to/from (see df3c78221f26 and issue #338)
|
Matthew Wild |
Mon, 29 Apr 2013 10:43:44 +0100 |
s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event
|
Matthew Wild |
Fri, 22 Mar 2013 14:18:23 +0000 |
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
|
Kim Alvefur |
Sat, 16 Mar 2013 17:46:43 +0100 |
mod_saslauth: Pass session to usermanager.get_sasl_handler()
|
Matthew Wild |
Wed, 04 Jul 2012 23:44:13 +0100 |
mod_saslauth: Remove unused declaration of xmlns_stanzas
|
Matthew Wild |
Sat, 28 Apr 2012 03:05:35 +0100 |
mod_saslauth: Remove useless import of, and call to nodeprep.
|
Kim Alvefur |
Sun, 12 Feb 2012 15:14:35 +0100 |
mod_saslauth: Fire authentication-failure if make_authenticated() failed.
|
Kim Alvefur |
Sun, 12 Feb 2012 15:08:12 +0100 |
mod_saslauth: Move authentication-success event to after session has been made authenticated.
|
Kim Alvefur |
Sun, 12 Feb 2012 15:05:31 +0100 |
mod_saslauth: "" ~= nil (thanks, Zash!)
|
Paul Aurich |
Tue, 24 Jan 2012 14:57:53 -0800 |
mod_saslauth: Never send empty <mechanisms/>, for real this time.
|
Waqas Hussain |
Thu, 13 Oct 2011 00:24:09 +0500 |
mod_saslauth: Never send empty <mechanisms/>.
|
Waqas Hussain |
Thu, 13 Oct 2011 00:10:02 +0500 |