Log

description author age
util.sasl.scram: Split up long line. Tobias Markmann Sat, 22 May 2010 14:58:24 +0200
util.sasl.scram: Parsing client-final-message in a more strict way. (thanks Marc Santamaria) Tobias Markmann Sat, 22 May 2010 14:47:21 +0200
util.sasl.scram: Fix in nonce check of client-final-message. Tobias Markmann Sat, 22 May 2010 13:59:58 +0200
util.sasl.scram: Parsing client-first-message in a more strict way. (thanks Marc Santamaria) Tobias Markmann Sat, 22 May 2010 13:58:15 +0200
util.sasl.scram: Check nonce in client final message. Check channel binding flag in client first message. Adding some TODOs on more strict parsing. (thanks Marc Santamaria) Tobias Markmann Sat, 22 May 2010 01:48:31 +0200
util.sasl.plain: Removing plain_hashed authentication provider. Just do hashing and comparison yourself in a plain_test authentication provider. Tobias Markmann Fri, 21 May 2010 23:40:29 +0200
Merge 0.7->trunk Matthew Wild Fri, 21 May 2010 19:28:56 +0100
mod_bosh: Re-layout session object creation to make lines shorter Matthew Wild Fri, 21 May 2010 19:27:06 +0100
mod_bosh: Add option consider_bosh_secure to treat BOSH sessions as encrypted even if they don't use HTTP (useful for when secure requests are proxied to Prosody over HTTP) Matthew Wild Fri, 21 May 2010 19:24:50 +0100
mod_privacy: Fix several possible tracebacks when either the contact is a host JID, or the contact isn't in your roster and you have roster group/subscription rules in place Matthew Wild Fri, 21 May 2010 19:20:21 +0100
mod_privacy: Remove validation that checks a roster group you block actually exists - it would be time-consuming on large rosters, and isn't important (or correct?) anyway. Matthew Wild Fri, 21 May 2010 19:19:29 +0100
Merge 0.7->trunk Matthew Wild Thu, 20 May 2010 11:52:20 +0100
mod_saslauth: Split out cyrus SASL config options into locals, and add support for cyrus_application_name (default: 'prosody') Matthew Wild Thu, 20 May 2010 11:51:55 +0100
Merge 0.7->trunk Matthew Wild Thu, 20 May 2010 11:44:41 +0100
usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required) Matthew Wild Thu, 20 May 2010 11:32:24 +0100
util.sasl_cyrus: Support for specifying the application name (to pass to Cyrus SASL's init()) Matthew Wild Thu, 20 May 2010 11:13:51 +0100
mod_saslauth: Add return value and error message to the Cyrus SASL handle_status callback Matthew Wild Thu, 20 May 2010 11:08:51 +0100
mod_saslauth: Allow the Cyrus SASL realm to be configurable Matthew Wild Thu, 20 May 2010 11:05:43 +0100
Merge 0.7->trunk Matthew Wild Thu, 20 May 2010 10:48:44 +0100
net.dns: Remove redundant locals declaration Matthew Wild Thu, 20 May 2010 10:46:08 +0100
net.dns: Fix dns.lookup from commit e54774bd73a7 Matthew Wild Thu, 20 May 2010 10:45:29 +0100
net.dns: Remove redundant locals declaration Matthew Wild Thu, 20 May 2010 10:46:08 +0100
net.dns: Fix dns.lookup from commit e54774bd73a7 Matthew Wild Thu, 20 May 2010 10:45:29 +0100
Merge 0.7->trunk Matthew Wild Thu, 20 May 2010 09:41:27 +0100
mod_groups: Remove potentially verbose per-contact logging (thanks Flo) Matthew Wild Thu, 20 May 2010 09:40:33 +0100
usermanager: Changed auth provider functions to methods. Waqas Hussain Wed, 19 May 2010 10:49:27 +0500
Merge 0.7->trunk Matthew Wild Tue, 18 May 2010 23:29:44 +0100
Merge 0.6->0.7 Matthew Wild Tue, 18 May 2010 23:29:21 +0100
configure: Fix to allow option values containing '=' (thanks Jakub) Matthew Wild Tue, 18 May 2010 23:28:36 +0100
net/dns: Fix socket.select timeout. Brian Cully Mon, 28 Dec 2009 19:49:55 +0500