aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_saslauth: Updated to use the new events API.Waqas Hussain2010-10-161-10/+18
* mod_saslauth: Improved logging a bit.Waqas Hussain2010-10-161-2/+2
* mod_saslauth: Updated to use the new events API.Waqas Hussain2010-10-161-15/+14
* mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioni...Waqas Hussain2010-08-231-16/+6
* mod_saslauth: Get rid of the sasl_backend option (use auth modules instead).Waqas Hussain2010-08-231-5/+0
* mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cy...Waqas Hussain2010-08-231-25/+2
* mod_saslauth: Fixed a nil global access.Waqas Hussain2010-07-311-3/+4
* mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the...Waqas Hussain2010-07-311-6/+6
* mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:se...Waqas Hussain2010-07-311-3/+3
* mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option ...Waqas Hussain2010-07-181-2/+1
* mod_saslauth: Cleaned up unused requires.Waqas Hussain2010-07-171-7/+0
* mod_saslauth: A little cleanup for anonymous_login.Waqas Hussain2010-07-171-2/+3
* SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.Waqas Hussain2010-07-141-2/+2
* mod_saslauth: Rename variable 'aret' to 'ok' as per conventionMatthew Wild2010-07-121-2/+2
* Merge 0.7->trunkMatthew Wild2010-06-121-9/+9
|\
| * 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