| Commit message (Expand) | Author | Age | Files | Lines |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 5 | -0/+5 |
* | util: Various minor changes to please [luacheck] | Kim Alvefur | 2017-11-10 | 2 | -4/+19 |
* | util.sasl.plain,scram: Record username in sasl state earlier | Kim Alvefur | 2017-04-19 | 2 | -2/+3 |
* | util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt) | Kim Alvefur | 2016-02-28 | 1 | -2/+2 |
* | util.sasl.scram: Remove unused initial value [luacheck] | Kim Alvefur | 2016-02-28 | 1 | -1/+1 |
* | util.sasl.scram: Rename variable to avoid name clash [luacheck] | Kim Alvefur | 2016-02-28 | 1 | -5/+5 |
* | util.sasl.anonymous: Remove unused locals [luacheck] | Kim Alvefur | 2016-02-28 | 1 | -2/+0 |
* | util.sasl.scram: Get rid of module call | Kim Alvefur | 2015-04-07 | 1 | -4/+7 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 4 | -12/+20 |
* | util.sasl.scram: Rename variable for clarity | Kim Alvefur | 2013-10-13 | 1 | -7/+7 |
* | util.sasl.scram: Cache profile name instead of concatenating when used | Kim Alvefur | 2013-10-13 | 1 | -2/+3 |
* | util.sasl.scram: Rewrite patterns and capture client-first-message-bare, clie... | Kim Alvefur | 2013-10-13 | 1 | -5/+6 |
* | util.sasl.scram: Create the state table as late as possible, keep state in lo... | Kim Alvefur | 2013-10-13 | 1 | -41/+40 |
* | util.sasl.scram: Compare gs2-header to cbind-input (Thanks Tobias) | Kim Alvefur | 2013-10-12 | 1 | -8/+8 |
* | util.sasl.scram: Remove unused function and import | Kim Alvefur | 2013-10-06 | 1 | -9/+0 |
* | util.sasl.scram: Simplify validation of client-first-message | Kim Alvefur | 2013-09-22 | 1 | -14/+18 |
* | Merge Tobias SCRAM-PLUS work | Kim Alvefur | 2013-09-22 | 1 | -5/+42 |
|\ |
|
| * | Only advertise mechanisms needing channel binding if a channel binding backen... | Tobias Markmann | 2011-02-07 | 1 | -1/+1 |
| * | sasl.util.scarm: Rearrage some code so it makes more sense. | Tobias Markmann | 2011-02-06 | 1 | -5/+6 |
| * | util.sasl.scram: Checking the GS2 header for valid start flag. | Tobias Markmann | 2011-02-06 | 1 | -0/+7 |
| * | util.sasl.scram: Remove some debugging output. | Tobias Markmann | 2011-01-17 | 1 | -6/+0 |
| * | util.sasl.scram: Adding reference to RFC 5929 'Channel Bindings for TLS'. | Tobias Markmann | 2011-01-17 | 1 | -0/+4 |
| * | util.sasl.scram: Validate channel binding data of client final message. | Tobias Markmann | 2011-01-17 | 1 | -3/+12 |
| * | util.sasl.scram: Use self.profile.cb for detection whether channel binding is... | Tobias Markmann | 2011-01-17 | 1 | -3/+3 |
| * | Check whether we support the proposed channel binding type. | Tobias Markmann | 2011-01-15 | 1 | -0/+5 |
| * | Adding some code for channel binding advertising. | Tobias Markmann | 2011-01-12 | 1 | -6/+23 |
| * | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter t... | Waqas Hussain | 2010-12-27 | 4 | -7/+7 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -14/+14 |
* | | util.sasl.external: Add SASL EXTERNAL mechanism | Kim Alvefur | 2013-06-13 | 1 | -0/+25 |
* | | util.hashes, util.sasl.scram: Implement SCRAM-SHA1's Hi in C | Florian Zeitz | 2013-04-28 | 1 | -13/+2 |
* | | util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 | 1 | -1/+1 |
* | | util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callb... | Waqas Hussain | 2013-01-22 | 3 | -5/+25 |
* | | util.sasl.plain: Reduce some code. | Waqas Hussain | 2012-12-15 | 1 | -6/+2 |
* | | util.sasl.plain: make it return "not-authorized" in case of non-existant acco... | Marco Cirillo | 2012-05-28 | 1 | -1/+3 |
* | | util.sasl.scram: Return proper error and don't touch datastores on empty user... | Waqas Hussain | 2011-08-31 | 1 | -1/+1 |
* | | util.sasl.scram: Fix bug in validate_username function. (Thanks Florob) | Tobias Markmann | 2011-02-24 | 1 | -3/+3 |
* | | util.sasl.*: Add 'sasl.' prefix to module names | Matthew Wild | 2011-01-11 | 4 | -6/+6 |
* | | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter t... | Waqas Hussain | 2010-12-27 | 4 | -7/+7 |
|/ |
|
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -3/+3 |
* | util.sasl.scram: Made function Hi public. | Waqas Hussain | 2010-07-26 | 1 | -1/+1 |
* | util.sasl.scram: Reference actual RFC instead of the draft. | Tobias Markmann | 2010-07-15 | 1 | -1/+1 |
* | util.sasl.scram: Authenticate clients by calculated StoredKey instead of Clie... | Tobias Markmann | 2010-06-08 | 1 | -10/+10 |
* | mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted has... | Tobias Markmann | 2010-06-08 | 1 | -5/+6 |
* | SASL: Minor cleanup. | Waqas Hussain | 2010-06-03 | 3 | -6/+4 |
* | util.sasl.scram: Fixed a log level. | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -2/+2 |
* | Merge 0.7->trunk | Matthew Wild | 2010-05-24 | 1 | -1/+1 |
|\ |
|
| * | util.sasl.scram: Fix remaining - in profile name | Matthew Wild | 2010-05-24 | 1 | -1/+1 |
| * | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 2 | -5/+12 |
| * | util.sasl.scram: Fixing logic error in argument checking. | Tobias Markmann | 2010-05-24 | 1 | -1/+1 |