diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-06 23:47:18 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-06 23:44:11 +0000 |
commit | 338b64137093f366aaeec40f4058a2b493e6c8f1 (patch) | |
tree | 3dad9b782813c496c8769bfcd06f7ddc7629587e /docs/ROADMAP.md | |
parent | 0a925d78341cebf6d6a785bb0b91da839e002a86 (diff) | |
download | curl-338b64137093f366aaeec40f4058a2b493e6c8f1.tar.gz |
docs: Updated following the addition of SSPI based HTTP digest auth
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r-- | docs/ROADMAP.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 0937c0806..1e35ce636 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -22,28 +22,26 @@ New stuff - libcurl `curl_formget()` and `curl_formfree()` by adding replacement functions and deprecating the old ones to allow custom mallocs and more -7. HTTP Digest authentication via Windows SSPI +7. SASL GSSAPI (Kerberos 5) authentication via a GSS-API library -8. SASL GSSAPI (Kerberos 5) authentication via a GSS-API library - -9. add support for third-party SASL libraries such as Cyrus SASL - may need to +8. 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 -10. SASL authentication in LDAP +9. SASL authentication in LDAP -11. Simplify the SMTP email interface so that programmers don't have to +10. Simplify the SMTP email interface so that programmers don't have to construct the body of an email that contains all the headers, alternative content, images and attachments - maintain raw interface so that programmers that want to do this can -12. Allow the email protocols to return the capabilities before +11. Allow the email protocols to return the capabilities before authenticating. This will allow an application to decide on the best authentication mechanism -13. Allow Windows threading model to be replaced by Win32 pthreads port +12. Allow Windows threading model to be replaced by Win32 pthreads port -14. Implement a dynamic buffer size to allow SFTP to use much larger buffers +13. Implement a dynamic buffer size to allow SFTP to use much larger buffers and possibly allow the size to be customizable by applications. Use less memory when handles are not in use? |