| Commit message (Expand) | Author | Age | Files | Lines |
* | util.sasl.digest-md5: Remove, obsolete since 2011 | Kim Alvefur | 2020-04-14 | 1 | -1/+0 |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | util: Various minor changes to please [luacheck] | Kim Alvefur | 2017-11-10 | 1 | -4/+4 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -4/+7 |
* | util.sasl: Fix logic for when mechanisms with channel binding support are off... | Kim Alvefur | 2014-03-22 | 1 | -6/+8 |
* | util.sasl: Remove unused print() import. | Waqas Hussain | 2013-10-07 | 1 | -1/+0 |
* | util.sasl: Make registerMechanism a public function (again) | Waqas Hussain | 2013-10-07 | 1 | -1/+1 |
* | Merge Tobias SCRAM-PLUS work | Kim Alvefur | 2013-09-22 | 1 | -2/+45 |
|\ |
|
| * | Only advertise mechanisms needing channel binding if a channel binding backen... | Tobias Markmann | 2011-02-07 | 1 | -2/+25 |
| * | util.sasl: New method to add channel binding handler to a SASL instance. | Tobias Markmann | 2011-01-17 | 1 | -0/+9 |
| * | Check whether we support the proposed channel binding type. | Tobias Markmann | 2011-01-15 | 1 | -0/+11 |
* | | util.sasl.external: Add SASL EXTERNAL mechanism | Kim Alvefur | 2013-06-13 | 1 | -0/+1 |
* | | util.sasl: Make registerMechanism a public function | Matthew Wild | 2012-06-18 | 1 | -1/+1 |
* | | util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mec... | Waqas Hussain | 2010-12-29 | 1 | -5/+9 |
|/ |
|
* | util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consist... | Waqas Hussain | 2010-11-02 | 1 | -6/+4 |
* | util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as... | Waqas Hussain | 2010-11-02 | 1 | -14/+10 |
* | util.sasl: Simplified some code a bit. | Waqas Hussain | 2010-08-03 | 1 | -9/+5 |
* | util.sasl, util.sasl_cyrus: Removed a ton of unused variables. | Waqas Hussain | 2010-08-03 | 1 | -15/+1 |
* | util.sasl: Removed method:forbidden() and its side effects. | Waqas Hussain | 2010-08-02 | 1 | -21/+5 |
* | util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:... | Waqas Hussain | 2010-07-15 | 1 | -1/+1 |
* | util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), inste... | Waqas Hussain | 2010-07-14 | 1 | -1/+1 |
* | util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use l... | Waqas Hussain | 2010-07-14 | 1 | -7/+10 |
* | util.sasl: Use the proper session-specific table of mechanisms when selecting... | Waqas Hussain | 2010-07-14 | 1 | -2/+2 |
* | SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. | Waqas Hussain | 2010-07-14 | 1 | -1/+1 |
* | SASL: Minor cleanup. | Waqas Hussain | 2010-06-03 | 1 | -5/+2 |
* | Merge with tip. | Tobias Markmann | 2010-03-12 | 1 | -1/+1 |
|\ |
|
| * | util.sasl: Fixed a nil global access. | Waqas Hussain | 2010-03-02 | 1 | -1/+1 |
* | | util.sasl: 2009 -> 2010 in copyright header. | Tobias Markmann | 2010-03-12 | 1 | -1/+1 |
* | | util.sasl: Moving SASL authentication backends documentation to the mechanism... | Tobias Markmann | 2010-02-28 | 1 | -21/+0 |
|/ |
|
* | util.sasl: Move some variables to local space. Fix a bug. | Tobias Markmann | 2009-11-28 | 1 | -4/+5 |
* | util.sasl: Adding clean_clone() method. | Tobias Markmann | 2009-11-26 | 1 | -0/+5 |
* | Cleaning up. | Tobias Markmann | 2009-11-18 | 1 | -5/+5 |
* | Tidying up. | Tobias Markmann | 2009-11-18 | 1 | -7/+3 |
* | Enable restriction of supported mechanisms in the SASL library. | Tobias Markmann | 2009-11-18 | 1 | -4/+20 |
* | Making interop with libpurple. (Thanks darkrain). | Tobias Markmann | 2009-11-17 | 1 | -1/+1 |
* | Merge with sasl branch. | Tobias Markmann | 2009-11-16 | 1 | -219/+84 |
|\ |
|
| * | Adding support for digest-md5 profile in DIGEST-MD5 implementation. | Tobias Markmann | 2009-11-13 | 1 | -1/+1 |
| * | Change of the digest-md5 profile. | Tobias Markmann | 2009-11-13 | 1 | -1/+2 |
| * | Add support for plain profile in digest-md5 implementation. | Tobias Markmann | 2009-11-13 | 1 | -7/+11 |
| * | Getting PLAIN mechanism work with the new API. | Tobias Markmann | 2009-11-13 | 1 | -3/+6 |
| * | Move each mechanism in an own file. | Tobias Markmann | 2009-11-12 | 1 | -214/+4 |
| * | Fail if mechanism has already been selected. | Tobias Markmann | 2009-08-28 | 1 | -0/+4 |
| * | Store stage in SASL object. | Tobias Markmann | 2009-08-28 | 1 | -91/+88 |
| * | Importing SASL Digest-MD5 code. Now for real. | Tobias Markmann | 2009-08-28 | 1 | -0/+182 |
| * | Importing SASL Digest-MD5 code. | Tobias Markmann | 2009-08-28 | 1 | -1/+1 |
| * | List RFC numbers. | Tobias Markmann | 2009-08-28 | 1 | -1/+3 |
| * | Allow ampersands in passwords for SASL PLAIN mechanism. | Tobias Markmann | 2009-08-28 | 1 | -3/+3 |
| * | Making mod_saslauth use the new SASL API. | Tobias Markmann | 2009-08-28 | 1 | -6/+12 |
| * | Adjust SASL PLAIN mechanism to the new API. | Tobias Markmann | 2009-08-27 | 1 | -23/+30 |
| * | Adding some docu. | Tobias Markmann | 2009-08-16 | 1 | -0/+25 |