- Markus Moeller introduced two new options to libcurl:
authorDaniel Stenberg <daniel@haxx.se>
Wed, 28 Jan 2009 21:33:58 +0000 (21:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 28 Jan 2009 21:33:58 +0000 (21:33 +0000)
commitde4610a55f9e99bebaf448ca33e2e43baf977c74
tree108574cc0c8a3593046f08e16cc898f29f77626c
parent6e34c2d59a96b406a76d8922561a9d57c55e0dbc
- Markus Moeller introduced two new options to libcurl:
  CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl
  to do GSS-style authentication with SOCKS5 proxies. The curl tool got the
  options called --socks5-gssapi-service and --socks5-gssapi-nec to enable
  these.
17 files changed:
CHANGES
RELEASE-NOTES
TODO-RELEASE
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/Makefile.inc
lib/Makefile.vc6
lib/socks.c
lib/socks.h
lib/socks_gssapi.c [new file with mode: 0644]
lib/socks_sspi.c [new file with mode: 0644]
lib/url.c
lib/url.h
lib/urldata.h
src/Makefile.vc6
src/main.c