vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
|
Kim Alvefur |
2015-02-21 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
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 |
2012-07-24 |
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent.
|
Waqas Hussain |
2010-11-02 |
util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as they are always loaded anyway.
|
Waqas Hussain |
2010-11-02 |
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth.
|
Waqas Hussain |
2010-08-23 |
util.sasl_cyrus: Spaces -> tabs.
|
Waqas Hussain |
2010-08-23 |
util.sasl_cyrus: Make multi-step SASL mechanisms work correctly.
|
Waqas Hussain |
2010-08-03 |
util.sasl, util.sasl_cyrus: Removed a ton of unused variables.
|
Waqas Hussain |
2010-08-03 |
util.sasl_cyrus: Cleanup.
|
Waqas Hussain |
2010-08-02 |
util.sasl_cyrus: Removed method:forbidden().
|
Waqas Hussain |
2010-08-02 |
util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:select().
|
Waqas Hussain |
2010-07-15 |
util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), instead of using the mechanisms list directly (fixes a traceback).
|
Waqas Hussain |
2010-07-14 |
util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use list of mechanisms.
|
Waqas Hussain |
2010-07-14 |
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.
|
Waqas Hussain |
2010-07-14 |
util.sasl_cyrus: Return error strings using the new table mapping error codes to strings.
|
Waqas Hussain |
2010-06-23 |
util.sasl_cyrus: Added a table mapping error codes to strings.
|
Waqas Hussain |
2010-06-23 |
util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors, not just the error code.
|
Waqas Hussain |
2010-06-03 |
util.sasl_cyrus: Support for specifying the application name (to pass to Cyrus SASL's init())
|
Matthew Wild |
2010-05-20 |
util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition where appropriate
|
Matthew Wild |
2010-03-18 |
util.sasl_cyrus: Clarify some log messages and levels
|
Matthew Wild |
2010-03-18 |
util.sasl_cyrus: Protect the call to cyrussasl.server_new properly.
|
Paul Aurich |
2010-03-18 |
util.sasl_cyrus: If available, use a c14n callback for interoperability with bad clients.
|
Paul Aurich |
2010-03-17 |
util.cyrus_sasl: Pass the realm to Cyrus
|
Paul Aurich |
2010-03-16 |
util.sasl_cyrus: Ensure the mechanisms table is available after a failed auth attempt.
|
Waqas Hussain |
2010-03-01 |
util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors.
|
Waqas Hussain |
2010-02-09 |
util.sasl_cyrus: Report an error if Cyrus SASL init fails.
|
Tobias Markmann |
2009-12-30 |
util.sasl_cyrus: Removing whitespace.
|
Tobias Markmann |
2009-12-29 |
util.sasl_cyrus: Automatically initialize Cyrus SASL with the first used service name.
|
Tobias Markmann |
2009-12-29 |
util.sasl_cyrus: Change variable name.
|
Tobias Markmann |
2009-12-28 |
util.sasl_cyrus: Fixing cyrus mechanism list parsing. (Thanks darkrain)
|
Tobias Markmann |
2009-12-28 |
first working version with Cyrus SASL support.
|
jorj |
2009-12-23 |
util.sasl_cyrus: Further fixing and cleanup.
|
Tobias Markmann |
2009-12-22 |
util.sasl_cyrus: Initializing Cyrus SASL library and a bit cleanup.
|
Tobias Markmann |
2009-12-22 |
util.sasl_cyrus: Log errors if CyrusSASL init fails.
|
Tobias Markmann |
2009-12-22 |
Adding sasl_cyrus.lua. A sasl.lua drop-in replacement to use CyrusSASL for all c2s authentication.
|
Tobias Markmann |
2009-12-22 |