index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
sasl.lua
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Some beauty treatment.
Tobias Markmann
2009-05-15
1
-27
/
+27
*
Adding minimal support for authorization identities to workaround buggy SASL ...
Tobias Markmann
2009-05-15
1
-2
/
+11
*
adding RFC comment
Tobias Markmann
2009-05-15
1
-1
/
+3
*
util/sasl: Removed unnecessary references to util.encodings.idna
Waqas Hussain
2009-05-08
1
-2
/
+0
*
0.3->0.4
Matthew Wild
2009-03-20
1
-1
/
+1
*
Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.
Tobias Markmann
2009-02-14
1
-0
/
+1
*
Adding inital support for ANONYMOUS mechanism in SASL.
Tobias Markmann
2009-02-14
1
-1
/
+12
*
Update copyright notices for 2009
Matthew Wild
2009-01-30
1
-1
/
+1
*
sasl: Set realm to be the current realm when the client didn't send a realm, ...
Waqas Hussain
2009-01-10
1
-3
/
+3
*
sasl: Don't fail for realm=""
Waqas Hussain
2009-01-09
1
-3
/
+3
*
0.1 -> 0.2
Matthew Wild
2008-12-10
1
-1
/
+1
*
Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri r...
Waqas Hussain
2008-12-08
1
-2
/
+2
*
Return error when the given realm value does not match the sent realm value. ...
Waqas Hussain
2008-12-08
1
-1
/
+5
*
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)
Waqas Hussain
2008-12-08
1
-4
/
+3
*
Latin1 support for SASL DIGEST-MD5 (initial commit)
Waqas Hussain
2008-12-07
1
-1
/
+34
*
Fix for handling latin1 encoded hostnames in SASL
Waqas Hussain
2008-12-03
1
-1
/
+2
*
Insert copyright/license headers
Matthew Wild
2008-12-03
1
-1
/
+14
*
Converting latin encoded responsed to utf-8 when needed.
Tobias Markmann
2008-11-30
1
-0
/
+7
*
Automerge with waqas.
Tobias Markmann
2008-11-30
1
-0
/
+16
|
\
|
*
Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses
Waqas Hussain
2008-11-30
1
-0
/
+16
*
|
Remove that idn stuff for realm because it's either an ugly hack that the pas...
Tobias Markmann
2008-11-30
1
-2
/
+2
|
/
*
idna-to-unicode so password_handler looks for the right domain.
Tobias Markmann
2008-11-30
1
-1
/
+2
*
Do idna-to-ascii to the realm we send first in Digest-MD5.
Tobias Markmann
2008-11-30
1
-1
/
+1
*
Apply IDNA to ASCII on hostnames.
Tobias Markmann
2008-11-29
1
-1
/
+1
*
Forced merge.
Tobias Markmann
2008-11-29
1
-1
/
+1
|
\
|
*
Added a FIXME
Waqas Hussain
2008-11-29
1
-1
/
+1
|
*
Improved the regexp used to parse the client response a bit. Authenticating w...
Waqas Hussain
2008-11-29
1
-1
/
+1
*
|
Do idna_to_ascii when building own response.
Tobias Markmann
2008-11-28
1
-2
/
+3
|
/
*
Completely switched to new hashes library from the old md5 library
Waqas Hussain
2008-11-28
1
-7
/
+7
*
Some ends too much.
Tobias Markmann
2008-11-23
1
-2
/
+2
*
Some changes to report more correct SASL failures. Support for disabled accou...
Tobias Markmann
2008-11-23
1
-2
/
+4
*
Checking some variables for nil so no errors occur that'll break the server.
Tobias Markmann
2008-11-23
1
-0
/
+7
*
Removing some debug messages.
Tobias Markmann
2008-11-16
1
-8
/
+0
*
Providing some human readable error messages and some fixes.
Tobias Markmann
2008-11-15
1
-27
/
+27
|
\
*
|
Made SASL module fit the new interface.
Tobias Markmann
2008-11-15
1
-98
/
+86
|
/
*
Started using realm in password hashing, and added support for error message ...
Waqas Hussain
2008-11-16
1
-1
/
+1
*
Set username in a SASL object.
Tobias Markmann
2008-11-15
1
-1
/
+6
*
Made PLAIN method in sasl.lua module follow new interface.
Tobias Markmann
2008-11-15
1
-18
/
+19
*
Rewrote SASL Digest-MD5 responce generating code, fixed some realm related is...
Tobias Markmann
2008-11-12
1
-55
/
+50
*
Forward response stanzas to sasl.lua and some other stuff.
Tobias Markmann
2008-11-10
1
-4
/
+6
*
Fixing some parsing and some other stuff.
Tobias Markmann
2008-11-09
1
-11
/
+8
*
Some early attempts on DIGEST-MD5.
Tobias Markmann
2008-11-09
1
-2
/
+144
*
Fix for using wrong auth token as username (fixes Gajim login)
Matthew Wild
2008-10-04
1
-1
/
+1
*
SASL!
Matthew Wild
2008-10-02
1
-17
/
+26
*
Fix quoting in util/sasl.lua
Matthew Wild
2008-09-30
1
-3
/
+3
*
module table was missing
Tobias Markmann
2008-08-26
1
-0
/
+1
*
* missing base64 decode of SASL response
Tobias Markmann
2008-08-26
1
-1
/
+1
*
adding SASL lib with PLAIN support, not tested yet
Tobias Markmann
2008-08-26
1
-0
/
+33
[prev]