mod_saslauth: Updated to use the new events API.
|
Waqas Hussain |
Sat, 16 Oct 2010 05:03:00 +0500 |
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth.
|
Waqas Hussain |
Mon, 23 Aug 2010 16:54:56 +0500 |
mod_saslauth: Get rid of the sasl_backend option (use auth modules instead).
|
Waqas Hussain |
Mon, 23 Aug 2010 16:28:06 +0500 |
mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead).
|
Waqas Hussain |
Mon, 23 Aug 2010 16:22:58 +0500 |
mod_saslauth: Fixed a nil global access.
|
Waqas Hussain |
Sat, 31 Jul 2010 15:16:15 +0500 |
mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the SASL handler (makes it work for Cyrus SASL).
|
Waqas Hussain |
Sat, 31 Jul 2010 13:55:46 +0500 |
mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select().
|
Waqas Hussain |
Sat, 31 Jul 2010 13:49:22 +0500 |
mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option (was only used for anonymous auth, and that didn't make sense).
|
Waqas Hussain |
Sun, 18 Jul 2010 17:50:38 +0500 |
mod_saslauth: Cleaned up unused requires.
|
Waqas Hussain |
Sat, 17 Jul 2010 19:02:56 +0500 |
mod_saslauth: A little cleanup for anonymous_login.
|
Waqas Hussain |
Sat, 17 Jul 2010 18:58:25 +0500 |
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.
|
Waqas Hussain |
Wed, 14 Jul 2010 19:56:57 +0500 |
mod_saslauth: Rename variable 'aret' to 'ok' as per convention
|
Matthew Wild |
Mon, 12 Jul 2010 16:44:56 +0100 |
Merge 0.7->trunk
|
Matthew Wild |
Sat, 12 Jun 2010 02:39:18 +0100 |
mod_saslauth: Return proper error on invalid usernames.
|
Waqas Hussain |
Fri, 11 Jun 2010 21:01:17 +0500 |
mod_saslauth: Updated to use usermanager.get_sasl_handler.
|
Waqas Hussain |
Mon, 07 Jun 2010 02:40:14 +0500 |
mod_saslauth: Fix log level
|
Matthew Wild |
Fri, 04 Jun 2010 13:55:39 +0100 |
Correct out of order logic in mod_hashpassauth
|
Jeff Mitchell |
Fri, 28 May 2010 14:47:32 -0400 |
Check in mod_hashpassauth -- works!
|
Jeff Mitchell |
Wed, 26 May 2010 18:16:58 -0400 |
mod_saslauth: Split out cyrus SASL config options into locals, and add support for cyrus_application_name (default: 'prosody')
|
Matthew Wild |
Thu, 20 May 2010 11:51:55 +0100 |
usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required)
|
Matthew Wild |
Thu, 20 May 2010 11:32:24 +0100 |
mod_saslauth: Add return value and error message to the Cyrus SASL handle_status callback
|
Matthew Wild |
Thu, 20 May 2010 11:08:51 +0100 |
mod_saslauth: Allow the Cyrus SASL realm to be configurable
|
Matthew Wild |
Thu, 20 May 2010 11:05:43 +0100 |
mod_saslauth: Tidier code for SASL backend selection.
|
Waqas Hussain |
Tue, 23 Mar 2010 20:17:46 +0500 |
mod_saslauth: Fail with an error when the requested SASL backend cannot be used.
|
Waqas Hussain |
Tue, 23 Mar 2010 20:11:39 +0500 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
mod_saslauth: Add a sasl_realm option
|
Paul Aurich |
Wed, 17 Mar 2010 15:29:14 -0700 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
Wed, 03 Mar 2010 22:05:05 +0000 |
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: Requiring c2s encryption means requiring c2s encryption... thanks Flo
|
Matthew Wild |
Mon, 21 Dec 2009 22:00:49 +0000 |