summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-08-06 14:56:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-08-06 14:56:21 +0000
commitbccb1ee7cdb6017e4dbfd8d315ddfa37259cfff9 (patch)
tree1d209fa501e30550d6ed5e2ac6b6936b47fc4736
parent26af759732259030bd90400037005d0faeac5b28 (diff)
downloadgnurl-bccb1ee7cdb6017e4dbfd8d315ddfa37259cfff9.tar.gz
gnurl-bccb1ee7cdb6017e4dbfd8d315ddfa37259cfff9.tar.bz2
gnurl-bccb1ee7cdb6017e4dbfd8d315ddfa37259cfff9.zip
we now support GSS/Kerberos 5 for ftp file transfers!
-rw-r--r--docs/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index 53176a4e0..b19168464 100644
--- 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