aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | mod_saslauth: Fix coding style and layout, and use of arg[] for varargMatthew Wild2009-08-051-7/+12
* | mod_saslauth: Fix indentationMatthew Wild2009-08-051-16/+16
* | mod_saslauth: Fix traceback on attempted login for non-existent usersMatthew Wild2009-08-051-2/+6
* | Switch to using a more generic credentials_callback/handler for SASL auth.nick2009-07-241-13/+16
* | mod_saslauth, usermanager: Fetch list of mechanisms from usermanagerNick Thomas2009-07-231-11/+14
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* Remove to-unicode conversion because it's done in sasl.lua now.Tobias Markmann2009-07-051-2/+1
* Fixed decoding of parameters.Tobias Markmann2009-07-051-1/+1
* Making sure the node is in unicode when passing it to password lookup function.Tobias Markmann2009-07-011-1/+2
* Adding a parameter for realm to the password_callback.Tobias Markmann2009-06-201-4/+4
* mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) ...Matthew Wild2009-05-291-1/+4
* mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_e...Matthew Wild2009-05-291-1/+3
* mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from workingMatthew Wild2009-05-181-2/+4
* mod_saslauth: Remove 2 instances of raising errors and replacing with more gr...Matthew Wild2009-04-301-2/+7
* mod_saslauth: Various logging fixesMatthew Wild2009-04-301-6/+6
* mod_saslauth: Use module logger instead of creating a new oneMatthew Wild2009-04-301-1/+1
* mod_*: Fix many unnecessary global accesses in modules (already committed to ...Matthew Wild2009-04-291-2/+4
* Fixed: Some nil access bugsWaqas Hussain2009-03-301-1/+1
* Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an excl...Waqas Hussain2009-03-301-2/+11
* Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "...Waqas Hussain2009-03-301-1/+1
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anon...Matthew Wild2009-03-071-1/+4
* Adding inital support for ANONYMOUS mechanism in SASL.Tobias Markmann2009-02-141-0/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Fix invalid loglevels in mod_saslauthMatthew Wild2009-01-161-3/+3
* mod_saslauth, mod_tls: minor code cleanupWaqas Hussain2009-01-131-14/+13
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)Waqas Hussain2008-12-081-4/+3
* Latin1 support for SASL DIGEST-MD5 (initial commit)Waqas Hussain2008-12-071-2/+7
* Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-051-6/+2
* Add TLS socket to readlist before handshake starts, fixes major slow-down on ...Matthew Wild2008-12-051-2/+6
* Fix for handling latin1 encoded hostnames in SASLWaqas Hussain2008-12-031-2/+2
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-281-1/+2
* Stopped using the lbase64 libraryWaqas Hussain2008-11-281-1/+1
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-6/+6