diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-19 12:55:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-19 12:55:35 +0000 |
commit | bbc01c36d2e6688068aaf47fa2869d3a8a5bb88d (patch) | |
tree | acb42f91115b33e60598e75f53cb4dc9f9a2d33d | |
parent | b5604284923f936fb12a5f2bbe410dfe73e6a4ee (diff) |
updated
-rw-r--r-- | docs/FEATURES | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index c77815f39..261b37aab 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -33,7 +33,8 @@ HTTP - HEAD - POST - multipart formpost (RFC1867-style) - - authentication (Basic, Digest, NTLM(*1), GSS-Negotiate(*3)) + - authentication: Basic, Digest, NTLM(*1), GSS-Negotiate/Negotiate(*3) and + SPNEGO (*4) - resume (both GET and PUT) - follow redirects - maximum amount of redirects to follow @@ -62,7 +63,7 @@ HTTPS (*1) FTP - download - authentication - - kerberos security + - kerberos4 (*5) - active/passive using PORT, EPRT, PASV or EPSV - single file size information (compare to HTTP HEAD) - 'type=' URL support @@ -97,6 +98,11 @@ GOPHER FILE - URL support +FOOTNOTES +========= + *1 = requires OpenSSL *2 = requires OpenLDAP *3 = requires a GSSAPI-compliant library, such as Heimdal or similar. + *4 = requires FBopenssl + *5 = requires a krb4 library, such as the MIT one or similar. |