mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
TODO: FTP GSSAPI via Windows SSPI
This commit is contained in:
parent
f8a8ed73fe
commit
c399f6eeb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user