Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | util.sasl.scram: Reference actual RFC instead of the draft. | Tobias Markmann | 2010-07-15 | 1 | -1/+1 | |
|/ | ||||||
* | util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in ↵ | Waqas Hussain | 2010-07-15 | 2 | -2/+2 | |
| | | | | method:select(). | |||||
* | util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), ↵ | Waqas Hussain | 2010-07-14 | 2 | -3/+2 | |
| | | | | instead of using the mechanisms list directly (fixes a traceback). | |||||
* | util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use ↵ | Waqas Hussain | 2010-07-14 | 2 | -12/+18 | |
| | | | | list of mechanisms. | |||||
* | util.sasl: Use the proper session-specific table of mechanisms when ↵ | Waqas Hussain | 2010-07-14 | 1 | -2/+2 | |
| | | | | selecting a mechanism, and not the global table. | |||||
* | SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. | Waqas Hussain | 2010-07-14 | 2 | -2/+2 | |
| | ||||||
* | util.roster: Initial skeleton commit | Matthew Wild | 2010-07-14 | 1 | -0/+19 | |
| | ||||||
* | util.logger: Add reset() method to clear all sinks | Matthew Wild | 2010-07-14 | 1 | -0/+15 | |
| | ||||||
* | util.caps: Entity capabilities hash generation (moved from mod_pep) | Matthew Wild | 2010-07-09 | 1 | -0/+61 | |
| | ||||||
* | util.filters: Add newline at end of file | Matthew Wild | 2010-07-08 | 1 | -1/+1 | |
| | ||||||
* | util.prosodyctl: Fixed host variables in user_exists. | Tobias Tom | 2010-07-01 | 1 | -2/+2 | |
| | ||||||
* | Merge 0.7->trunk | Matthew Wild | 2010-06-29 | 1 | -3/+44 | |
|\ | ||||||
| * | util.sasl_cyrus: Return error strings using the new table mapping error ↵ | Waqas Hussain | 2010-06-24 | 1 | -3/+3 | |
| | | | | | | | | codes to strings. | |||||
| * | util.sasl_cyrus: Added a table mapping error codes to strings. | Waqas Hussain | 2010-06-24 | 1 | -0/+41 | |
| | | ||||||
* | | util.prosodyctl: Initialize the host's auth provider if necessary (thanks ↵ | Matthew Wild | 2010-06-29 | 1 | -0/+12 | |
| | | | | | | | | johnny, and all the other people whom this hindered :) ) | |||||
* | | Merge 0.7->trunk | Matthew Wild | 2010-06-11 | 1 | -23/+0 | |
|\| | ||||||
| * | prosodyctl, util.pluginloader: Remove support for storing plugins in the ↵ | Matthew Wild | 2010-06-11 | 1 | -23/+0 | |
| | | | | | | | | data store, and the addplugin command | |||||
| * | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL ↵ | Waqas Hussain | 2010-06-03 | 1 | -1/+1 | |
| | | | | | | | | errors, not just the error code. | |||||
| * | util.sasl.scram: Fixed a log level. | Waqas Hussain | 2010-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | util.sasl.scram: Authenticate clients by calculated StoredKey instead of ↵ | Tobias Markmann | 2010-06-08 | 1 | -10/+10 | |
| | | | | | | | | ClientProof. | |||||
* | | mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted ↵ | Tobias Markmann | 2010-06-08 | 1 | -5/+6 | |
| | | | | | | | | hashed password. | |||||
* | | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL ↵ | Waqas Hussain | 2010-06-03 | 1 | -1/+1 | |
| | | | | | | | | errors, not just the error code. | |||||
* | | SASL: Minor cleanup. | Waqas Hussain | 2010-06-03 | 4 | -11/+6 | |
| | | ||||||
* | | util.sasl.scram: Fixed a log level. | Waqas Hussain | 2010-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -2/+2 | |
| | | ||||||
* | | util.filters: Ensure initialize() never initializes an object twice - and ↵ | Matthew Wild | 2010-06-02 | 1 | -10/+13 | |
| | | | | | | | | return the filter function to the caller | |||||
* | | util.filters: Break processing if a filterer returns nil | Matthew Wild | 2010-06-02 | 1 | -0/+1 | |
| | | ||||||
* | | util.filters: Don't traceback with no filters of a type added | Matthew Wild | 2010-06-02 | 1 | -2/+4 | |
| | | ||||||
* | | util.filters: Don't traceback when trying to remove a filter from an ↵ | Matthew Wild | 2010-06-02 | 1 | -0/+1 | |
| | | | | | | | | uninitialized object | |||||
* | | util.filters: Expose the initialization function | Matthew Wild | 2010-06-02 | 1 | -2/+2 | |
| | | ||||||
* | | util.filters: New utility library for managing filters on an object | Matthew Wild | 2010-06-02 | 1 | -0/+61 | |
| | | ||||||
* | | Merge 0.7->trunk | Matthew Wild | 2010-05-24 | 1 | -1/+1 | |
|\| | ||||||
| * | util.sasl.scram: Fix remaining - in profile name | Matthew Wild | 2010-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 2 | -5/+12 | |
| | | ||||||
| * | util.sasl.scram: Fixing logic error in argument checking. | Tobias Markmann | 2010-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 2 | -5/+12 | |
| | | ||||||
* | | util.sasl.scram: Fixing logic error in argument checking. | Tobias Markmann | 2010-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 0.7->trunk | Matthew Wild | 2010-05-23 | 2 | -6/+14 | |
|\| | ||||||
| * | Merge 0.7/waqas->0.7/MattJ | Matthew Wild | 2010-05-23 | 1 | -1/+1 | |
| |\ | ||||||
| | * | util.datamanager: Return an error string when failing to save. | Waqas Hussain | 2010-05-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | util.sasl.scram: Adjusting authentication backend name to conform with the ↵ | Tobias Markmann | 2010-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | style already used by the plain module. | |||||
| * | | util.sasl.scram: Fixing issue #177. | Tobias Markmann | 2010-05-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | util.sasl.plain: Typo. | Tobias Markmann | 2010-05-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | util.sasl.scram: Providing an API function to generate a salted password for ↵ | Tobias Markmann | 2010-05-22 | 1 | -1/+20 | |
| | | | | | | | | | | | | the SCRAM-SHA-1 mechanism. | |||||
| * | | util.sasl.scram: Split up long line. | Tobias Markmann | 2010-05-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | util.sasl.scram: Parsing client-final-message in a more strict way. (thanks ↵ | Tobias Markmann | 2010-05-22 | 1 | -4/+1 | |
| | | | | | | | | | | | | Marc Santamaria) | |||||
| * | | util.sasl.scram: Fix in nonce check of client-final-message. | Tobias Markmann | 2010-05-22 | 1 | -2/+2 | |
| | | | ||||||
| * | | util.sasl.scram: Parsing client-first-message in a more strict way. (thanks ↵ | Tobias Markmann | 2010-05-22 | 1 | -4/+2 | |
| | | | | | | | | | | | | Marc Santamaria) | |||||
| * | | util.sasl.scram: Check nonce in client final message. Check channel binding ↵ | Tobias Markmann | 2010-05-22 | 1 | -12/+26 | |
| | | | | | | | | | | | | flag in client first message. Adding some TODOs on more strict parsing. (thanks Marc Santamaria) | |||||
| * | | util.sasl.scram: Fixed global access. | Waqas Hussain | 2010-05-06 | 1 | -4/+4 | |
| | | |