Log

util/sasl/scram.lua @ 9416:15cd0d9cde7c

description author age
Fix spelling throughout the codebase [codespell] Kim Alvefur Sun, 04 Feb 2018 01:51:25 +0100
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
util: Various minor changes to please [luacheck] Kim Alvefur Fri, 10 Nov 2017 05:42:32 +0100
util.sasl.plain,scram: Record username in sasl state earlier Kim Alvefur Wed, 19 Apr 2017 06:47:02 +0200
util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt) Kim Alvefur Sun, 28 Feb 2016 20:01:13 +0100
util.sasl.scram: Remove unused initial value [luacheck] Kim Alvefur Sun, 28 Feb 2016 19:26:45 +0100
util.sasl.scram: Rename variable to avoid name clash [luacheck] Kim Alvefur Sun, 28 Feb 2016 19:26:14 +0100
util.sasl.scram: Get rid of module call Kim Alvefur Tue, 07 Apr 2015 23:26:32 +0200
util.sasl.scram: Rename variable for clarity Kim Alvefur Sun, 13 Oct 2013 01:43:04 +0200
util.sasl.scram: Cache profile name instead of concatenating when used Kim Alvefur Sun, 13 Oct 2013 01:36:28 +0200
util.sasl.scram: Rewrite patterns and capture client-first-message-bare, client-final-message-without-proof Kim Alvefur Sun, 13 Oct 2013 01:14:21 +0200
util.sasl.scram: Create the state table as late as possible, keep state in locals for faster access Kim Alvefur Sun, 13 Oct 2013 00:29:47 +0200
util.sasl.scram: Compare gs2-header to cbind-input (Thanks Tobias) Kim Alvefur Sat, 12 Oct 2013 21:15:36 +0200
util.sasl.scram: Remove unused function and import Kim Alvefur Sun, 06 Oct 2013 23:17:05 +0200
util.sasl.scram: Simplify validation of client-first-message Kim Alvefur Sun, 22 Sep 2013 04:29:27 +0200