aboutsummaryrefslogtreecommitdiff
path: root/docs/ROADMAP.md
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-27 11:36:13 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-27 12:08:15 +0000
commite5a8a26bcb237594497251a3befc4eda0af2e9c9 (patch)
tree5e522556a4b30bc986380d1594360b762ab90f2d /docs/ROADMAP.md
parenta9eadc9f91e9620cf29ec95ba255b193419aa541 (diff)
docs: Updated following the addition of SASL GSSAPI via GSS-API libraries
As this feature has been implemented for 7.40.0.
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r--docs/ROADMAP.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 1e35ce636..01fe085b3 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -22,26 +22,24 @@ New stuff - libcurl
`curl_formget()` and `curl_formfree()` by adding replacement functions and
deprecating the old ones to allow custom mallocs and more
-7. SASL GSSAPI (Kerberos 5) authentication via a GSS-API library
-
-8. add support for third-party SASL libraries such as Cyrus SASL - may need to
+7. 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
-9. SASL authentication in LDAP
+8. SASL authentication in LDAP
-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
+9. 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
-11. Allow the email protocols to return the capabilities before
+10. Allow the email protocols to return the capabilities before
authenticating. This will allow an application to decide on the best
authentication mechanism
-12. Allow Windows threading model to be replaced by Win32 pthreads port
+11. Allow Windows threading model to be replaced by Win32 pthreads port
-13. Implement a dynamic buffer size to allow SFTP to use much larger buffers
+12. 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?