Log

plugins/mod_saslauth.lua @ 2922:0ea2ed371fb2

description author age
Merge 0.6.2/waqas with 0.6.2/MattJ Matthew Wild 2010-03-03
mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily Matthew Wild 2010-02-13
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo Matthew Wild 2009-12-21
mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time Matthew Wild 2010-03-01
mod_saslauth: Unlock globals while loading cyrus Matthew Wild 2010-03-01
mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded Matthew Wild 2010-02-15
mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl library Matthew Wild 2010-02-15
mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but missing. Waqas Hussain 2010-02-14
mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily Matthew Wild 2010-02-13
mod_saslauth: Hook stream-features event using new events API. Waqas Hussain 2010-02-11
mod_saslauth: Fixed some indentation and added some semi-colons. Waqas Hussain 2010-01-11
mod_saslauth: Made some variables local to avoid unnecessary global access. Waqas Hussain 2010-01-11
mod_saslauth: Oops. Paul Aurich 2010-01-03
mod_saslauth: Use module:get_option() Paul Aurich 2010-01-03
mod_saslauth: Add sasl_backend config parameter Paul Aurich 2010-01-03
mod_saslauth: Adjust sanitizing. Tobias Markmann 2009-12-23
mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth. Tobias Markmann 2009-12-23
added comment to remind us to fix binary output breaking the terminal jorj 2009-12-23
mod_saslauth: Make service_name configurable for CyrusSASL users. Tobias Markmann 2009-12-22
mod_saslauth: Add support for CyrusSASL. Tobias Markmann 2009-12-22
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks Flo Matthew Wild 2009-12-21
mod_saslauth: Fix typo in variable name Matthew Wild 2009-11-28
mod_saslauth: Allow relogins after failed SASL login. Tobias Markmann 2009-11-26
Use new cofig option reading API. Tobias Markmann 2009-11-19
Allow SASL PLAIN over unsecure connections when intended by admin. Tobias Markmann 2009-11-19
Provide SASL PLAIN mechanism only if TLS is active. Tobias Markmann 2009-11-18
Merge with sasl branch. Tobias Markmann 2009-11-16
Making mod_saslauth use the new SASL API. sasl Tobias Markmann 2009-08-28
mod_saslauth: Fixed access of globals. Waqas Hussain 2009-10-18
mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip. Waqas Hussain 2009-10-18
require_encryption deprecated, use c2s_require_encryption instead Matthew Wild 2009-10-05
Merge with 0.5 Matthew Wild 2009-09-29
mod_saslauth: Prep username used for authenticating a session Matthew Wild 2009-09-29
Add NODEprepping to SASL Digest-MD5 authentication handling. Tobias Markmann 2009-09-06
Uncertain merge with 0.5's SASL Matthew Wild 2009-08-20
Use NODEprep for prepping usernames used during SASL logins. Tobias Markmann 2009-08-19
mod_saslauth: Fix coding style and layout, and use of arg[] for vararg Matthew Wild 2009-08-05
mod_saslauth: Fix indentation Matthew Wild 2009-08-05
mod_saslauth: Fix traceback on attempted login for non-existent users Matthew Wild 2009-08-05
Switch to using a more generic credentials_callback/handler for SASL auth. nick 2009-07-24
mod_saslauth, usermanager: Fetch list of mechanisms from usermanager Nick Thomas 2009-07-23
Remove version number from copyright headers Matthew Wild 2009-07-10
Remove to-unicode conversion because it's done in sasl.lua now. Tobias Markmann 2009-07-05
Fixed decoding of parameters. Tobias Markmann 2009-07-05
Making sure the node is in unicode when passing it to password lookup function. Tobias Markmann 2009-07-01
Adding a parameter for realm to the password_callback. Tobias Markmann 2009-06-20
mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...] Matthew Wild 2009-05-29
mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true Matthew Wild 2009-05-29
mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working Matthew Wild 2009-05-18
mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling Matthew Wild 2009-04-30
mod_saslauth: Various logging fixes Matthew Wild 2009-04-30
mod_saslauth: Use module logger instead of creating a new one Matthew Wild 2009-04-30
mod_*: Fix a load of global accesses Matthew Wild 2009-04-22
Fixed: Some nil access bugs Waqas Hussain 2009-03-30
Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies. Waqas Hussain 2009-03-29
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login" Waqas Hussain 2009-03-29
0.3->0.4 Matthew Wild 2009-03-20
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true Matthew Wild 2009-03-07
Adding inital support for ANONYMOUS mechanism in SASL. Tobias Markmann 2009-02-14
Update copyright notices for 2009 Matthew Wild 2009-01-30