summary
shortlog
changelog
graph
tags
branches
files
Search:
trunk
/ file revisions
file
revisions
annotate
diff
rss
util/sasl.lua
2009-06-20
Adding COMPAT comment.
file
|
diff
|
annotate
2009-06-04
util.sasl: Remove some nastiness
file
|
diff
|
annotate
2009-05-15
.
file
|
diff
|
annotate
2009-05-15
Some beauty treatment.
file
|
diff
|
annotate
2009-05-15
Adding minimal support for authorization identities to workaround buggy SASL implementations.
file
|
diff
|
annotate
2009-05-15
adding RFC comment
file
|
diff
|
annotate
2009-05-08
util/sasl: Removed unnecessary references to util.encodings.idna
file
|
diff
|
annotate
2009-03-20
0.3->0.4
file
|
diff
|
annotate
2009-02-14
Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.
file
|
diff
|
annotate
2009-02-14
Adding inital support for ANONYMOUS mechanism in SASL.
file
|
diff
|
annotate
2009-01-30
Update copyright notices for 2009
file
|
diff
|
annotate
2009-01-10
sasl: Set realm to be the current realm when the client didn't send a realm, or sent an empty one
file
|
diff
|
annotate
2009-01-09
sasl: Don't fail for realm=""
file
|
diff
|
annotate
2008-12-10
0.1 -> 0.2
file
|
diff
|
annotate
2008-12-08
Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri response values, which was causing auth failures with some clients.
file
|
diff
|
annotate
2008-12-08
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.
file
|
diff
|
annotate
2008-12-08
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)
file
|
diff
|
annotate
2008-12-07
Latin1 support for SASL DIGEST-MD5 (initial commit)
file
|
diff
|
annotate
2008-12-03
Fix for handling latin1 encoded hostnames in SASL
file
|
diff
|
annotate
2008-12-03
Insert copyright/license headers
file
|
diff
|
annotate
2008-11-30
Converting latin encoded responsed to utf-8 when needed.
file
|
diff
|
annotate
2008-11-30
Automerge with waqas.
file
|
diff
|
annotate
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.
file
|
diff
|
annotate
2008-11-30
Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses
file
|
diff
|
annotate
2008-11-30
idna-to-unicode so password_handler looks for the right domain.
file
|
diff
|
annotate
2008-11-30
Do idna-to-ascii to the realm we send first in Digest-MD5.
file
|
diff
|
annotate
2008-11-29
Apply IDNA to ASCII on hostnames.
file
|
diff
|
annotate
2008-11-29
Forced merge.
file
|
diff
|
annotate
2008-11-28
Do idna_to_ascii when building own response.
file
|
diff
|
annotate
2008-11-29
Added a FIXME
file
|
diff
|
annotate
2008-11-29
Improved the regexp used to parse the client response a bit. Authenticating with non-ascii realm values now works.
file
|
diff
|
annotate
2008-11-28
Completely switched to new hashes library from the old md5 library
file
|
diff
|
annotate
2008-11-23
Some ends too much.
file
|
diff
|
annotate
2008-11-23
Some changes to report more correct SASL failures. Support for disabled accounts.
file
|
diff
|
annotate
2008-11-23
Checking some variables for nil so no errors occur that'll break the server.
file
|
diff
|
annotate
2008-11-16
Removing some debug messages.
file
|
diff
|
annotate
2008-11-15
Providing some human readable error messages and some fixes.
file
|
diff
|
annotate
2008-11-15
Made SASL module fit the new interface.
file
|
diff
|
annotate
2008-11-16
Started using realm in password hashing, and added support for error message replies from sasl
file
|
diff
|
annotate
2008-11-15
Set username in a SASL object.
file
|
diff
|
annotate
2008-11-15
Made PLAIN method in sasl.lua module follow new interface.
file
|
diff
|
annotate
2008-11-12
Rewrote SASL Digest-MD5 responce generating code, fixed some realm related issue and tested it successfully with Psi. Thanks to dwd, remko and jake.
file
|
diff
|
annotate
2008-11-10
Forward response stanzas to sasl.lua and some other stuff.
file
|
diff
|
annotate
2008-11-09
Fixing some parsing and some other stuff.
file
|
diff
|
annotate
2008-11-09
Some early attempts on DIGEST-MD5.
file
|
diff
|
annotate
2008-10-04
Fix for using wrong auth token as username (fixes Gajim login)
file
|
diff
|
annotate
2008-10-02
SASL!
file
|
diff
|
annotate
2008-09-30
Fix quoting in util/sasl.lua
file
|
diff
|
annotate
2008-08-26
module table was missing
file
|
diff
|
annotate
2008-08-26
* missing base64 decode of SASL response
file
|
diff
|
annotate
2008-08-26
adding SASL lib with PLAIN support, not tested yet
file
|
diff
|
annotate
(0)
tip