aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL ↵Waqas Hussain2010-06-031-1/+1
| | | | errors, not just the error code.
* util.sasl.scram: Fixed a log level.Waqas Hussain2010-06-031-1/+1
|
* util.sasl.scram: Fix remaining - in profile nameMatthew Wild2010-05-241-1/+1
|
* util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'Tobias Markmann2010-05-242-5/+12
|
* util.sasl.scram: Fixing logic error in argument checking.Tobias Markmann2010-05-241-1/+1
|
* Merge 0.7/waqas->0.7/MattJMatthew Wild2010-05-231-1/+1
|\
| * util.datamanager: Return an error string when failing to save.Waqas Hussain2010-05-231-1/+1
| |
* | util.sasl.scram: Adjusting authentication backend name to conform with the ↵Tobias Markmann2010-02-281-1/+1
| | | | | | | | style already used by the plain module.
* | util.sasl.scram: Fixing issue #177.Tobias Markmann2010-05-221-1/+1
| |
* | util.sasl.plain: Typo.Tobias Markmann2010-05-221-1/+1
| |
* | util.sasl.scram: Providing an API function to generate a salted password for ↵Tobias Markmann2010-05-221-1/+20
| | | | | | | | the SCRAM-SHA-1 mechanism.
* | util.sasl.scram: Split up long line.Tobias Markmann2010-05-221-1/+2
| |
* | util.sasl.scram: Parsing client-final-message in a more strict way. (thanks ↵Tobias Markmann2010-05-221-4/+1
| | | | | | | | Marc Santamaria)
* | util.sasl.scram: Fix in nonce check of client-final-message.Tobias Markmann2010-05-221-2/+2
| |
* | util.sasl.scram: Parsing client-first-message in a more strict way. (thanks ↵Tobias Markmann2010-05-221-4/+2
| | | | | | | | Marc Santamaria)
* | util.sasl.scram: Check nonce in client final message. Check channel binding ↵Tobias Markmann2010-05-221-12/+26
| | | | | | | | flag in client first message. Adding some TODOs on more strict parsing. (thanks Marc Santamaria)
* | util.sasl.scram: Fixed global access.Waqas Hussain2010-05-061-4/+4
| |
* | util.sasl.scram: Adding documentation on SCRAM authentication backend.Tobias Markmann2010-02-281-0/+10
| |
* | util.sasl: Abstracting out the hash function used since SCRAM is independent ↵Tobias Markmann2010-02-281-57/+75
| | | | | | | | of it. Adding scram-{mech} authentication backend support.
* | util.sasl.plain: Removing plain_hashed authentication provider. Just do ↵Tobias Markmann2010-05-211-10/+1
| | | | | | | | hashing and comparison yourself in a plain_test authentication provider.
* | util.sasl: 2009 -> 2010 in copyright header.Tobias Markmann2010-03-124-4/+4
| |
* | util.sasl.plain: Adding plain_hashed authentication backend support.Tobias Markmann2010-02-281-1/+10
| |
* | util.sasl: Moving SASL authentication backends documentation to the ↵Tobias Markmann2010-02-283-21/+30
|/ | | | mechanism files.
* util.datamanager: When failing to load a file, and the file exists, return ↵Waqas Hussain2010-05-221-4/+12
| | | | nil, error.
* util.sasl_cyrus: Support for specifying the application name (to pass to ↵Matthew Wild2010-05-201-2/+2
| | | | Cyrus SASL's init())
* util.timer: When using libevent hold onto the event handle to stop it being ↵Matthew Wild2010-04-071-2/+3
| | | | collected (and the timer stopping). Fixes BOSH ghosts, thanks Flo, niekie, waqas.
* 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
| |
* | util.sasl.digest-md5: Removed unnnecessary check (which included a nil ↵Waqas Hussain2010-03-241-2/+0
| | | | | | | | global access).
* | 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 ↵Matthew Wild2009-11-301-0/+11
| | | | | | | | | | | | name/xmlns
| | * util.jid: Add join(node, host, resource) function to join the components and ↵Matthew Wild2009-11-271-0/+13
| | | | | | | | | | | | return nil if invalid
| | * util.dependencies: Make the commands line up properly in the "missing ↵Matthew Wild2009-11-231-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 Wild2010-01-131-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 lockedMatthew Wild2010-01-111-2/+9
| |/
* | util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition ↵Matthew Wild2010-03-181-6/+2
| | | | | | | | where appropriate
* | 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
| | | | | | | | | | | | bad clients. Specifically, clients that specify an authzid 'user@domain.com' and authcid 'user'.
* | 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
| |