| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_auth_internal_hashed: Split long lines [luacheck] | Kim Alvefur | 2017-04-04 | 1 | -2/+6 |
* | mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck] | Kim Alvefur | 2017-04-04 | 1 | -2/+2 |
* | mod_auth_internal_hashed: Use util.hex | Kim Alvefur | 2015-05-18 | 1 | -19/+2 |
* | mod_auth_interal_hashed: Update salt and iteration count when setting a new p... | Florian Zeitz | 2014-02-12 | 1 | -5/+7 |
* | mod_auth_internal_hashed: Log calls to provider methods and be consistent wit... | Kim Alvefur | 2013-08-10 | 1 | -2/+4 |
* | mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for ... | Kim Alvefur | 2013-08-10 | 1 | -1/+2 |
* | mod_auth_internal_hashed: Remove this 'initializing' message too | Kim Alvefur | 2013-08-10 | 1 | -1/+0 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -6/+6 |
* | mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ... | Kim Alvefur | 2013-04-19 | 1 | -11/+12 |
* | mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here. | Waqas Hussain | 2013-01-22 | 1 | -7/+1 |
* | mod_auth_internal_{plain,hashed}: Add support for iterating over accounts | Kim Alvefur | 2012-09-21 | 1 | -0/+4 |
* | mod_auth_*: Use module:provides(). | Waqas Hussain | 2012-09-12 | 1 | -2/+2 |
* | mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_pr... | Waqas Hussain | 2012-09-12 | 1 | -88/+86 |
* | mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage fo... | Matthew Wild | 2012-04-28 | 1 | -24/+0 |
* | mod_auth_internal_hashed: Remove unused imports | Matthew Wild | 2012-04-28 | 1 | -9/+0 |
* | mod_auth_internal_{plain,hashed}: Clarify log messages on initialization | Matthew Wild | 2012-03-11 | 1 | -1/+1 |
* | mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option. | Waqas Hussain | 2011-02-23 | 1 | -2/+1 |
* | mod_auth_internal_*: Support for delete_user method | Matthew Wild | 2011-01-04 | 1 | -0/+4 |
* | util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter t... | Waqas Hussain | 2010-12-27 | 1 | -2/+2 |
* | mod_auth_internal_hashed: Fix deleting users | Kim Alvefur | 2010-08-16 | 1 | -0/+3 |
* | usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameter... | Matthew Wild | 2010-07-21 | 1 | -1/+1 |
* | mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non... | Waqas Hussain | 2010-07-17 | 1 | -3/+5 |
* | mod_auth_internal, mod_auth_internal_hashed: Remove checking for nil or empty... | Matthew Wild | 2010-07-08 | 1 | -4/+0 |
* | mod_auth_internal_hashed: Update TODO comments to COMPAT | Matthew Wild | 2010-06-22 | 1 | -3/+3 |
* | mod_auth_internal_hashed: Remove far too many instances of inline hex convers... | Matthew Wild | 2010-06-22 | 1 | -14/+35 |
* | mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from prov... | Matthew Wild | 2010-06-22 | 1 | -10/+1 |
* | mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager". | Waqas Hussain | 2010-06-15 | 1 | -1/+1 |
* | mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable ... | Waqas Hussain | 2010-06-15 | 1 | -2/+2 |
* | mod_auth_internal_hashed: Removed all checks for Cyrus SASL. | Waqas Hussain | 2010-06-15 | 1 | -6/+0 |
* | mod_auth_internal_hashed: Fixed a traceback in account creation. | Waqas Hussain | 2010-06-13 | 1 | -1/+1 |
* | mod_auth_internal{,_hashed}: Update is_admin to only report the admin status ... | Matthew Wild | 2010-06-09 | 1 | -4/+1 |
* | mod_auth_internal_hashed: Removed some useless code. | Waqas Hussain | 2010-06-09 | 1 | -3/+0 |
* | Merge with Tobias. | Waqas Hussain | 2010-06-09 | 1 | -23/+52 |
|\ |
|
| * | mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/serve... | Tobias Markmann | 2010-06-09 | 1 | -0/+4 |
| * | mod_auth_internal_hashed: Remove debugging output. | Tobias Markmann | 2010-06-09 | 1 | -1/+0 |
| * | mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on SCRAM-... | Tobias Markmann | 2010-06-09 | 1 | -0/+9 |
| * | mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN ... | Tobias Markmann | 2010-06-09 | 1 | -19/+13 |
| * | mod_auth_internal_hashed: Coverting salted password to stored_key and server_... | Tobias Markmann | 2010-06-08 | 1 | -2/+17 |
| * | mod_auth_internal_hashed: Store stored_key and server_key when setting a pass... | Tobias Markmann | 2010-06-08 | 1 | -4/+9 |
| * | mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted has... | Tobias Markmann | 2010-06-08 | 1 | -12/+15 |
* | | Fix missing parameter in mod_auth_internal_hashed. | Kim Alvefur | 2010-06-09 | 1 | -1/+1 |
|/ |
|
* | mod_auth_internal_hashed: Added SCRAM-SHA-1 support for SASL. | Waqas Hussain | 2010-06-07 | 1 | -0/+10 |
* | mod_auth_internal, mod_auth_internal_hashed: Fixed a global access. | Waqas Hussain | 2010-06-07 | 1 | -1/+1 |
* | mod_auth_internal, mod_auth_internal_hashed: Updated to provide get_sasl_hand... | Waqas Hussain | 2010-06-07 | 1 | -2/+15 |
* | Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> mod_auth_int... | Matthew Wild | 2010-06-04 | 1 | -0/+128 |