aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util.sasl.scram: Fixed global access.Waqas Hussain2010-05-061-2/+2
* Merge Tobias's fancy SASL branch->trunkMatthew Wild2010-05-055-83/+139
|\
| * Merge with tip.Tobias Markmann2010-03-123-4/+5
| |\
| * | util.sasl: 2009 -> 2010 in copyright header.Tobias Markmann2010-03-125-5/+5
| * | util.sasl.scram: Adjusting authentication backend name to conform with the st...Tobias Markmann2010-02-281-2/+2
| * | util.sasl.plain: Adding plain_hashed authentication backend support.Tobias Markmann2010-02-281-1/+10
| * | util.sasl.scram: Adding documentation on SCRAM authentication backend.Tobias Markmann2010-02-281-0/+10
| * | util.sasl.anonymous: Adding documentation on anonymous authentication backend.Tobias Markmann2010-02-281-0/+10
| * | util.sasl: Moving SASL authentication backends documentation to the mechanism...Tobias Markmann2010-02-283-21/+30
| * | util.sasl: Abstracting out the hash function used since SCRAM is independent ...Tobias Markmann2010-02-281-57/+75
* | | Merge 0.7->trunkMatthew Wild2010-04-071-2/+3
|\ \ \
| * | | util.timer: When using libevent hold onto the event handle to stop it being c...Matthew Wild2010-04-071-2/+3
* | | | Merge 0.7->trunkMatthew Wild2010-04-032-3/+3
|\| | |
| * | | Merge 0.6->0.7Matthew Wild2010-04-032-3/+3
| |\ \ \
| | * | | util.ztact: Fixed global accesses.Waqas Hussain2010-04-011-2/+2
| | * | | util.uuid: Use a local instead of a global.Waqas Hussain2010-04-011-1/+1
| | * | | util.stanza: Fixed some more nil global accesses.Waqas Hussain2010-04-011-3/+3
| | * | | util.stanza: Fixed a nil global access.Waqas Hussain2010-04-011-0/+2
* | | | | Merge 0.7->trunkMatthew Wild2010-03-241-2/+0
|\| | | |
| * | | | util.sasl.digest-md5: Removed unnnecessary check (which included a nil global...Waqas Hussain2010-03-241-2/+0
* | | | | Merge 0.7->trunkMatthew Wild2010-03-2225-49/+49
|\| | | |
| * | | | Merge 0.6->0.7Matthew Wild2010-03-2224-47/+47
| |\| | |
| | * | | Update copyright headers for 2010Matthew Wild2010-03-2224-47/+47
| | * | | Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-035-12/+43
| | |\ \ \
| | | * | | util.sasl.plain: Allow empty authzid (thanks bjc).Waqas Hussain2009-12-011-1/+1
| | | * | | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>Matthew Wild2010-01-311-7/+10
| | | * | | util.dataforms: Add optional type parameters (defaults to 'form')Matthew Wild2010-01-221-2/+2
| | | * | | util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a na...Matthew Wild2009-11-301-0/+11
| | | * | | util.jid: Add join(node, host, resource) function to join the components and ...Matthew Wild2009-11-271-0/+13
| | | * | | util.dependencies: Make the commands line up properly in the "missing depende...Matthew Wild2009-11-231-2/+6
| | * | | | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn...Matthew Wild2010-01-131-1/+1
| | * | | | util.prosodyctl: Report Prosody as not running if the pidfile isn't lockedMatthew Wild2010-01-111-2/+9
| | |/ / /
* | | | | util.xmppstream: new() now returns a parser objectMatthew Wild2010-03-221-4/+9
* | | | | util.xmppstream: Initial commitMatthew Wild2010-03-221-0/+145
|/ / / /
* | | | util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition wher...Matthew Wild2010-03-181-6/+2
* | | | util.sasl_cyrus: Clarify some log messages and levelsMatthew Wild2010-03-181-3/+3
* | | | util.sasl_cyrus: Protect the call to cyrussasl.server_new properly.Paul Aurich2010-03-171-5/+8
* | | | util.sasl_cyrus: If available, use a c14n callback for interoperability with ...Paul Aurich2010-03-171-0/+10
* | | | util.cyrus_sasl: Pass the realm to CyrusPaul Aurich2010-03-151-1/+1
| |_|/ |/| |
* | | util.sasl: Fixed a nil global access.Waqas Hussain2010-03-021-1/+1
* | | util.stanza: Fixed nil global accesses.Waqas Hussain2010-03-021-3/+3
* | | util.sasl_cyrus: Ensure the mechanisms table is available after a failed auth...Waqas Hussain2010-03-011-0/+1
| |/ |/|
* | util.sasl.scram: Removed unnecessary dependency on bitlib.Waqas Hussain2010-02-161-1/+0
* | Backed out changeset cb1f9266130b: better way to achieve this to be committed...Matthew Wild2010-02-131-43/+0
* | util.datamanager: Added support for hooks to override behavior.Waqas Hussain2010-02-111-0/+43
* | util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors.Waqas Hussain2010-02-101-1/+1
* | Merge with backoutMatthew Wild2010-02-051-1/+2
|\ \
| * | util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some clients...Matthew Wild2010-02-051-1/+2
* | | util.dependencies: Don't query the config (it isn't really necessary)Matthew Wild2010-02-051-9/+5
* | | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>Matthew Wild2010-01-311-7/+10