Software /
code /
prosody
Log
util/sasl.lua @ 1724:7682a34c13d0
description | author | age |
---|---|---|
util.sasl: Fix 2 global sets (one a tpyo) | Matthew Wild | Thu, 20 Aug 2009 04:15:41 +0100 |
Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo. | Tobias Markmann | Wed, 19 Aug 2009 22:16:27 +0200 |
Change variable name. The previous choice was too ugly looking. | Tobias Markmann | Wed, 19 Aug 2009 22:04:14 +0200 |
Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616. | Tobias Markmann | Wed, 19 Aug 2009 21:34:28 +0200 |
Moving realm at the beginning of the digest-md5 message send by the server. | Tobias Markmann | Sun, 09 Aug 2009 21:19:03 +0200 |
Fixing a SASL issue by always passing the realm from SASL framework init to the handlers. | Tobias Markmann | Sat, 08 Aug 2009 21:13:18 +0200 |
Switch to using a more generic credentials_callback/handler for SASL auth. | nick | Fri, 24 Jul 2009 01:34:25 +0100 |