Log

util/sasl_cyrus.lua @ 9228:e2e2aa76ea31

description author age
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur Sat, 21 Feb 2015 10:36:37 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_server_fqdn' to override the hostname passed to Cyrus (and used in e.g. GSSAPI/Kerberos) - fixes #295 Matthew Wild Tue, 24 Jul 2012 10:56:47 +0100
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent. Waqas Hussain Tue, 02 Nov 2010 18:58:11 +0500
util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as they are always loaded anyway. Waqas Hussain Tue, 02 Nov 2010 18:04:56 +0500
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth. Waqas Hussain Mon, 23 Aug 2010 16:54:56 +0500
util.sasl_cyrus: Spaces -> tabs. Waqas Hussain Mon, 23 Aug 2010 16:42:27 +0500
util.sasl_cyrus: Make multi-step SASL mechanisms work correctly. Waqas Hussain Tue, 03 Aug 2010 18:20:29 +0500
util.sasl, util.sasl_cyrus: Removed a ton of unused variables. Waqas Hussain Tue, 03 Aug 2010 17:11:40 +0500
util.sasl_cyrus: Cleanup. Waqas Hussain Mon, 02 Aug 2010 18:54:16 +0500
util.sasl_cyrus: Removed method:forbidden(). Waqas Hussain Mon, 02 Aug 2010 18:46:13 +0500
util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:select(). Waqas Hussain Thu, 15 Jul 2010 22:07:45 +0500
util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), instead of using the mechanisms list directly (fixes a traceback). Waqas Hussain Wed, 14 Jul 2010 20:21:51 +0500
util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use list of mechanisms. Waqas Hussain Wed, 14 Jul 2010 20:10:35 +0500
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. Waqas Hussain Wed, 14 Jul 2010 19:56:57 +0500
util.sasl_cyrus: Return error strings using the new table mapping error codes to strings. Waqas Hussain Thu, 24 Jun 2010 04:16:09 +0500
util.sasl_cyrus: Added a table mapping error codes to strings. Waqas Hussain Thu, 24 Jun 2010 04:13:01 +0500
util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors, not just the error code. Waqas Hussain Thu, 03 Jun 2010 18:09:02 +0500
util.sasl_cyrus: Support for specifying the application name (to pass to Cyrus SASL's init()) Matthew Wild Thu, 20 May 2010 11:13:51 +0100
util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition where appropriate Matthew Wild Thu, 18 Mar 2010 10:10:37 +0000
util.sasl_cyrus: Clarify some log messages and levels Matthew Wild Thu, 18 Mar 2010 10:05:35 +0000
util.sasl_cyrus: Protect the call to cyrussasl.server_new properly. Paul Aurich Wed, 17 Mar 2010 18:57:19 -0700
util.sasl_cyrus: If available, use a c14n callback for interoperability with bad clients. Paul Aurich Wed, 17 Mar 2010 15:29:14 -0700
util.cyrus_sasl: Pass the realm to Cyrus Paul Aurich Mon, 15 Mar 2010 23:02:16 -0700
util.sasl_cyrus: Ensure the mechanisms table is available after a failed auth attempt. Waqas Hussain Mon, 01 Mar 2010 18:37:47 +0500
util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors. Waqas Hussain Wed, 10 Feb 2010 01:53:38 +0500
util.sasl_cyrus: Report an error if Cyrus SASL init fails. Tobias Markmann Wed, 30 Dec 2009 16:43:08 +0100
util.sasl_cyrus: Removing whitespace. Tobias Markmann Tue, 29 Dec 2009 01:04:48 +0100
util.sasl_cyrus: Automatically initialize Cyrus SASL with the first used service name. Tobias Markmann Tue, 29 Dec 2009 01:03:37 +0100