]> granicus.if.org Git - curl/commitdiff
url: Corrected comments following 9d89a0387
authorSteve Holme <steve_holme@hotmail.com>
Sat, 9 Apr 2016 04:33:03 +0000 (05:33 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 9 Apr 2016 04:33:03 +0000 (05:33 +0100)
lib/url.c
src/tool_cfgable.h

index 5705252c4aaeedd37ce148529e87dfaf0ac40cd9..3439e292a993e0c2ac2b3bbdaf21f02b05ba6c58 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -1501,7 +1501,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
 
   case CURLOPT_SERVICE_NAME:
     /*
-     * Set negotiate service identity
+     * Set authentication service name for DIGEST-MD5, Kerberos 5 and SPNEGO
      */
     result = setstropt(&data->set.str[STRING_SERVICE_NAME],
                        va_arg(param, char *));
index fb6c7aec4eb9423273a383a72378f942ef239937..fba5617add9d8f5fbbaa24a1b488619783a38403 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -171,8 +171,8 @@ struct OperationConfig {
                              * default HTTP */
   int socks5_gssapi_nec ;   /* The NEC reference server does not protect
                              * the encryption type exchange */
-  char *service_name;       /* set negotiation service name
-                             * default HTTP */
+  char *service_name;       /* set authentication service name for DIGEST-MD5,
+                               Kerberos 5 and SPNEGO */
 
   bool tcp_nodelay;
   long req_retry;           /* number of retries */