Thu, 20 Aug 2009 04:15:41 +0100 Matthew Wild util.sasl: Fix 2 global sets (one a tpyo) file | diff | annotate
Wed, 19 Aug 2009 22:16:27 +0200 Tobias Markmann Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo. file | diff | annotate
Wed, 19 Aug 2009 22:04:14 +0200 Tobias Markmann Change variable name. The previous choice was too ugly looking. file | diff | annotate
Wed, 19 Aug 2009 21:34:28 +0200 Tobias Markmann Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616. file | diff | annotate
Sun, 09 Aug 2009 21:19:03 +0200 Tobias Markmann Moving realm at the beginning of the digest-md5 message send by the server. file | diff | annotate
Sat, 08 Aug 2009 21:13:18 +0200 Tobias Markmann Fixing a SASL issue by always passing the realm from SASL framework init to the handlers. file | diff | annotate
Fri, 24 Jul 2009 01:34:25 +0100 nick Switch to using a more generic credentials_callback/handler for SASL auth. file | diff | annotate
Fri, 10 Jul 2009 02:26:43 +0100 Matthew Wild util.sasl: Convert spaces to tabs file | diff | annotate
Sun, 05 Jul 2009 19:02:55 +0200 Tobias Markmann Move to-unicode conversion from mod_saslauth.lua to sasl.lua. file | diff | annotate
Sat, 20 Jun 2009 22:19:24 +0200 Tobias Markmann Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API. file | diff | annotate
Sat, 20 Jun 2009 19:06:04 +0200 Tobias Markmann Adding COMPAT comment. file | diff | annotate
Thu, 04 Jun 2009 20:27:53 +0500 Waqas Hussain util.sasl: Remove some nastiness file | diff | annotate
Fri, 15 May 2009 17:28:39 +0200 Tobias Markmann . file | diff | annotate
Fri, 15 May 2009 17:28:22 +0200 Tobias Markmann Some beauty treatment. file | diff | annotate
Fri, 15 May 2009 17:24:52 +0200 Tobias Markmann Adding minimal support for authorization identities to workaround buggy SASL implementations. file | diff | annotate
Fri, 15 May 2009 17:05:26 +0200 Tobias Markmann adding RFC comment file | diff | annotate
Fri, 08 May 2009 01:05:53 +0500 Waqas Hussain util/sasl: Removed unnecessary references to util.encodings.idna file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Sat, 14 Feb 2009 19:39:46 +0100 Tobias Markmann Adding TODO notice on UUIDs for usage with SASL ANONYMOUS. file | diff | annotate
Sat, 14 Feb 2009 18:57:50 +0100 Tobias Markmann Adding inital support for ANONYMOUS mechanism in SASL. file | diff | annotate
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009 file | diff | annotate
Sat, 10 Jan 2009 20:14:47 +0500 Waqas Hussain sasl: Set realm to be the current realm when the client didn't send a realm, or sent an empty one file | diff | annotate
Fri, 09 Jan 2009 20:49:39 +0500 Waqas Hussain sasl: Don't fail for realm="" file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Mon, 08 Dec 2008 03:27:02 +0500 Waqas Hussain Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri response values, which was causing auth failures with some clients. file | diff | annotate
Mon, 08 Dec 2008 03:23:37 +0500 Waqas Hussain Return error when the given realm value does not match the sent realm value. Prevents impersonation of an account on one virtual host, but a user with the same username on another host. file | diff | annotate
Mon, 08 Dec 2008 00:18:01 +0500 Waqas Hussain Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit) file | diff | annotate
Sun, 07 Dec 2008 23:43:08 +0500 Waqas Hussain Latin1 support for SASL DIGEST-MD5 (initial commit) file | diff | annotate
Wed, 03 Dec 2008 22:08:49 +0500 Waqas Hussain Fix for handling latin1 encoded hostnames in SASL file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Sun, 30 Nov 2008 17:34:47 +0100 Tobias Markmann Converting latin encoded responsed to utf-8 when needed. file | diff | annotate
Sun, 30 Nov 2008 17:18:31 +0100 Tobias Markmann Automerge with waqas. file | diff | annotate
Sun, 30 Nov 2008 02:26:37 +0100 Tobias Markmann Remove that idn stuff for realm because it's either an ugly hack that the password_handler isn't ready for or something worse. file | diff | annotate
Sun, 30 Nov 2008 20:58:48 +0500 Waqas Hussain Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses file | diff | annotate
Sun, 30 Nov 2008 01:35:40 +0100 Tobias Markmann idna-to-unicode so password_handler looks for the right domain. file | diff | annotate
Sun, 30 Nov 2008 00:44:23 +0100 Tobias Markmann Do idna-to-ascii to the realm we send first in Digest-MD5. file | diff | annotate
Sat, 29 Nov 2008 12:17:21 +0100 Tobias Markmann Apply IDNA to ASCII on hostnames. file | diff | annotate
Sat, 29 Nov 2008 11:24:59 +0100 Tobias Markmann Forced merge. file | diff | annotate
Fri, 28 Nov 2008 18:32:54 +0100 Tobias Markmann Do idna_to_ascii when building own response. file | diff | annotate
Sat, 29 Nov 2008 05:57:57 +0500 Waqas Hussain Added a FIXME file | diff | annotate
Sat, 29 Nov 2008 05:56:09 +0500 Waqas Hussain Improved the regexp used to parse the client response a bit. Authenticating with non-ascii realm values now works. file | diff | annotate
Fri, 28 Nov 2008 01:16:26 +0500 Waqas Hussain Completely switched to new hashes library from the old md5 library file | diff | annotate
Sun, 23 Nov 2008 22:56:07 +0100 Tobias Markmann Some ends too much. file | diff | annotate
Sun, 23 Nov 2008 21:26:06 +0100 Tobias Markmann Some changes to report more correct SASL failures. Support for disabled accounts. file | diff | annotate
Sun, 23 Nov 2008 20:43:42 +0100 Tobias Markmann Checking some variables for nil so no errors occur that'll break the server. file | diff | annotate
Sun, 16 Nov 2008 17:31:16 +0100 Tobias Markmann Removing some debug messages. file | diff | annotate
Sat, 15 Nov 2008 22:36:22 +0100 Tobias Markmann Providing some human readable error messages and some fixes. file | diff | annotate
Sat, 15 Nov 2008 22:30:09 +0100 Tobias Markmann Made SASL module fit the new interface. file | diff | annotate
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 file | diff | annotate
Sat, 15 Nov 2008 20:28:09 +0100 Tobias Markmann Set username in a SASL object. file | diff | annotate
Sat, 15 Nov 2008 19:23:55 +0100 Tobias Markmann Made PLAIN method in sasl.lua module follow new interface. file | diff | annotate
Wed, 12 Nov 2008 21:38:46 +0100 Tobias Markmann Rewrote SASL Digest-MD5 responce generating code, fixed some realm related issue and tested it successfully with Psi. Thanks to dwd, remko and jake. file | diff | annotate
Mon, 10 Nov 2008 16:28:15 +0100 Tobias Markmann Forward response stanzas to sasl.lua and some other stuff. file | diff | annotate
Sun, 09 Nov 2008 22:45:17 +0100 Tobias Markmann Fixing some parsing and some other stuff. file | diff | annotate
Sun, 09 Nov 2008 21:16:57 +0100 Tobias Markmann Some early attempts on DIGEST-MD5. file | diff | annotate
Sat, 04 Oct 2008 14:36:03 +0100 Matthew Wild Fix for using wrong auth token as username (fixes Gajim login) file | diff | annotate
Thu, 02 Oct 2008 01:08:58 +0100 Matthew Wild SASL! file | diff | annotate
Tue, 30 Sep 2008 21:35:39 +0100 Matthew Wild Fix quoting in util/sasl.lua file | diff | annotate
Tue, 26 Aug 2008 14:11:52 +0200 Tobias Markmann module table was missing file | diff | annotate
Tue, 26 Aug 2008 01:01:13 +0200 Tobias Markmann * missing base64 decode of SASL response file | diff | annotate
(0) tip

mercurial