Wed, 29 Dec 2010 18:45:31 +0500 Waqas Hussain util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table). file | diff | annotate
Tue, 02 Nov 2010 18:58:11 +0500 Waqas Hussain util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent. file | diff | annotate
Tue, 02 Nov 2010 18:04:56 +0500 Waqas Hussain util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as they are always loaded anyway. file | diff | annotate
Tue, 03 Aug 2010 18:19:45 +0500 Waqas Hussain util.sasl: Simplified some code a bit. file | diff | annotate
Tue, 03 Aug 2010 17:11:40 +0500 Waqas Hussain util.sasl, util.sasl_cyrus: Removed a ton of unused variables. file | diff | annotate
Mon, 02 Aug 2010 18:47:33 +0500 Waqas Hussain util.sasl: Removed method:forbidden() and its side effects. file | diff | annotate
Thu, 15 Jul 2010 22:07:45 +0500 Waqas Hussain util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:select(). file | diff | annotate
Wed, 14 Jul 2010 20:21:51 +0500 Waqas Hussain util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), instead of using the mechanisms list directly (fixes a traceback). file | diff | annotate
Wed, 14 Jul 2010 20:10:35 +0500 Waqas Hussain util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use list of mechanisms. file | diff | annotate
Wed, 14 Jul 2010 20:05:25 +0500 Waqas Hussain util.sasl: Use the proper session-specific table of mechanisms when selecting a mechanism, and not the global table. file | diff | annotate
Wed, 14 Jul 2010 19:56:57 +0500 Waqas Hussain SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. file | diff | annotate
Thu, 03 Jun 2010 17:48:50 +0500 Waqas Hussain SASL: Minor cleanup. file | diff | annotate
Sun, 23 May 2010 23:11:00 +0100 Matthew Wild Merge 0.7->trunk file | diff | annotate
Sun, 28 Feb 2010 22:32:12 +0100 Tobias Markmann util.sasl: Moving SASL authentication backends documentation to the mechanism files. file | diff | annotate
Wed, 05 May 2010 11:29:10 +0100 Matthew Wild Merge Tobias's fancy SASL branch->trunk file | diff | annotate
Fri, 12 Mar 2010 18:41:05 +0100 Tobias Markmann Merge with tip. file | diff | annotate
Fri, 12 Mar 2010 18:37:51 +0100 Tobias Markmann util.sasl: 2009 -> 2010 in copyright header. file | diff | annotate
Sun, 28 Feb 2010 22:32:12 +0100 Tobias Markmann util.sasl: Moving SASL authentication backends documentation to the mechanism files. file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Tue, 01 Dec 2009 22:32:37 +0500 Waqas Hussain util.sasl.plain: Allow empty authzid (thanks bjc). file | diff | annotate
Tue, 02 Mar 2010 00:51:27 +0500 Waqas Hussain util.sasl: Fixed a nil global access. file | diff | annotate
Sat, 28 Nov 2009 18:23:25 +0100 Tobias Markmann util.sasl: Move some variables to local space. Fix a bug. file | diff | annotate
Thu, 26 Nov 2009 23:11:02 +0100 Tobias Markmann util.sasl: Adding clean_clone() method. file | diff | annotate
Thu, 19 Nov 2009 17:53:52 +0100 Tobias Markmann Merge with trunk. file | diff | annotate
Wed, 18 Nov 2009 23:25:27 +0100 Tobias Markmann Cleaning up. file | diff | annotate
Wed, 18 Nov 2009 22:59:43 +0100 Tobias Markmann Tidying up. file | diff | annotate
Wed, 18 Nov 2009 22:56:50 +0100 Tobias Markmann Enable restriction of supported mechanisms in the SASL library. file | diff | annotate
Tue, 17 Nov 2009 22:39:18 +0100 Tobias Markmann Making interop with libpurple. (Thanks darkrain). file | diff | annotate
Mon, 16 Nov 2009 21:43:57 +0100 Tobias Markmann Merge with sasl branch. file | diff | annotate
Fri, 13 Nov 2009 11:24:22 +0100 Tobias Markmann Adding support for digest-md5 profile in DIGEST-MD5 implementation. sasl file | diff | annotate
Fri, 13 Nov 2009 11:21:21 +0100 Tobias Markmann Change of the digest-md5 profile. sasl file | diff | annotate
Fri, 13 Nov 2009 10:54:17 +0100 Tobias Markmann Add support for plain profile in digest-md5 implementation. sasl file | diff | annotate
Fri, 13 Nov 2009 09:21:19 +0100 Tobias Markmann Getting PLAIN mechanism work with the new API. sasl file | diff | annotate
Thu, 12 Nov 2009 21:57:37 +0100 Tobias Markmann Move each mechanism in an own file. sasl file | diff | annotate
Fri, 28 Aug 2009 22:03:11 +0200 Tobias Markmann Fail if mechanism has already been selected. sasl file | diff | annotate
Fri, 28 Aug 2009 22:01:58 +0200 Tobias Markmann Store stage in SASL object. sasl file | diff | annotate
Fri, 28 Aug 2009 19:57:09 +0200 Tobias Markmann Importing SASL Digest-MD5 code. Now for real. sasl file | diff | annotate
Fri, 28 Aug 2009 19:56:54 +0200 Tobias Markmann Importing SASL Digest-MD5 code. sasl file | diff | annotate
Fri, 28 Aug 2009 19:43:33 +0200 Tobias Markmann List RFC numbers. sasl file | diff | annotate
Fri, 28 Aug 2009 19:20:12 +0200 Tobias Markmann Allow ampersands in passwords for SASL PLAIN mechanism. sasl file | diff | annotate
Fri, 28 Aug 2009 13:04:38 +0200 Tobias Markmann Making mod_saslauth use the new SASL API. sasl file | diff | annotate
Thu, 27 Aug 2009 21:29:36 +0200 Tobias Markmann Adjust SASL PLAIN mechanism to the new API. sasl file | diff | annotate
Sun, 16 Aug 2009 23:20:02 +0200 Tobias Markmann Adding some docu. sasl file | diff | annotate
Mon, 10 Aug 2009 23:04:19 +0200 Tobias Markmann Mostly making the code run; includes fixing typos and so on. sasl file | diff | annotate
Mon, 10 Aug 2009 12:14:40 +0200 Tobias Markmann Initial commit of the SASL redesign. sasl file | diff | annotate
Wed, 18 Nov 2009 03:35:42 +0000 Matthew Wild util.sasl: Add COMPAT comment file | diff | annotate
Wed, 18 Nov 2009 06:21:59 +0500 Waqas Hussain util.sasl: Added compatibility workaround for jwchat sending an encoded trailing '\0' in SASL responses. file | diff | annotate
Fri, 13 Nov 2009 06:29:37 +0500 Waqas Hussain util.sasl: Improved a log message. file | diff | annotate
Fri, 13 Nov 2009 06:10:46 +0500 Waqas Hussain util.sasl: Allow authzid=username (for compatibility with Smack's non-compliant behavior). file | diff | annotate
Fri, 13 Nov 2009 04:24:17 +0500 Waqas Hussain util.sasl: Return proper error when client provides authzid. file | diff | annotate
Thu, 20 Aug 2009 13:57:50 +0100 Matthew Wild Uncertain merge with 0.5's SASL file | diff | annotate
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
(0) -100 -60 tip

mercurial