]> granicus.if.org Git - curl/commitdiff
docs: Updated following the addition of SASL GSSAPI via GSS-API libraries
authorSteve Holme <steve_holme@hotmail.com>
Sat, 27 Dec 2014 11:36:13 +0000 (11:36 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 27 Dec 2014 12:08:15 +0000 (12:08 +0000)
As this feature has been implemented for 7.40.0.

docs/ROADMAP.md
docs/TODO

index 1e35ce63690d20e9f11345d97248dd381169b644..01fe085b3adeec0fd5e6a5b7ee27ca27b9b2c42d 100644 (file)
@@ -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?
 
index 181d4e8b03b5e7f4344f53080b0a18300dc2d6db..4623281375a2260adbe4f5f7dd692b4446b92a2e 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -83,8 +83,7 @@
 
  14. SASL
  14.1 Other authentication mechanisms
- 14.2 GSSAPI via GSS-API libraries
- 14.3 Add QOP support to GSSAPI authentication
+ 14.2 Add QOP support to GSSAPI authentication
  
  15. Client
  15.1 sync
@@ -468,12 +467,7 @@ to provide the data to send.
  Add support for other authentication mechanisms such as EXTERNAL, OLP,
  GSS-SPNEGO and others.
  
-14.2 GSSAPI via GSS-API libraries
-
- Add support for GSSAPI authentication via third-party GSS-API libraries, such
- as Heimdal and MIT Kerberos.
-
-14.3 Add QOP support to GSSAPI authentication
+14.2 Add QOP support to GSSAPI authentication
 
  Currently the GSSAPI authentication only supports the default QOP of auth
  (Authentication), whilst Kerberos V5 supports both auth-int (Authentication