Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core.usermanager, various modules: Disconnect other resources on password ↵ | Kim Alvefur | 2017-07-28 | 1 | -2/+6 |
| | | | | change (thanks waqas) (fixes #512) | ||||
* | usermanager: Shortcircuit user existence check if they have existing sessions | Kim Alvefur | 2016-02-21 | 1 | -0/+1 |
| | |||||
* | core.usermanager: Return as soon as possible once admin status is known | Kim Alvefur | 2015-12-06 | 1 | -9/+6 |
| | |||||
* | core.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -14/+27 |
| | |||||
* | portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, ↵ | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
| | | | | usermanager, util.xml: Add luacheck annotations | ||||
* | usermanager: Capitalize log message | Kim Alvefur | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | usermanager: Remove unused import of pairs() | Matthew Wild | 2013-08-13 | 1 | -1/+0 |
| | |||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -5/+5 |
| | |||||
* | core.*: Complete removal of all traces of the "core" section and ↵ | Kim Alvefur | 2013-03-23 | 1 | -6/+6 |
| | | | | section-related code. | ||||
* | usermanager: Add support for iterating over accounts | Kim Alvefur | 2012-09-21 | 1 | -0/+4 |
| | |||||
* | storagemanager: Add purge() for purging user data from all backends in use | Kim Alvefur | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | core.usermanager: Don't close sessions ourselves when deleting users. ↵ | Kim Alvefur | 2012-08-25 | 1 | -6/+1 |
| | | | | Instead, fire an event that modules can hook. | ||||
* | usermanager: Add method for deleting a user | Kim Alvefur | 2012-07-28 | 1 | -1/+11 |
| | |||||
* | usermanager: Pass session on to auth provider (missing half of commit ↵ | Matthew Wild | 2012-07-07 | 1 | -2/+2 |
| | | | | 0545a574667b) (thanks Zash) | ||||
* | usermanager: Add log error for use of COMPAT config option ↵ | Matthew Wild | 2012-04-28 | 1 | -1/+4 |
| | | | | 'anonymous_login'. To be removed in next version. | ||||
* | usermanager: Prep admin JIDs (fixes issue#276). | Waqas Hussain | 2011-12-14 | 1 | -2/+4 |
| | |||||
* | usermanager: Check host exists before trying to look up admins for it | Matthew Wild | 2011-04-05 | 1 | -0/+2 |
| | |||||
* | usermanager: Add delete_user method | Matthew Wild | 2011-01-04 | 1 | -0/+4 |
| | |||||
* | usermanager: Have methods not implemented in the active provider fall back ↵ | Matthew Wild | 2011-01-04 | 1 | -1/+3 |
| | | | | to the null provider (later we can add support for chains of providers) | ||||
* | usermanager: Change dummy provider method to return an error string also ↵ | Matthew Wild | 2011-01-04 | 1 | -2/+4 |
| | | | | (method not implemented) | ||||
* | usermanager: Assume authentication="anonymous" when anonymous_login=true. | Waqas Hussain | 2010-12-27 | 1 | -0/+2 |
| | |||||
* | usermanager: Fixed a possible traceback when is_admin() was used on a component. | Waqas Hussain | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | usermanager: Removed redundant import of util.datamanager and util.hashes. | Waqas Hussain | 2010-12-10 | 1 | -3/+0 |
| | |||||
* | usermanager: Don't load auth modules for components. | Waqas Hussain | 2010-11-11 | 1 | -0/+2 |
| | |||||
* | modulemanager, usermanager: Removed hooks for the 'component-activated' ↵ | Waqas Hussain | 2010-11-10 | 1 | -1/+0 |
| | | | | event (components now fire 'host-activated'). | ||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -5/+5 |
| | |||||
* | usermanager: Get rid unused Cyrus SASL related code. | Waqas Hussain | 2010-08-23 | 1 | -4/+0 |
| | |||||
* | usermanager: Fix two nil global accesses | Matthew Wild | 2010-07-31 | 1 | -2/+2 |
| | |||||
* | usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of ↵ | Matthew Wild | 2010-07-21 | 1 | -1/+1 |
| | | | | parameters for usermanager.test_password - username, host, password | ||||
* | usermanager: Return a non-nil SASL handler from the null auth provider ↵ | Waqas Hussain | 2010-07-14 | 1 | -1/+3 |
| | | | | (fixes a traceback). | ||||
* | mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and ↵ | Matthew Wild | 2010-07-08 | 1 | -1/+1 |
| | | | | update usermanager to still use it as the default | ||||
* | usermanager: Expose host_handler() as initialize_host() | Matthew Wild | 2010-06-29 | 1 | -3/+3 |
| | |||||
* | usermanager: is_admin: Resume the old role of determining precisely whether ↵ | Matthew Wild | 2010-06-22 | 1 | -9/+28 |
| | | | | a user is an admin for a given host (or a global admin) - auth providers checked for JIDs not listed in the config if they support it | ||||
* | usermanager: Handle checking for global admins on behalf of providers | Matthew Wild | 2010-06-09 | 1 | -4/+9 |
| | |||||
* | usermanager: Changed get_supported_methods to get_sasl_handler. | Waqas Hussain | 2010-06-07 | 1 | -2/+2 |
| | |||||
* | Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> ↵ | Matthew Wild | 2010-06-04 | 1 | -3/+9 |
| | | | | 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. | ||||
* | usermanager: Rename the fallback provider from 'dummyauth' to 'null' | Matthew Wild | 2010-06-04 | 1 | -1/+1 |
| | |||||
* | usermanager: Add hunk that got missed in a merge | Matthew Wild | 2010-06-04 | 1 | -1/+2 |
| | |||||
* | Correct out of order logic in mod_hashpassauth | Jeff Mitchell | 2010-05-28 | 1 | -0/+4 |
| | | | | Make saslauth check the existence of the get_password and test_password functions to determine which authentication profile to use. | ||||
* | Add mechanism for upgrading to hashed passwords from default. Remove some ↵ | Jeff Mitchell | 2010-05-27 | 1 | -12/+1 |
| | | | | extra debug. | ||||
* | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -7/+10 |
| | |||||
* | Working defaultauth | Jeff Mitchell | 2010-05-20 | 1 | -9/+21 |
| | |||||
* | Update usermanager to not crash, etc. | Jeff Mitchell | 2010-05-20 | 1 | -7/+8 |
| | |||||
* | First bit of work | Jeff Mitchell | 2010-05-20 | 1 | -65/+8 |
| | |||||
* | Merge backout | Matthew Wild | 2010-06-04 | 1 | -14/+14 |
|\ | |||||
| * | Backed out changeset 8bd3857a75ee | Matthew Wild | 2010-06-04 | 1 | -14/+14 |
| | | |||||
* | | Merge 0.7->trunk | Matthew Wild | 2010-05-23 | 1 | -1/+2 |
|\ \ | |||||
| * | | usermanager: Take datamanager errors into account when determining account ↵ | Waqas Hussain | 2010-05-24 | 1 | -1/+2 |
| | | | | | | | | | | | | existance. | ||||
* | | | Merge 0.7->trunk | Matthew Wild | 2010-05-20 | 1 | -2/+4 |
|\| | | |/ |/| | |||||
| * | usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional ↵ | Matthew Wild | 2010-05-20 | 1 | -2/+4 |
| | | | | | | | | (default: not required) |