prosody
log
graph
tags
bookmarks
branches
8f5d76cc4162
browse
changeset
plugins/mod_auth_internal_hashed.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
plugins/mod_auth_internal_hashed.lua @ 3267:
8f5d76cc4162
less
more
|
(0)
tip
description
author
age
mod_auth_internal_hashed: Removed all checks for Cyrus SASL.
Waqas Hussain
2010-06-15
mod_auth_internal_hashed: Fixed a traceback in account creation.
Waqas Hussain
2010-06-12
mod_auth_internal{,_hashed}: Update is_admin to only report the admin status of the current host (ignores global admin rights), fixes global access traceback
Matthew Wild
2010-06-09
mod_auth_internal_hashed: Removed some useless code.
Waqas Hussain
2010-06-09
Merge with Tobias.
Waqas Hussain
2010-06-09
mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/server_key and store new authentication database.
Tobias Markmann
2010-06-09
mod_auth_internal_hashed: Remove debugging output.
Tobias Markmann
2010-06-09
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on SCRAM-SHA-1 login.
Tobias Markmann
2010-06-09
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on PLAIN login.
Tobias Markmann
2010-06-09
mod_auth_internal_hashed: Coverting salted password to stored_key and server_key.
Tobias Markmann
2010-06-08
mod_auth_internal_hashed: Store stored_key and server_key when setting a password.
Tobias Markmann
2010-06-08
mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted hashed password.
Tobias Markmann
2010-06-08
Fix missing parameter in mod_auth_internal_hashed.
Kim Alvefur
2010-06-09
mod_auth_internal_hashed: Added SCRAM-SHA-1 support for SASL.
Waqas Hussain
2010-06-06
mod_auth_internal, mod_auth_internal_hashed: Fixed a global access.
Waqas Hussain
2010-06-06
mod_auth_internal, mod_auth_internal_hashed: Updated to provide get_sasl_handler.
Waqas Hussain
2010-06-06
Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> mod_auth_internal_hashed, and the providers to internal and internal_hashed respectively. Also no longer auto-load defaultauth, but instead auto-load the plugin selected for each host at startup based on the provider name.
base
plugins/mod_hashpassauth.lua@2ffd95e86cf1
Matthew Wild
2010-06-04
less
more
|
(0)
tip