Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.sasl.digest-md5: Remove, obsolete since 2011 | Kim Alvefur | 2020-04-14 | 1 | -251/+0 |
| | | | | | | | RFC 6331 lists several problems with this outdated authentication mechanism. The code here was also completely ignored by lint checks and has probably not been used for a long time, as it is incompatible with SCRAM-hashed password storage. | ||||
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
| | |||||
* | util.*: Remove use of module() function, make all module functions local and ↵ | Kim Alvefur | 2015-02-21 | 1 | -3/+5 |
| | | | | return them in a table at the end | ||||
* | util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to ↵ | Waqas Hussain | 2013-01-22 | 1 | -3/+8 |
| | | | | callbacks, so callbacks don't have to. | ||||
* | util.sasl.*: Add 'sasl.' prefix to module names | Matthew Wild | 2011-01-11 | 1 | -2/+2 |
| | |||||
* | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵ | Waqas Hussain | 2010-12-27 | 1 | -2/+2 |
| | | | | to SASL profile callbacks. | ||||
* | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 1 | -2/+2 |
| | |||||
* | Merge Tobias's fancy SASL branch->trunk | Matthew Wild | 2010-05-05 | 1 | -1/+16 |
|\ | |||||
| * | util.sasl: 2009 -> 2010 in copyright header. | Tobias Markmann | 2010-03-12 | 1 | -1/+1 |
| | | |||||
| * | util.sasl: Moving SASL authentication backends documentation to the ↵ | Tobias Markmann | 2010-02-28 | 1 | -0/+15 |
| | | | | | | | | mechanism files. | ||||
* | | util.sasl.digest-md5: Removed unnnecessary check (which included a nil ↵ | Waqas Hussain | 2010-03-24 | 1 | -2/+0 |
|/ | | | | global access). | ||||
* | Merge with backout | Matthew Wild | 2010-02-05 | 1 | -1/+2 |
|\ | |||||
| * | util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some ↵ | Matthew Wild | 2010-02-05 | 1 | -1/+2 |
| | | | | | | | | clients, re-visit some time down the line | ||||
* | | util.sasl.digest-md5: Fixing some variable access. | Tobias Markmann | 2009-11-28 | 1 | -2/+3 |
| | | |||||
* | | Make some more variables to locals. | Tobias Markmann | 2009-11-28 | 1 | -5/+1 |
| | | |||||
* | | SASL: Using locally mapped s_gmatch instead of unavailable gmatch. | Tobias Markmann | 2009-11-25 | 1 | -1/+1 |
| | | |||||
* | | Merge with trunk. | Tobias Markmann | 2009-11-19 | 1 | -1/+2 |
|/ | |||||
* | Reduce needed roundtrips during DIGEST-MD5 login. | Tobias Markmann | 2009-11-19 | 1 | -2/+1 |
| | |||||
* | Typo. | Tobias Markmann | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | Merge with sasl branch. | Tobias Markmann | 2009-11-16 | 1 | -4/+4 |
| | |||||
* | Adding a note for possible round trip savings. | Tobias Markmann | 2009-11-13 | 1 | -0/+1 |
| | |||||
* | Adding support for digest-md5 profile in DIGEST-MD5 implementation. | Tobias Markmann | 2009-11-13 | 1 | -1/+3 |
| | |||||
* | Broken DIGEST-MD5 client support again. | Tobias Markmann | 2009-11-13 | 1 | -2/+2 |
| | |||||
* | Add support for plain profile in digest-md5 implementation. | Tobias Markmann | 2009-11-13 | 1 | -8/+43 |
| | |||||
* | Move each mechanism in an own file. | Tobias Markmann | 2009-11-12 | 1 | -0/+194 |