| Commit message (Expand) | Author | Age | Files | Lines |
* | util.sasl_cyrus: Return error strings using the new table mapping error codes... | Waqas Hussain | 2010-06-24 | 1 | -3/+3 |
* | util.sasl_cyrus: Added a table mapping error codes to strings. | Waqas Hussain | 2010-06-24 | 1 | -0/+41 |
* | prosodyctl, util.pluginloader: Remove support for storing plugins in the data... | Matthew Wild | 2010-06-11 | 1 | -23/+0 |
* | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors,... | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | util.sasl.scram: Fixed a log level. | Waqas Hussain | 2010-06-03 | 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 |
* | 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 st... | Tobias Markmann | 2010-02-28 | 1 | -1/+1 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | util.sasl.scram: Check nonce in client final message. Check channel binding f... | Tobias Markmann | 2010-05-22 | 1 | -12/+26 |
* | | util.sasl.scram: Fixed global access. | Waqas Hussain | 2010-05-06 | 1 | -4/+4 |
* | | util.sasl.scram: Adding documentation on SCRAM authentication backend. | Tobias Markmann | 2010-02-28 | 1 | -0/+10 |
* | | util.sasl: Abstracting out the hash function used since SCRAM is independent ... | Tobias Markmann | 2010-02-28 | 1 | -57/+75 |
* | | util.sasl.plain: Removing plain_hashed authentication provider. Just do hashi... | Tobias Markmann | 2010-05-21 | 1 | -10/+1 |
* | | util.sasl: 2009 -> 2010 in copyright header. | Tobias Markmann | 2010-03-12 | 4 | -4/+4 |
* | | util.sasl.plain: Adding plain_hashed authentication backend support. | Tobias Markmann | 2010-02-28 | 1 | -1/+10 |
* | | util.sasl: Moving SASL authentication backends documentation to the mechanism... | Tobias Markmann | 2010-02-28 | 3 | -21/+30 |
|/ |
|
* | util.datamanager: When failing to load a file, and the file exists, return ni... | Waqas Hussain | 2010-05-22 | 1 | -4/+12 |
* | util.sasl_cyrus: Support for specifying the application name (to pass to Cyru... | Matthew Wild | 2010-05-20 | 1 | -2/+2 |
* | util.timer: When using libevent hold onto the event handle to stop it being c... | Matthew Wild | 2010-04-07 | 1 | -2/+3 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-04-03 | 2 | -3/+3 |
|\ |
|
| * | util.ztact: Fixed global accesses. | Waqas Hussain | 2010-04-01 | 1 | -2/+2 |
| * | util.uuid: Use a local instead of a global. | Waqas Hussain | 2010-04-01 | 1 | -1/+1 |
| * | util.stanza: Fixed some more nil global accesses. | Waqas Hussain | 2010-04-01 | 1 | -3/+3 |
| * | util.stanza: Fixed a nil global access. | Waqas Hussain | 2010-04-01 | 1 | -0/+2 |
* | | util.sasl.digest-md5: Removed unnnecessary check (which included a nil global... | Waqas Hussain | 2010-03-24 | 1 | -2/+0 |
* | | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 24 | -47/+47 |
|\| |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 24 | -47/+47 |
| * | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 5 | -12/+43 |
| |\ |
|
| | * | util.sasl.plain: Allow empty authzid (thanks bjc). | Waqas Hussain | 2009-12-01 | 1 | -1/+1 |
| | * | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> | Matthew Wild | 2010-01-31 | 1 | -7/+10 |
| | * | util.dataforms: Add optional type parameters (defaults to 'form') | Matthew Wild | 2010-01-22 | 1 | -2/+2 |
| | * | util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a na... | Matthew Wild | 2009-11-30 | 1 | -0/+11 |
| | * | util.jid: Add join(node, host, resource) function to join the components and ... | Matthew Wild | 2009-11-27 | 1 | -0/+13 |
| | * | util.dependencies: Make the commands line up properly in the "missing depende... | Matthew Wild | 2009-11-23 | 1 | -2/+6 |
| * | | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn... | Matthew Wild | 2010-01-13 | 1 | -1/+1 |
| * | | util.prosodyctl: Report Prosody as not running if the pidfile isn't locked | Matthew Wild | 2010-01-11 | 1 | -2/+9 |
| |/ |
|
* | | util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition wher... | Matthew Wild | 2010-03-18 | 1 | -6/+2 |
* | | util.sasl_cyrus: Clarify some log messages and levels | Matthew Wild | 2010-03-18 | 1 | -3/+3 |
* | | util.sasl_cyrus: Protect the call to cyrussasl.server_new properly. | Paul Aurich | 2010-03-17 | 1 | -5/+8 |
* | | util.sasl_cyrus: If available, use a c14n callback for interoperability with ... | Paul Aurich | 2010-03-17 | 1 | -0/+10 |