]> git.ipfire.org Git - thirdparty/curl.git/commit
Negotiate: custom service names for SPNEGO.
authorLinus Nielsen <linus@haxx.se>
Sun, 29 Mar 2015 12:52:31 +0000 (14:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Apr 2015 06:29:56 +0000 (08:29 +0200)
commit97c272e5d173ad5f706443e2477f0a84f0044edd
treef43116c71d2dd85e4e0e62866a096e3b3bd98a37
parent54c394699de29ea9ca07d9d0ac6f2f43848e5f32
Negotiate: custom service names for SPNEGO.

* Add new options, CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME.
* Add new curl options, --proxy-service-name and --service-name.
17 files changed:
docs/curl.1
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 [new file with mode: 0644]
docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 [new file with mode: 0644]
docs/libcurl/symbols-in-versions
include/curl/curl.h
include/curl/typecheck-gcc.h
lib/http_negotiate.c
lib/http_negotiate_sspi.c
lib/url.c
lib/url.h
lib/urldata.h
packages/OS400/ccsidcurl.c
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_operate.c