aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-08-06 21:54:27 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-08-06 21:54:27 +0100
commitc399f6eeb22e94a092bc6b3ac92fbbd9e61ffa70 (patch)
treebdca7c67b625fb7c2bc0122040f6c2bde7e65ec0 /docs/TODO
parentf8a8ed73fe7b130255d335d6b54b6d2e0accd056 (diff)
TODO: FTP GSSAPI via Windows SSPI
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 585c4908f..8f4d63322 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -33,6 +33,7 @@
4.3 Earlier bad letter detection
4.4 REST for large files
4.5 ASCII support
+ 4.6 GSSAPI via Windows SSPI
5. HTTP
5.1 Better persistency for HTTP 1.0
@@ -251,6 +252,12 @@
FTP ASCII transfers do not follow RFC959. They don't convert the data
accordingly.
+4.6 GSSAPI via Windows SSPI
+
+In addition to currently supporting the SASL GSSAPI mechanism (Kerberos V5)
+via third-party GSS-API libraries, such as Heimdal or MIT Kerberos, also add
+support for Kerberos via Windows SSPI.
+
5. HTTP
5.1 Better persistency for HTTP 1.0