]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ROADMAP: Updated following the move of the authentication code
authorSteve Holme <steve_holme@hotmail.com>
Fri, 8 Apr 2016 16:04:25 +0000 (17:04 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 8 Apr 2016 16:04:25 +0000 (17:04 +0100)
docs/ROADMAP.md

index 24ae41274b49e4801c5fcf4e15f9bccd4fe7479c..d664403cf27c1b012b58ebf814ab78e0021e29c6 100644 (file)
@@ -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
 ---------------------------