]> git.ipfire.org Git - thirdparty/curl.git/commit
Thomas J. Moore provided a patch that introduces Kerberos5 support in
authorDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jul 2007 22:01:18 +0000 (22:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jul 2007 22:01:18 +0000 (22:01 +0000)
commit54967d2a3ab5559631407f7b7f67ef48c2dda6dd
treea48676ba7a58d61e49e27da20a6c99066f9fe424
parent667fd9a60bd8bae34660b4bf8124060f1577ada3
Thomas J. Moore provided a patch that introduces Kerberos5 support in
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
19 files changed:
CHANGES
RELEASE-NOTES
docs/FEATURES
docs/MANUAL
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/Makefile.inc
lib/ftp.c
lib/hostip.c
lib/hostip4.c
lib/hostip6.c
lib/krb4.h
lib/krb5.c [new file with mode: 0644]
lib/security.c
lib/sendf.c
lib/url.c
lib/urldata.h
src/main.c