Log

plugins/mod_saslauth.lua @ 1486:3e04efa8af7e

description author age
Remove to-unicode conversion because it's done in sasl.lua now. Tobias Markmann Sun, 05 Jul 2009 19:05:03 +0200
Fixed decoding of parameters. Tobias Markmann Sun, 05 Jul 2009 18:59:46 +0200
Making sure the node is in unicode when passing it to password lookup function. Tobias Markmann Wed, 01 Jul 2009 15:14:44 +0200
Adding a parameter for realm to the password_callback. Tobias Markmann Sat, 20 Jun 2009 19:34:30 +0200
mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...] Matthew Wild Fri, 29 May 2009 18:03:48 +0100
mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true Matthew Wild Fri, 29 May 2009 14:33:55 +0100
mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working Matthew Wild Mon, 18 May 2009 04:48:35 +0100
mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling Matthew Wild Thu, 30 Apr 2009 01:46:36 +0100
mod_saslauth: Various logging fixes Matthew Wild Thu, 30 Apr 2009 01:39:39 +0100
mod_saslauth: Use module logger instead of creating a new one Matthew Wild Thu, 30 Apr 2009 01:38:52 +0100
mod_*: Fix a load of global accesses Matthew Wild Wed, 22 Apr 2009 21:32:23 +0100
Fixed: Some nil access bugs Waqas Hussain Mon, 30 Mar 2009 05:26:10 +0500
Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies. Waqas Hussain Mon, 30 Mar 2009 03:51:37 +0500
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login" Waqas Hussain Mon, 30 Mar 2009 03:42:47 +0500
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true Matthew Wild Sat, 07 Mar 2009 20:17:09 +0000
Adding inital support for ANONYMOUS mechanism in SASL. Tobias Markmann Sat, 14 Feb 2009 18:57:50 +0100
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
Fix invalid loglevels in mod_saslauth Matthew Wild Fri, 16 Jan 2009 04:19:47 +0000
mod_saslauth, mod_tls: minor code cleanup Waqas Hussain Tue, 13 Jan 2009 19:37:12 +0500
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit) Waqas Hussain Mon, 08 Dec 2008 00:18:01 +0500
Latin1 support for SASL DIGEST-MD5 (initial commit) Waqas Hussain Sun, 07 Dec 2008 23:43:08 +0500
Backed out changeset 099d8a102deb (committed too much) Matthew Wild Fri, 05 Dec 2008 19:49:16 +0000
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections Matthew Wild Fri, 05 Dec 2008 19:24:01 +0000
Fix for handling latin1 encoded hostnames in SASL Waqas Hussain Wed, 03 Dec 2008 22:08:49 +0500
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Completely switched to new hashes library from the old md5 library Waqas Hussain Fri, 28 Nov 2008 01:16:26 +0500