Log

plugins/mod_saslauth.lua @ 3460:742f6e5a4066

description author age
mod_saslauth: Fixed a nil global access. Waqas Hussain 2010-07-31
mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the SASL handler (makes it work for Cyrus SASL). Waqas Hussain 2010-07-31
mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select(). Waqas Hussain 2010-07-31
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 2010-07-18
mod_saslauth: Cleaned up unused requires. Waqas Hussain 2010-07-17
mod_saslauth: A little cleanup for anonymous_login. Waqas Hussain 2010-07-17
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. Waqas Hussain 2010-07-14
mod_saslauth: Rename variable 'aret' to 'ok' as per convention Matthew Wild 2010-07-12
Merge 0.7->trunk Matthew Wild 2010-06-12
mod_saslauth: Return proper error on invalid usernames. Waqas Hussain 2010-06-11
mod_saslauth: Updated to use usermanager.get_sasl_handler. Waqas Hussain 2010-06-06
mod_saslauth: Fix log level Matthew Wild 2010-06-04
Correct out of order logic in mod_hashpassauth Jeff Mitchell 2010-05-28
Check in mod_hashpassauth -- works! Jeff Mitchell 2010-05-26
mod_saslauth: Split out cyrus SASL config options into locals, and add support for cyrus_application_name (default: 'prosody') Matthew Wild 2010-05-20