summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-08-16 11:42:04 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-08-16 11:42:04 +0100
commitc4410c85abd8dd71e2f72621cc5467b69df392aa (patch)
tree4f9e843c92ada901a2ffd0d82e1addbe142d2b3b
parent97f6049bc28d248a5a127fc6811f8f1dcd4ab2da (diff)
downloadcurl-c4410c85abd8dd71e2f72621cc5467b69df392aa.tar.gz
TODO: Updated following GSSAPI (Kerberos V5) additions
Updated "FTP 4.6 GSSAPI via Windows SSPI" and "SASL 14.1 Other authentication mechanisms" following recent additions. Added SASL 14.2 GSSAPI via GSS-API libraries.
-rw-r--r--docs/TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index 03586bb09..8d74272e5 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -82,6 +82,7 @@
14. SASL
14.1 Other authentication mechanisms
+ 14.2 GSSAPI via GSS-API libraries
15. Client
15.1 sync
@@ -257,7 +258,7 @@
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.
+support for GSSAPI authentication via Windows SSPI.
5. HTTP
@@ -454,7 +455,13 @@ to provide the data to send.
14.1 Other authentication mechanisms
- Add support for GSSAPI to SMTP, POP3 and IMAP.
+ Add support for other authentication mechanisms such as EXTERNAL, OLP,
+ GSS-SPNEGO and others.
+
+14.2 GSSAPI via GSS-API libraries
+
+ Add support for GSSAPI authentication via third-party GSS-API libraries, such
+ as Heimdal and MIT Kerberos.
15. Client