aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Expand)AuthorAgeFilesLines
...
| * mod_saslauth: Return proper error on invalid usernames.Waqas Hussain2010-06-111-9/+9
* | mod_saslauth: Updated to use usermanager.get_sasl_handler.Waqas Hussain2010-06-071-34/+2
* | mod_saslauth: Fix log levelMatthew Wild2010-06-041-1/+1
* | Correct out of order logic in mod_hashpassauthJeff Mitchell2010-05-281-8/+9
* | Check in mod_hashpassauth -- works!Jeff Mitchell2010-05-261-2/+19
|/
* mod_saslauth: Split out cyrus SASL config options into locals, and add suppor...Matthew Wild2010-05-201-1/+10
* usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional ...Matthew Wild2010-05-201-3/+11
* mod_saslauth: Add return value and error message to the Cyrus SASL handle_sta...Matthew Wild2010-05-201-3/+4
* mod_saslauth: Allow the Cyrus SASL realm to be configurableMatthew Wild2010-05-201-1/+1
* mod_saslauth: Tidier code for SASL backend selection.Waqas Hussain2010-03-231-8/+6
* mod_saslauth: Fail with an error when the requested SASL backend cannot be used.Waqas Hussain2010-03-231-4/+6
* Merge 0.6->0.7Matthew Wild2010-03-221-3/+3
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-031-3/+3
| |\
| | * mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarilyMatthew Wild2010-02-131-3/+3
| * | mod_saslauth: Requiring c2s encryption means requiring c2s encryption... than...Matthew Wild2009-12-211-0/+3
| |/
* | mod_saslauth: Add a sasl_realm optionPaul Aurich2010-03-171-2/+3
* | mod_saslauth: Add FIXME to remind myself to fix this as soon as I have timeMatthew Wild2010-03-011-1/+2
* | mod_saslauth: Unlock globals while loading cyrusMatthew Wild2010-03-011-0/+2
* | mod_saslauth: Log debug message with full error if cyrussasl couldn't be loadedMatthew Wild2010-02-151-0/+1
* | mod_saslauth: Correct syntax for gracefully handling a missing cyrussasl libraryMatthew Wild2010-02-151-2/+2
* | mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but ...Waqas Hussain2010-02-151-5/+12
* | mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarilyMatthew Wild2010-02-131-3/+3
* | mod_saslauth: Hook stream-features event using new events API.Waqas Hussain2010-02-121-8/+9
* | mod_saslauth: Fixed some indentation and added some semi-colons.Waqas Hussain2010-01-111-54/+51
* | mod_saslauth: Made some variables local to avoid unnecessary global access.Waqas Hussain2010-01-111-16/+16
* | mod_saslauth: Oops.Paul Aurich2010-01-031-1/+1
* | mod_saslauth: Use module:get_option()Paul Aurich2010-01-031-3/+3
* | mod_saslauth: Add sasl_backend config parameterPaul Aurich2010-01-021-2/+4
* | mod_saslauth: Adjust sanitizing.Tobias Markmann2009-12-231-1/+1
* | mod_saslauth: Sanitize debugging information so it won't break terminal emula...Tobias Markmann2009-12-231-1/+1
* | added comment to remind us to fix binary output breaking the terminaljorj2009-12-231-1/+1
* | mod_saslauth: Make service_name configurable for CyrusSASL users.Tobias Markmann2009-12-221-2/+2
* | mod_saslauth: Add support for CyrusSASL.Tobias Markmann2009-12-221-1/+9
* | mod_saslauth: Requiring c2s encryption means requiring c2s encryption... than...Matthew Wild2009-12-211-0/+3
* | mod_saslauth: Fix typo in variable nameMatthew Wild2009-11-281-1/+1
* | mod_saslauth: Allow relogins after failed SASL login.Tobias Markmann2009-11-261-1/+1
* | Use new cofig option reading API.Tobias Markmann2009-11-191-1/+1
* | Allow SASL PLAIN over unsecure connections when intended by admin.Tobias Markmann2009-11-191-1/+1
* | Provide SASL PLAIN mechanism only if TLS is active.Tobias Markmann2009-11-181-1/+3
* | Merge with sasl branch.Tobias Markmann2009-11-161-47/+36
|\ \ | |/ |/|
| * Making mod_saslauth use the new SASL API.Tobias Markmann2009-08-281-6/+12
* | mod_saslauth: Fixed access of globals.Waqas Hussain2009-10-181-2/+2
* | mod_saslauth: Marked the im-session stream feature as optional. This allows s...Waqas Hussain2009-10-181-1/+1
* | require_encryption deprecated, use c2s_require_encryption insteadMatthew Wild2009-10-051-1/+1
* | Merge with 0.5Matthew Wild2009-09-291-4/+5
|\ \
| * | mod_saslauth: Prep username used for authenticating a sessionMatthew Wild2009-09-291-4/+4
* | | Add NODEprepping to SASL Digest-MD5 authentication handling.Tobias Markmann2009-09-061-1/+5
* | | Uncertain merge with 0.5's SASLMatthew Wild2009-08-201-1/+6
|\| | | |/ |/|
| * Use NODEprep for prepping usernames used during SASL logins.Tobias Markmann2009-08-191-2/+6