From: Steve Holme Date: Fri, 8 Apr 2016 16:04:25 +0000 (+0100) Subject: ROADMAP: Updated following the move of the authentication code X-Git-Tag: curl-7_49_0~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e6ff33bd53a036418583234e3e512ebb2150ad7;p=thirdparty%2Fcurl.git ROADMAP: Updated following the move of the authentication code --- diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 24ae41274b..d664403cf2 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -50,12 +50,10 @@ make sure there's an easy handle passed in to `curl_formadd()`, `curl_formget()` and `curl_formfree()` by adding replacement functions and deprecating the old ones to allow custom mallocs and more -third-party SASL +Third-party SASL ---------------- -add support for third-party SASL libraries such as Cyrus SASL - may need to -move existing native and SSPI based authentication into vsasl folder after -reworking HTTP and SASL code +Add support for third-party SASL libraries such as Cyrus SASL. SASL authentication in LDAP ---------------------------