Software /
code /
prosody
Log
util/sasl/scram.lua @ 5537:15464633d8fb
description | author | age |
---|---|---|
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | Sat, 27 Apr 2013 17:01:31 +0200 |
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to. | Waqas Hussain | Tue, 22 Jan 2013 08:21:05 +0500 |
util.sasl.scram: Return proper error and don't touch datastores on empty username. | Waqas Hussain | Wed, 31 Aug 2011 23:24:13 +0500 |
util.sasl.scram: Fix bug in validate_username function. (Thanks Florob) | Tobias Markmann | Thu, 24 Feb 2011 18:56:19 +0100 |
util.sasl.*: Add 'sasl.' prefix to module names | Matthew Wild | Tue, 11 Jan 2011 05:30:55 +0000 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks. | Waqas Hussain | Mon, 27 Dec 2010 19:57:04 +0500 |