New authentication code added, particularly noticable when doing POST or PUT
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Apr 2004 15:14:10 +0000 (15:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Apr 2004 15:14:10 +0000 (15:14 +0000)
commit8ed44e8dfbe2182696becc3ca8a9950888251503
tree28f9e3b26fedd0c2041898e53abb81799b5f5b38
parentf617c1131a939b88544d7923db557437df31e433
New authentication code added, particularly noticable when doing POST or PUT
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication
and when done perform the requested POST.
13 files changed:
CHANGES
RELEASE-NOTES
lib/file.c
lib/ftp.c
lib/http.c
lib/transfer.c
lib/url.c
lib/urldata.h
tests/data/test154 [new file with mode: 0644]
tests/data/test155 [new file with mode: 0644]
tests/data/test156 [new file with mode: 0644]
tests/data/test157 [new file with mode: 0644]
tests/data/test88