Log

plugins/mod_saslauth.lua @ 2784:e165414a454c

description author age
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo Matthew Wild Mon, 21 Dec 2009 22:00:49 +0000
mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time Matthew Wild Mon, 01 Mar 2010 16:23:26 +0000
mod_saslauth: Unlock globals while loading cyrus Matthew Wild Mon, 01 Mar 2010 16:02:59 +0000
mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded Matthew Wild Mon, 15 Feb 2010 22:56:36 +0000
mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library Matthew Wild Mon, 15 Feb 2010 22:56:15 +0000
mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but missing. Waqas Hussain Mon, 15 Feb 2010 02:51:07 +0500
mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily Matthew Wild Sat, 13 Feb 2010 19:35:12 +0000
mod_saslauth: Hook stream-features event using new events API. Waqas Hussain Fri, 12 Feb 2010 04:25:37 +0500
mod_saslauth: Fixed some indentation and added some semi-colons. Waqas Hussain Mon, 11 Jan 2010 19:17:26 +0500
mod_saslauth: Made some variables local to avoid unnecessary global access. Waqas Hussain Mon, 11 Jan 2010 19:05:08 +0500
mod_saslauth: Oops. Paul Aurich Sun, 03 Jan 2010 10:07:20 -0800
mod_saslauth: Use module:get_option() Paul Aurich Sun, 03 Jan 2010 09:51:01 -0800
mod_saslauth: Add sasl_backend config parameter Paul Aurich Sat, 02 Jan 2010 20:03:24 -0800
mod_saslauth: Adjust sanitizing. Tobias Markmann Wed, 23 Dec 2009 23:13:39 +0100
mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth. Tobias Markmann Wed, 23 Dec 2009 23:09:44 +0100
added comment to remind us to fix binary output breaking the terminal jorj Wed, 23 Dec 2009 16:45:03 -0500
mod_saslauth: Make service_name configurable for CyrusSASL users. Tobias Markmann Tue, 22 Dec 2009 20:20:37 +0100
mod_saslauth: Add support for CyrusSASL. Tobias Markmann Tue, 22 Dec 2009 19:27:19 +0100
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo Matthew Wild Mon, 21 Dec 2009 22:00:49 +0000
mod_saslauth: Fix typo in variable name Matthew Wild Sat, 28 Nov 2009 15:12:07 +0000
mod_saslauth: Allow relogins after failed SASL login. Tobias Markmann Thu, 26 Nov 2009 23:18:26 +0100
Use new cofig option reading API. Tobias Markmann Thu, 19 Nov 2009 16:44:37 +0100
Allow SASL PLAIN over unsecure connections when intended by admin. Tobias Markmann Thu, 19 Nov 2009 16:43:38 +0100
Provide SASL PLAIN mechanism only if TLS is active. Tobias Markmann Wed, 18 Nov 2009 23:26:35 +0100
Merge with sasl branch. Tobias Markmann Mon, 16 Nov 2009 21:43:57 +0100
Making mod_saslauth use the new SASL API. sasl Tobias Markmann Fri, 28 Aug 2009 13:04:38 +0200
mod_saslauth: Fixed access of globals. Waqas Hussain Sun, 18 Oct 2009 18:50:35 +0500
mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip. Waqas Hussain Sun, 18 Oct 2009 18:48:34 +0500
require_encryption deprecated, use c2s_require_encryption instead Matthew Wild Mon, 05 Oct 2009 14:59:30 +0100
Merge with 0.5 Matthew Wild Tue, 29 Sep 2009 19:56:23 +0100