aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppSaslAuth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move files common to client/server into "base"Jeremy Lainé2012-02-081-214/+0
|
* remove trailing whitespaceJeremy Lainé2011-09-211-1/+1
|
* refactor SASL authentication to allow server-side password checkers which ↵Jeremy Lainé2011-03-291-25/+3
| | | | natively support MD5
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* make QXmppSaslDigestMd5 capable of generating old-style (no qop) digestsJeremy Lainé2010-11-161-2/+5
|
* slightly refactor SASL auth to make QXmppSaslDigestMd5 class more genericJeremy Lainé2010-11-101-2/+27
|
* unify random number generationJeremy Lainé2010-09-011-3/+1
|
* move remaining SASL code out of QXmppUtilsJeremy Lainé2010-08-291-0/+76
|
* fix SASL authentication : Jeremy Lainé2010-08-291-0/+134
- on the client side, check the second challenge we receive - on the server side, send second challenge