Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Tobias's fancy SASL branch->trunk | Matthew Wild | 2010-05-05 | 5 | -83/+139 |
|\ | |||||
| * | Merge with tip. | Tobias Markmann | 2010-03-12 | 3 | -4/+5 |
| |\ | |||||
| * | | util.sasl: 2009 -> 2010 in copyright header. | Tobias Markmann | 2010-03-12 | 5 | -5/+5 |
| | | | |||||
| * | | util.sasl.scram: Adjusting authentication backend name to conform with the ↵ | Tobias Markmann | 2010-02-28 | 1 | -2/+2 |
| | | | | | | | | | | | | style already used by the plain module. | ||||
| * | | util.sasl.plain: Adding plain_hashed authentication backend support. | Tobias Markmann | 2010-02-28 | 1 | -1/+10 |
| | | | |||||
| * | | util.sasl.scram: Adding documentation on SCRAM authentication backend. | Tobias Markmann | 2010-02-28 | 1 | -0/+10 |
| | | | |||||
| * | | util.sasl.anonymous: Adding documentation on anonymous authentication backend. | Tobias Markmann | 2010-02-28 | 1 | -0/+10 |
| | | | |||||
| * | | util.sasl: Moving SASL authentication backends documentation to the ↵ | Tobias Markmann | 2010-02-28 | 3 | -21/+30 |
| | | | | | | | | | | | | mechanism files. | ||||
| * | | util.sasl: Abstracting out the hash function used since SCRAM is independent ↵ | Tobias Markmann | 2010-02-28 | 1 | -57/+75 |
| | | | | | | | | | | | | of it. Adding scram-{mech} authentication backend support. | ||||
* | | | Merge 0.7->trunk | Matthew Wild | 2010-04-07 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | util.timer: When using libevent hold onto the event handle to stop it being ↵ | Matthew Wild | 2010-04-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | collected (and the timer stopping). Fixes BOSH ghosts, thanks Flo, niekie, waqas. | ||||
* | | | | Merge 0.7->trunk | Matthew Wild | 2010-04-03 | 2 | -3/+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 |
| | | | | | |||||
* | | | | | Merge 0.7->trunk | Matthew Wild | 2010-03-24 | 1 | -2/+0 |
|\| | | | | |||||
| * | | | | util.sasl.digest-md5: Removed unnnecessary check (which included a nil ↵ | Waqas Hussain | 2010-03-24 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | global access). | ||||
* | | | | | Merge 0.7->trunk | Matthew Wild | 2010-03-22 | 25 | -49/+49 |
|\| | | | | |||||
| * | | | | 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 ↵ | Matthew Wild | 2009-11-30 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | name/xmlns | ||||
| | | * | | | util.jid: Add join(node, host, resource) function to join the components and ↵ | Matthew Wild | 2009-11-27 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | return nil if invalid | ||||
| | | * | | | util.dependencies: Make the commands line up properly in the "missing ↵ | Matthew Wild | 2009-11-23 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | dependency" output. Yes, this was the commit you didn't know you were waiting for! | ||||
| | * | | | | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file ↵ | Matthew Wild | 2010-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | doesn't exist 2) we have write access to lock it | ||||
| | * | | | | util.prosodyctl: Report Prosody as not running if the pidfile isn't locked | Matthew Wild | 2010-01-11 | 1 | -2/+9 |
| | |/ / / | |||||
* | | | | | util.xmppstream: new() now returns a parser object | Matthew Wild | 2010-03-22 | 1 | -4/+9 |
| | | | | | |||||
* | | | | | util.xmppstream: Initial commit | Matthew Wild | 2010-03-22 | 1 | -0/+145 |
|/ / / / | |||||
* | | | | util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition ↵ | Matthew Wild | 2010-03-18 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | where appropriate | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | bad clients. Specifically, clients that specify an authzid 'user@domain.com' and authcid 'user'. | ||||
* | | | | util.cyrus_sasl: Pass the realm to Cyrus | Paul Aurich | 2010-03-15 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | util.sasl: Fixed a nil global access. | Waqas Hussain | 2010-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | util.stanza: Fixed nil global accesses. | Waqas Hussain | 2010-03-02 | 1 | -3/+3 |
| | | | |||||
* | | | util.sasl_cyrus: Ensure the mechanisms table is available after a failed ↵ | Waqas Hussain | 2010-03-01 | 1 | -0/+1 |
| |/ |/| | | | | | auth attempt. | ||||
* | | util.sasl.scram: Removed unnecessary dependency on bitlib. | Waqas Hussain | 2010-02-16 | 1 | -1/+0 |
| | | |||||
* | | Backed out changeset cb1f9266130b: better way to achieve this to be ↵ | Matthew Wild | 2010-02-13 | 1 | -43/+0 |
| | | | | | | | | committed Real Soon Now. | ||||
* | | util.datamanager: Added support for hooks to override behavior. | Waqas Hussain | 2010-02-11 | 1 | -0/+43 |
| | | |||||
* | | util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors. | Waqas Hussain | 2010-02-10 | 1 | -1/+1 |
| | | |||||
* | | Merge with backout | Matthew Wild | 2010-02-05 | 1 | -1/+2 |
|\ \ | |||||
| * | | util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some ↵ | Matthew Wild | 2010-02-05 | 1 | -1/+2 |
| | | | | | | | | | | | | clients, re-visit some time down the line | ||||
* | | | util.dependencies: Don't query the config (it isn't really necessary) | Matthew Wild | 2010-02-05 | 1 | -9/+5 |
| | | | |||||
* | | | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> | Matthew Wild | 2010-01-31 | 1 | -7/+10 |
| | | | |||||
* | | | util.stanza: Add stanza:get_error() to return type, condition and text of a ↵ | Matthew Wild | 2010-01-29 | 1 | -0/+26 |
| | | | | | | | | | | | | stanza error |