sasl: Fixed missing qop in the client's challenge-response message
authorSteve Holme <steve_holme@hotmail.com>
Sun, 11 May 2014 14:03:16 +0000 (15:03 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 11 May 2014 13:48:28 +0000 (14:48 +0100)
commit8342b6e1dc3fde9e91a75c349f2c9514b902d127
treed11e9f5c7bdce60bc61bb26a2c30d42079148f5c
parentba704878bd2d080cb81af04544d2d37952fd3f2e
sasl: Fixed missing qop in the client's challenge-response message

Whilst the qop directive isn't required to be present in a client's
response, as servers should assume a qop of "auth" if it isn't
specified, some may return authentication failure if it is missing.
lib/curl_sasl.c