Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | replies from sasl | ||||
* | 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 ↵ | Tobias Markmann | 2008-11-12 | 1 | -55/+50 |
| | | | | issue and tested it successfully with Psi. Thanks to dwd, remko and jake. | ||||
* | 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 |
| | | | | | (but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O )) | ||||
* | 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 |