Spelling: Fix various spelling mistakes (thanks timeless)
|
Kim Alvefur |
2022-03-06 |
Fix various spelling errors (thanks codespell)
|
Kim Alvefur |
2021-07-26 |
util.sasl.digest-md5: Remove, obsolete since 2011
|
Kim Alvefur |
2020-04-14 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
util: Various minor changes to please [luacheck]
|
Kim Alvefur |
2017-11-10 |
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 |
util.sasl: Fix logic for when mechanisms with channel binding support are offered
|
Kim Alvefur |
2014-03-22 |
util.sasl: Remove unused print() import.
|
Waqas Hussain |
2013-10-07 |
util.sasl: Make registerMechanism a public function (again)
|
Waqas Hussain |
2013-10-07 |
Merge Tobias SCRAM-PLUS work
|
Kim Alvefur |
2013-09-21 |
Only advertise mechanisms needing channel binding if a channel binding backend is avaliable.
|
Tobias Markmann |
2011-02-07 |
util.sasl: New method to add channel binding handler to a SASL instance.
|
Tobias Markmann |
2011-01-17 |
Check whether we support the proposed channel binding type.
|
Tobias Markmann |
2011-01-15 |
util.sasl.external: Add SASL EXTERNAL mechanism
|
Kim Alvefur |
2013-06-13 |
util.sasl: Make registerMechanism a public function
|
Matthew Wild |
2012-06-18 |
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table).
|
Waqas Hussain |
2010-12-29 |
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 |
util.sasl: Simplified some code a bit.
|
Waqas Hussain |
2010-08-03 |
util.sasl, util.sasl_cyrus: Removed a ton of unused variables.
|
Waqas Hussain |
2010-08-03 |
util.sasl: Removed method:forbidden() and its side effects.
|
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 |
util.sasl: Use the proper session-specific table of mechanisms when selecting a mechanism, and not the global table.
|
Waqas Hussain |
2010-07-14 |
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.
|
Waqas Hussain |
2010-07-14 |
SASL: Minor cleanup.
|
Waqas Hussain |
2010-06-03 |
Merge 0.7->trunk
|
Matthew Wild |
2010-05-23 |
util.sasl: Moving SASL authentication backends documentation to the mechanism files.
|
Tobias Markmann |
2010-02-28 |
Merge Tobias's fancy SASL branch->trunk
|
Matthew Wild |
2010-05-05 |
Merge with tip.
|
Tobias Markmann |
2010-03-12 |
util.sasl: 2009 -> 2010 in copyright header.
|
Tobias Markmann |
2010-03-12 |
util.sasl: Moving SASL authentication backends documentation to the mechanism files.
|
Tobias Markmann |
2010-02-28 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
util.sasl.plain: Allow empty authzid (thanks bjc).
|
Waqas Hussain |
2009-12-01 |
util.sasl: Fixed a nil global access.
|
Waqas Hussain |
2010-03-01 |
util.sasl: Move some variables to local space. Fix a bug.
|
Tobias Markmann |
2009-11-28 |
util.sasl: Adding clean_clone() method.
|
Tobias Markmann |
2009-11-26 |
Merge with trunk.
|
Tobias Markmann |
2009-11-19 |
Cleaning up.
|
Tobias Markmann |
2009-11-18 |
Tidying up.
|
Tobias Markmann |
2009-11-18 |
Enable restriction of supported mechanisms in the SASL library.
|
Tobias Markmann |
2009-11-18 |
Making interop with libpurple. (Thanks darkrain).
|
Tobias Markmann |
2009-11-17 |
Merge with sasl branch.
|
Tobias Markmann |
2009-11-16 |
Adding support for digest-md5 profile in DIGEST-MD5 implementation.
sasl
|
Tobias Markmann |
2009-11-13 |
Change of the digest-md5 profile.
sasl
|
Tobias Markmann |
2009-11-13 |
Add support for plain profile in digest-md5 implementation.
sasl
|
Tobias Markmann |
2009-11-13 |
Getting PLAIN mechanism work with the new API.
sasl
|
Tobias Markmann |
2009-11-13 |
Move each mechanism in an own file.
sasl
|
Tobias Markmann |
2009-11-12 |
Fail if mechanism has already been selected.
sasl
|
Tobias Markmann |
2009-08-28 |
Store stage in SASL object.
sasl
|
Tobias Markmann |
2009-08-28 |
Importing SASL Digest-MD5 code. Now for real.
sasl
|
Tobias Markmann |
2009-08-28 |
Importing SASL Digest-MD5 code.
sasl
|
Tobias Markmann |
2009-08-28 |
List RFC numbers.
sasl
|
Tobias Markmann |
2009-08-28 |
Allow ampersands in passwords for SASL PLAIN mechanism.
sasl
|
Tobias Markmann |
2009-08-28 |
Making mod_saslauth use the new SASL API.
sasl
|
Tobias Markmann |
2009-08-28 |
Adjust SASL PLAIN mechanism to the new API.
sasl
|
Tobias Markmann |
2009-08-27 |
Adding some docu.
sasl
|
Tobias Markmann |
2009-08-16 |
Mostly making the code run; includes fixing typos and so on.
sasl
|
Tobias Markmann |
2009-08-10 |