Software /
code /
prosody
Log
util/sasl.lua @ 2077:e33658f6052c
description | author | age |
---|---|---|
Uncertain merge with 0.5's SASL | Matthew Wild | 2009-08-20 |
util.sasl: Fix 2 global sets (one a tpyo) | Matthew Wild | 2009-08-20 |
Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo. | Tobias Markmann | 2009-08-19 |
Change variable name. The previous choice was too ugly looking. | Tobias Markmann | 2009-08-19 |
Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616. | Tobias Markmann | 2009-08-19 |
Moving realm at the beginning of the digest-md5 message send by the server. | Tobias Markmann | 2009-08-09 |
Fixing a SASL issue by always passing the realm from SASL framework init to the handlers. | Tobias Markmann | 2009-08-08 |