mod_*: Fix a load of global accesses
|
Matthew Wild |
Wed, 22 Apr 2009 21:32:23 +0100 |
Fixed: Some nil access bugs
|
Waqas Hussain |
Mon, 30 Mar 2009 05:26:10 +0500 |
Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies.
|
Waqas Hussain |
Mon, 30 Mar 2009 03:51:37 +0500 |
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login"
|
Waqas Hussain |
Mon, 30 Mar 2009 03:42:47 +0500 |
0.3->0.4
|
Matthew Wild |
Fri, 20 Mar 2009 20:16:25 +0000 |
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true
|
Matthew Wild |
Sat, 07 Mar 2009 20:17:09 +0000 |
Adding inital support for ANONYMOUS mechanism in SASL.
|
Tobias Markmann |
Sat, 14 Feb 2009 18:57:50 +0100 |
Update copyright notices for 2009
|
Matthew Wild |
Fri, 30 Jan 2009 17:59:26 +0000 |
0.2->0.3
|
Matthew Wild |
Fri, 30 Jan 2009 17:40:25 +0000 |
GPL->MIT!
|
Matthew Wild |
Fri, 30 Jan 2009 17:22:56 +0000 |
Fix invalid loglevels in mod_saslauth
|
Matthew Wild |
Fri, 16 Jan 2009 04:19:47 +0000 |
mod_saslauth, mod_tls: minor code cleanup
|
Waqas Hussain |
Tue, 13 Jan 2009 19:37:12 +0500 |
0.1 -> 0.2
|
Matthew Wild |
Wed, 10 Dec 2008 15:44:03 +0000 |
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)
|
Waqas Hussain |
Mon, 08 Dec 2008 00:18:01 +0500 |
Latin1 support for SASL DIGEST-MD5 (initial commit)
|
Waqas Hussain |
Sun, 07 Dec 2008 23:43:08 +0500 |
Backed out changeset 099d8a102deb (committed too much)
|
Matthew Wild |
Fri, 05 Dec 2008 19:49:16 +0000 |
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections
|
Matthew Wild |
Fri, 05 Dec 2008 19:24:01 +0000 |
Fix for handling latin1 encoded hostnames in SASL
|
Waqas Hussain |
Wed, 03 Dec 2008 22:08:49 +0500 |
Insert copyright/license headers
|
Matthew Wild |
Wed, 03 Dec 2008 14:39:07 +0000 |
Completely switched to new hashes library from the old md5 library
|
Waqas Hussain |
Fri, 28 Nov 2008 01:16:26 +0500 |
Stopped using the lbase64 library
|
Waqas Hussain |
Fri, 28 Nov 2008 00:48:16 +0500 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
Thu, 27 Nov 2008 03:12:12 +0000 |
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
|
Matthew Wild |
Thu, 20 Nov 2008 01:33:25 +0000 |
Fixed mod_saslauth to use session.send for sending stanzas
|
Waqas Hussain |
Sun, 16 Nov 2008 04:47:34 +0500 |
Code cleanup for resource binding
|
Waqas Hussain |
Sun, 16 Nov 2008 03:16:53 +0500 |
Providing some human readable error messages and some fixes.
|
Tobias Markmann |
Sat, 15 Nov 2008 22:36:22 +0100 |
Using md5.sum rather than hashes.md5 because we don't want hexadecimal
|
Waqas Hussain |
Sun, 16 Nov 2008 02:28:32 +0500 |
mod_saslauth: Code cleanup
|
Waqas Hussain |
Sun, 16 Nov 2008 02:27:22 +0500 |
Made SASL module fit the new interface.
|
Tobias Markmann |
Sat, 15 Nov 2008 22:30:09 +0100 |
base64 encode the sasl responses
|
Waqas Hussain |
Sun, 16 Nov 2008 02:10:01 +0500 |
Started using realm in password hashing, and added support for error message replies from sasl
|
Waqas Hussain |
Sun, 16 Nov 2008 01:54:14 +0500 |
Comment out DIGEST-MD5 until it is fully implemented
|
Matthew Wild |
Sat, 15 Nov 2008 19:50:22 +0000 |
Merging with Waqas' code.
|
Tobias Markmann |
Sat, 15 Nov 2008 20:28:49 +0100 |
Set username in a SASL object.
|
Tobias Markmann |
Sat, 15 Nov 2008 20:28:09 +0100 |
Set username on SASL success
|
Waqas Hussain |
Sun, 16 Nov 2008 00:25:28 +0500 |
Merge with Waqas changes to mod_saslauth.
|
Tobias Markmann |
Sat, 15 Nov 2008 19:25:51 +0100 |
mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.
|
Waqas Hussain |
Sat, 15 Nov 2008 23:20:07 +0500 |
Adding some TODO for some security issue.
|
Tobias Markmann |
Sat, 15 Nov 2008 19:12:05 +0100 |
Merging my new SASL code with Waqas' adjusted saslauth module.
|
Tobias Markmann |
Sat, 15 Nov 2008 13:47:17 +0100 |
mod_saslauth updated for digest-md5
|
Waqas Hussain |
Sat, 15 Nov 2008 12:21:04 +0500 |
Forward response stanzas to sasl.lua and some other stuff.
|
Tobias Markmann |
Mon, 10 Nov 2008 16:28:15 +0100 |
TLS/SASL no longer should include the connhandler module
|
Matthew Wild |
Thu, 23 Oct 2008 03:53:51 +0100 |
Abstract connections with "connection listeners"
|
Matthew Wild |
Wed, 22 Oct 2008 17:36:21 +0100 |
Fix for destruction of unauthed SASL sessions
|
Matthew Wild |
Sat, 04 Oct 2008 15:24:52 +0100 |
Use xmlns for matching auth tag too
|
Matthew Wild |
Sat, 04 Oct 2008 02:42:23 +0100 |
Resource binding, XMPP sessions (whatever they're for...)
|
Matthew Wild |
Sat, 04 Oct 2008 02:15:13 +0100 |
SASL!
|
Matthew Wild |
Thu, 02 Oct 2008 01:08:58 +0100 |