aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | mod_saslauth: Fire authentication-failure if make_authenticated() failed.Kim Alvefur2012-02-121-0/+1
| |
* | mod_saslauth: Move authentication-success event to after session has been ↵Kim Alvefur2012-02-121-1/+1
| | | | | | | | made authenticated.
* | mod_saslauth: "" ~= nil (thanks, Zash!)Paul Aurich2012-01-241-2/+4
| |
* | mod_saslauth: Never send empty <mechanisms/>, for real this time.Waqas Hussain2011-10-131-6/+4
| |
* | mod_saslauth: Never send empty <mechanisms/>.Waqas Hussain2011-10-131-1/+3
| |
* | mod_saslauth: Fire authentication-success and authentication-failure events ↵Matthew Wild2011-08-291-0/+2
|/ | | | (thanks scitor)
* mod_saslauth: Remove special handling for SASL ANONYMOUS, and let ↵Waqas Hussain2010-12-281-29/+2
| | | | mod_auth_anonymous handle it.
* util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵Waqas Hussain2010-12-271-1/+1
| | | | to SASL profile callbacks.
* mod_saslauth: Handle session bind requests to the host, fixes OneTeam loginMatthew Wild2010-12-241-2/+5
|
* core.s2smanager, mod_console, mod_saslauth, util.certverification: rename ↵Kim Alvefur2010-12-121-1/+1
| | | | util.certverification to util.x509
* s2s: SASL EXTERNALPaul Aurich2010-11-211-0/+132
|
* mod_saslauth: Allow restarting SASL negotiation from scratch.Waqas Hussain2010-11-021-1/+10
|
* mod_saslauth: Separated processing of <auth/> and <response/> elements, and ↵Waqas Hussain2010-11-021-25/+26
| | | | return proper error on out-of-order <response/> elements.
* mod_saslauth: Moved SASL mechanism selection and CDATA handling into ↵Waqas Hussain2010-11-021-16/+20
| | | | separate functions.
* mod_saslauth: Handle SASL <abort/> properly.Waqas Hussain2010-11-021-1/+6
|
* 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 ↵Waqas Hussain2010-08-231-16/+6
| | | | provisioning check out of mod_saslauth.
* 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 ↵Waqas Hussain2010-08-231-25/+2
| | | | authentication='cyrus' instead).
* 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 ↵Waqas Hussain2010-07-311-6/+6
| | | | the SASL handler (makes it work for Cyrus SASL).
* mod_saslauth: Move mandatory encryption enforcement to before ↵Waqas Hussain2010-07-311-3/+3
| | | | sasl_handler:select().
* mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option ↵Waqas Hussain2010-07-181-2/+1
| | | | (was only used for anonymous auth, and that didn't make sense).
* 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
| | | | | | | | Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use.
* | Check in mod_hashpassauth -- works!Jeff Mitchell2010-05-261-2/+19
|/
* mod_saslauth: Split out cyrus SASL config options into locals, and add ↵Matthew Wild2010-05-201-1/+10
| | | | support for cyrus_application_name (default: 'prosody')
* usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional ↵Matthew Wild2010-05-201-3/+11
| | | | (default: not required)
* mod_saslauth: Add return value and error message to the Cyrus SASL ↵Matthew Wild2010-05-201-3/+4
| | | | handle_status callback
* 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... ↵Matthew Wild2009-12-211-0/+3
| |/ | | | | | | thanks Flo
* | 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
| |