| Commit message (Expand) | Author | Age | Files | Lines |
* | 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, userm... | Matthew Wild | 2015-05-06 | 1 | -1/+1 |
* | 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 section-rela... | Kim Alvefur | 2013-03-23 | 1 | -6/+6 |
* | 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. Instead... | Kim Alvefur | 2012-08-25 | 1 | -6/+1 |
* | 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 0545a57... | Matthew Wild | 2012-07-07 | 1 | -2/+2 |
* | usermanager: Add log error for use of COMPAT config option 'anonymous_login'.... | Matthew Wild | 2012-04-28 | 1 | -1/+4 |
* | 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 to... | Matthew Wild | 2011-01-04 | 1 | -1/+3 |
* | usermanager: Change dummy provider method to return an error string also (met... | Matthew Wild | 2011-01-04 | 1 | -2/+4 |
* | 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' event... | Waqas Hussain | 2010-11-10 | 1 | -1/+0 |
* | 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 parameter... | Matthew Wild | 2010-07-21 | 1 | -1/+1 |
* | usermanager: Return a non-nil SASL handler from the null auth provider (fixes... | Waqas Hussain | 2010-07-14 | 1 | -1/+3 |
* | mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update... | Matthew Wild | 2010-07-08 | 1 | -1/+1 |
* | 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 a... | Matthew Wild | 2010-06-22 | 1 | -9/+28 |
* | 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 -> mod_auth_int... | Matthew Wild | 2010-06-04 | 1 | -3/+9 |
* | 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 |
* | Add mechanism for upgrading to hashed passwords from default. Remove some ext... | Jeff Mitchell | 2010-05-27 | 1 | -12/+1 |
* | 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 ex... | Waqas Hussain | 2010-05-24 | 1 | -1/+2 |
* | | | 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 |
* | | usermanager: Changed auth provider functions to methods. | Waqas Hussain | 2010-05-19 | 1 | -14/+14 |