Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | | usermanager: Changed auth provider functions to methods. | Waqas Hussain | 2010-05-19 | 1 | -14/+14 |
| | | |||||
* | | usermanager: Export new_default_provider() | Matthew Wild | 2010-05-15 | 1 | -0/+2 |
| | | |||||
* | | usermanager: Handle auth providers for components. | Waqas Hussain | 2010-05-13 | 1 | -2/+4 |
| | | |||||
* | | usermanager: Fix logic for per-host admin tables (thanks Maranda) | Matthew Wild | 2010-05-12 | 1 | -6/+8 |
| | | |||||
* | | usermanager: Bump log level of incorrect config option warnings | Matthew Wild | 2010-05-07 | 1 | -2/+2 |
| | | |||||
* | | usermanager: Fix for is_admin to work with the new auth provider architecture | Matthew Wild | 2010-05-07 | 1 | -7/+16 |
| | | |||||
* | | usermanager: Give the default auth provider a name, you'll never guess what ↵ | Matthew Wild | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | | it is. | ||||
* | | usermanager: Support for pluggable authentication providers | Matthew Wild | 2010-05-05 | 1 | -48/+83 |
|/ | |||||
* | usermanager: Added function set_password. | Waqas Hussain | 2010-03-24 | 1 | -0/+9 |
| | |||||
* | usermanager: Return sane errors/results when Cyrus SASL is in use. | Waqas Hussain | 2010-03-23 | 1 | -1/+8 |
| | |||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | usermanager: Removed an unnecessary global access. | Waqas Hussain | 2009-10-21 | 1 | -4/+1 |
| | |||||
* | usermanager: Logged a clear warning when the 'admins' option is not a table. | Waqas Hussain | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | usermanager: Changed function is_admin to allow checking for host-specific ↵ | Waqas Hussain | 2009-10-21 | 1 | -2/+6 |
| | | | | admins. | ||||
* | usermanager: Reduced some code | Waqas Hussain | 2009-07-25 | 1 | -3/+1 |
| | |||||
* | usermanager: Removed an unnecessary check | Waqas Hussain | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Switch to using a more generic credentials_callback/handler for SASL auth. | nick | 2009-07-24 | 1 | -3/+8 |
| | | | | | | | Not all authentication mechanisms have the same requirements; it makes sense to provide them only with the information they require (and for them to depend on that) so that as many auth mechanisms as possible can be supported with a variety of credentials-storing schemes. This commit patches that together | ||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | usermanager: Added is_admin(jid) | Waqas Hussain | 2009-03-08 | 1 | -0/+15 |
| | |||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
| |