]> granicus.if.org Git - curl/commit
curl.h/features: Deprecate GSS-Negotiate macros due to bad naming
authorMichael Osipov <1983-01-06@gmx.net>
Mon, 21 Jul 2014 07:53:46 +0000 (09:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Jul 2014 22:01:39 +0000 (00:01 +0200)
commite38ba430142153e95e2b0abe08a31d626a5c5864
tree68b6fd17b6c778e3c44b64aced30452710452637
parent46750c39bd3ece85ddef6a9dafd04bcd2748bc50
curl.h/features: Deprecate GSS-Negotiate macros due to bad naming

- Replace CURLAUTH_GSSNEGOTIATE with CURLAUTH_NEGOTIATE
- CURL_VERSION_GSSNEGOTIATE is deprecated which
  is served by CURL_VERSION_SSPI, CURL_VERSION_GSSAPI and
  CURUL_VERSION_SPNEGO now.
- Remove display of feature 'GSS-Negotiate'
include/curl/curl.h
lib/curl_setup.h
lib/http.c
lib/http_negotiate.h
lib/http_negotiate_sspi.c
lib/url.c
lib/urldata.h
lib/version.c
src/tool_getparam.c
src/tool_help.c