Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prefer PLAIN over DIGEST-MD5 | Daniel Gultsch | 2015-01-02 | 1 | -1/+1 |
| | | | | | DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors | ||||
* | fixed digest-md5 | iNPUTmice | 2014-12-04 | 1 | -0/+4 |
| | |||||
* | Make sure SASL tokenizer strips strings | Sam Whited | 2014-12-02 | 2 | -1/+5 |
| | | | | Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==') | ||||
* | remove unused imports. | Michael | 2014-11-21 | 1 | -2/+0 |
| | |||||
* | Don't escape passwords in SASL | Sam Whited | 2014-11-15 | 1 | -2/+2 |
| | | | | Fixes #671 | ||||
* | Cache SCRAM-SHA-1 keys for current session | Sam Whited | 2014-11-15 | 1 | -10/+47 |
| | |||||
* | Add auth method pinning | Sam Whited | 2014-11-15 | 4 | -3/+30 |
| | |||||
* | Improve auth error handling and state machine | Sam Whited | 2014-11-15 | 4 | -32/+36 |
| | |||||
* | Add SCRAM-SHA1 support | Sam Whited | 2014-11-14 | 6 | -80/+375 |
| | | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71 | ||||
* | Refactor authentication code | Sam Whited | 2014-11-12 | 3 | -0/+124 |