Moving realm at the beginning of the digest-md5 message send by the server.
|
Tobias Markmann |
2009-08-09 |
Fixing a SASL issue by always passing the realm from SASL framework init to the handlers.
|
Tobias Markmann |
2009-08-08 |
Switch to using a more generic credentials_callback/handler for SASL auth.
|
nick |
2009-07-24 |
util.sasl: Convert spaces to tabs
|
Matthew Wild |
2009-07-10 |
Move to-unicode conversion from mod_saslauth.lua to sasl.lua.
|
Tobias Markmann |
2009-07-05 |
Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API.
|
Tobias Markmann |
2009-06-20 |
Adding COMPAT comment.
|
Tobias Markmann |
2009-06-20 |
util.sasl: Remove some nastiness
|
Waqas Hussain |
2009-06-04 |
.
|
Tobias Markmann |
2009-05-15 |
Some beauty treatment.
|
Tobias Markmann |
2009-05-15 |
Adding minimal support for authorization identities to workaround buggy SASL implementations.
|
Tobias Markmann |
2009-05-15 |
adding RFC comment
|
Tobias Markmann |
2009-05-15 |
util/sasl: Removed unnecessary references to util.encodings.idna
|
Waqas Hussain |
2009-05-07 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.
|
Tobias Markmann |
2009-02-14 |
Adding inital support for ANONYMOUS mechanism in SASL.
|
Tobias Markmann |
2009-02-14 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
sasl: Set realm to be the current realm when the client didn't send a realm, or sent an empty one
|
Waqas Hussain |
2009-01-10 |
sasl: Don't fail for realm=""
|
Waqas Hussain |
2009-01-09 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri response values, which was causing auth failures with some clients.
|
Waqas Hussain |
2008-12-07 |
Return error when the given realm value does not match the sent realm value. Prevents impersonation of an account on one virtual host, but a user with the same username on another host.
|
Waqas Hussain |
2008-12-07 |
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 |
Fix for handling latin1 encoded hostnames in SASL
|
Waqas Hussain |
2008-12-03 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Converting latin encoded responsed to utf-8 when needed.
|
Tobias Markmann |
2008-11-30 |
Automerge with waqas.
|
Tobias Markmann |
2008-11-30 |
Remove that idn stuff for realm because it's either an ugly hack that the password_handler isn't ready for or something worse.
|
Tobias Markmann |
2008-11-30 |
Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses
|
Waqas Hussain |
2008-11-30 |