]> granicus.if.org Git - curl/commitdiff
we now support GSS/Kerberos 5 for ftp file transfers!
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2007 14:56:21 +0000 (14:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2007 14:56:21 +0000 (14:56 +0000)
docs/TODO

index 53176a4e0d32d69e5119160e0816734b535a1c4b..b191684646174184100ff517e151316fa65983ca 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -81,10 +81,6 @@ TODO
  * Make the detection of (bad) %0d and %0a codes in FTP url parts earlier in
    the process to avoid doing a resolve and connect in vain.
 
- * Support GSS/Kerberos 5 for ftp file transfer. This will allow user
-   authentication and file encryption.  Possible libraries and example clients
-   are available from MIT or Heimdal. Requested by Markus Moeller.
-
  * REST fix for servers not behaving well on >2GB requests. This should fail
    if the server doesn't set the pointer to the requested index. The tricky
    (impossible?) part is to figure out if the server did the right thing or