Provide SASL PLAIN mechanism only if TLS is active.
|
Tobias Markmann |
2009-11-18 |
Merge with sasl branch.
|
Tobias Markmann |
2009-11-16 |
Making mod_saslauth use the new SASL API.
sasl
|
Tobias Markmann |
2009-08-28 |
mod_saslauth: Fixed access of globals.
|
Waqas Hussain |
2009-10-18 |
mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip.
|
Waqas Hussain |
2009-10-18 |
require_encryption deprecated, use c2s_require_encryption instead
|
Matthew Wild |
2009-10-05 |
Merge with 0.5
|
Matthew Wild |
2009-09-29 |
mod_saslauth: Prep username used for authenticating a session
|
Matthew Wild |
2009-09-29 |
Add NODEprepping to SASL Digest-MD5 authentication handling.
|
Tobias Markmann |
2009-09-06 |
Uncertain merge with 0.5's SASL
|
Matthew Wild |
2009-08-20 |
Use NODEprep for prepping usernames used during SASL logins.
|
Tobias Markmann |
2009-08-19 |
mod_saslauth: Fix coding style and layout, and use of arg[] for vararg
|
Matthew Wild |
2009-08-05 |
mod_saslauth: Fix indentation
|
Matthew Wild |
2009-08-05 |
mod_saslauth: Fix traceback on attempted login for non-existent users
|
Matthew Wild |
2009-08-05 |
Switch to using a more generic credentials_callback/handler for SASL auth.
|
nick |
2009-07-24 |
mod_saslauth, usermanager: Fetch list of mechanisms from usermanager
|
Nick Thomas |
2009-07-23 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
Remove to-unicode conversion because it's done in sasl.lua now.
|
Tobias Markmann |
2009-07-05 |
Fixed decoding of parameters.
|
Tobias Markmann |
2009-07-05 |
Making sure the node is in unicode when passing it to password lookup function.
|
Tobias Markmann |
2009-07-01 |
Adding a parameter for realm to the password_callback.
|
Tobias Markmann |
2009-06-20 |
mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...]
|
Matthew Wild |
2009-05-29 |
mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true
|
Matthew Wild |
2009-05-29 |
mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working
|
Matthew Wild |
2009-05-18 |
mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling
|
Matthew Wild |
2009-04-30 |
mod_saslauth: Various logging fixes
|
Matthew Wild |
2009-04-30 |
mod_saslauth: Use module logger instead of creating a new one
|
Matthew Wild |
2009-04-30 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
2009-04-22 |
Fixed: Some nil access bugs
|
Waqas Hussain |
2009-03-30 |
Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies.
|
Waqas Hussain |
2009-03-29 |
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login"
|
Waqas Hussain |
2009-03-29 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true
|
Matthew Wild |
2009-03-07 |
Adding inital support for ANONYMOUS mechanism in SASL.
|
Tobias Markmann |
2009-02-14 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
Fix invalid loglevels in mod_saslauth
|
Matthew Wild |
2009-01-16 |
mod_saslauth, mod_tls: minor code cleanup
|
Waqas Hussain |
2009-01-13 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)
|
Waqas Hussain |
2008-12-07 |
Latin1 support for SASL DIGEST-MD5 (initial commit)
|
Waqas Hussain |
2008-12-07 |
Backed out changeset 099d8a102deb (committed too much)
|
Matthew Wild |
2008-12-05 |
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections
|
Matthew Wild |
2008-12-05 |
Fix for handling latin1 encoded hostnames in SASL
|
Waqas Hussain |
2008-12-03 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Completely switched to new hashes library from the old md5 library
|
Waqas Hussain |
2008-11-27 |
Stopped using the lbase64 library
|
Waqas Hussain |
2008-11-27 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
2008-11-27 |
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
|
Matthew Wild |
2008-11-20 |
Fixed mod_saslauth to use session.send for sending stanzas
|
Waqas Hussain |
2008-11-15 |
Code cleanup for resource binding
|
Waqas Hussain |
2008-11-15 |
Providing some human readable error messages and some fixes.
|
Tobias Markmann |
2008-11-15 |
Using md5.sum rather than hashes.md5 because we don't want hexadecimal
|
Waqas Hussain |
2008-11-15 |
mod_saslauth: Code cleanup
|
Waqas Hussain |
2008-11-15 |
Made SASL module fit the new interface.
|
Tobias Markmann |
2008-11-15 |
base64 encode the sasl responses
|
Waqas Hussain |
2008-11-15 |
Started using realm in password hashing, and added support for error message replies from sasl
|
Waqas Hussain |
2008-11-15 |
Comment out DIGEST-MD5 until it is fully implemented
|
Matthew Wild |
2008-11-15 |
Merging with Waqas' code.
|
Tobias Markmann |
2008-11-15 |
Set username in a SASL object.
|
Tobias Markmann |
2008-11-15 |
Set username on SASL success
|
Waqas Hussain |
2008-11-15 |
Merge with Waqas changes to mod_saslauth.
|
Tobias Markmann |
2008-11-15 |
mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.
|
Waqas Hussain |
2008-11-15 |
Adding some TODO for some security issue.
|
Tobias Markmann |
2008-11-15 |
Merging my new SASL code with Waqas' adjusted saslauth module.
|
Tobias Markmann |
2008-11-15 |
mod_saslauth updated for digest-md5
|
Waqas Hussain |
2008-11-15 |
Forward response stanzas to sasl.lua and some other stuff.
|
Tobias Markmann |
2008-11-10 |
TLS/SASL no longer should include the connhandler module
|
Matthew Wild |
2008-10-23 |
Abstract connections with "connection listeners"
|
Matthew Wild |
2008-10-22 |
Fix for destruction of unauthed SASL sessions
|
Matthew Wild |
2008-10-04 |
Use xmlns for matching auth tag too
|
Matthew Wild |
2008-10-04 |
Resource binding, XMPP sessions (whatever they're for...)
|
Matthew Wild |
2008-10-04 |
SASL!
|
Matthew Wild |
2008-10-02 |