plugins/mod_saslauth.lua
Fri, 28 Aug 2009 13:04:38 +0200 Tobias Markmann Making mod_saslauth use the new SASL API. sasl
Sun, 18 Oct 2009 18:50:35 +0500 Waqas Hussain mod_saslauth: Fixed access of globals.
Sun, 18 Oct 2009 18:48:34 +0500 Waqas Hussain mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip.
Mon, 05 Oct 2009 14:59:30 +0100 Matthew Wild require_encryption deprecated, use c2s_require_encryption instead
Tue, 29 Sep 2009 19:56:23 +0100 Matthew Wild Merge with 0.5
Tue, 29 Sep 2009 19:54:31 +0100 Matthew Wild mod_saslauth: Prep username used for authenticating a session
Sun, 06 Sep 2009 22:07:59 +0200 Tobias Markmann Add NODEprepping to SASL Digest-MD5 authentication handling.
Thu, 20 Aug 2009 13:57:50 +0100 Matthew Wild Uncertain merge with 0.5's SASL
Wed, 19 Aug 2009 21:59:16 +0200 Tobias Markmann Use NODEprep for prepping usernames used during SASL logins.
Wed, 05 Aug 2009 16:37:28 +0100 Matthew Wild mod_saslauth: Fix coding style and layout, and use of arg[] for vararg
Wed, 05 Aug 2009 16:35:13 +0100 Matthew Wild mod_saslauth: Fix indentation
Wed, 05 Aug 2009 16:31:56 +0100 Matthew Wild mod_saslauth: Fix traceback on attempted login for non-existent users
Fri, 24 Jul 2009 01:34:25 +0100 nick Switch to using a more generic credentials_callback/handler for SASL auth.
Thu, 23 Jul 2009 22:15:06 +0100 Nick Thomas mod_saslauth, usermanager: Fetch list of mechanisms from usermanager
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Sun, 05 Jul 2009 19:05:03 +0200 Tobias Markmann Remove to-unicode conversion because it's done in sasl.lua now.
Sun, 05 Jul 2009 18:59:46 +0200 Tobias Markmann Fixed decoding of parameters.
Wed, 01 Jul 2009 15:14:44 +0200 Tobias Markmann Making sure the node is in unicode when passing it to password lookup function.
Sat, 20 Jun 2009 19:34:30 +0200 Tobias Markmann Adding a parameter for realm to the password_callback.
Fri, 29 May 2009 18:03:48 +0100 Matthew Wild mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...]
Fri, 29 May 2009 14:33:55 +0100 Matthew Wild mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true
Mon, 18 May 2009 04:48:35 +0100 Matthew Wild mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working
Thu, 30 Apr 2009 01:46:36 +0100 Matthew Wild mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling
Thu, 30 Apr 2009 01:39:39 +0100 Matthew Wild mod_saslauth: Various logging fixes
Thu, 30 Apr 2009 01:38:52 +0100 Matthew Wild mod_saslauth: Use module logger instead of creating a new one
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses
Mon, 30 Mar 2009 05:26:10 +0500 Waqas Hussain Fixed: Some nil access bugs
Mon, 30 Mar 2009 03:51:37 +0500 Waqas Hussain Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies.
Mon, 30 Mar 2009 03:42:47 +0500 Waqas Hussain Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login"
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Sat, 07 Mar 2009 20:17:09 +0000 Matthew Wild mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true
Sat, 14 Feb 2009 18:57:50 +0100 Tobias Markmann Adding inital support for ANONYMOUS mechanism in SASL.
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Fri, 16 Jan 2009 04:19:47 +0000 Matthew Wild Fix invalid loglevels in mod_saslauth
Tue, 13 Jan 2009 19:37:12 +0500 Waqas Hussain mod_saslauth, mod_tls: minor code cleanup
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Mon, 08 Dec 2008 00:18:01 +0500 Waqas Hussain Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)
Sun, 07 Dec 2008 23:43:08 +0500 Waqas Hussain Latin1 support for SASL DIGEST-MD5 (initial commit)
Fri, 05 Dec 2008 19:49:16 +0000 Matthew Wild Backed out changeset 099d8a102deb (committed too much)
Fri, 05 Dec 2008 19:24:01 +0000 Matthew Wild Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections
Wed, 03 Dec 2008 22:08:49 +0500 Waqas Hussain Fix for handling latin1 encoded hostnames in SASL
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Fri, 28 Nov 2008 01:16:26 +0500 Waqas Hussain Completely switched to new hashes library from the old md5 library
Fri, 28 Nov 2008 00:48:16 +0500 Waqas Hussain Stopped using the lbase64 library
Thu, 27 Nov 2008 03:12:12 +0000 Matthew Wild Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
Thu, 20 Nov 2008 01:33:25 +0000 Matthew Wild Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
Sun, 16 Nov 2008 04:47:34 +0500 Waqas Hussain Fixed mod_saslauth to use session.send for sending stanzas
Sun, 16 Nov 2008 03:16:53 +0500 Waqas Hussain Code cleanup for resource binding
Sat, 15 Nov 2008 22:36:22 +0100 Tobias Markmann Providing some human readable error messages and some fixes.
Sun, 16 Nov 2008 02:28:32 +0500 Waqas Hussain Using md5.sum rather than hashes.md5 because we don't want hexadecimal
Sun, 16 Nov 2008 02:27:22 +0500 Waqas Hussain mod_saslauth: Code cleanup
Sat, 15 Nov 2008 22:30:09 +0100 Tobias Markmann Made SASL module fit the new interface.
Sun, 16 Nov 2008 02:10:01 +0500 Waqas Hussain base64 encode the sasl responses
Sun, 16 Nov 2008 01:54:14 +0500 Waqas Hussain Started using realm in password hashing, and added support for error message replies from sasl
Sat, 15 Nov 2008 19:50:22 +0000 Matthew Wild Comment out DIGEST-MD5 until it is fully implemented
Sat, 15 Nov 2008 20:28:49 +0100 Tobias Markmann Merging with Waqas' code.
Sat, 15 Nov 2008 20:28:09 +0100 Tobias Markmann Set username in a SASL object.
Sun, 16 Nov 2008 00:25:28 +0500 Waqas Hussain Set username on SASL success
less more (0) -60 tip