- Dec 09, 2014
-
-
Dan Fandrich authored
-
Dan Fandrich authored
This fixes the test 506 torture test. The internal cookie API really ought to be improved to separate cookie parsing errors (which may be ignored) with OOM errors (which should be fatal).
-
Guenter Knauf authored
Some websites meanwhile refuse to reply to requests from ancient browsers like IE6, therefore I've comment out this setting, but also fixed the string to now fake IE8 if someone enables it.
-
Daniel Stenberg authored
-
Patrick Monnerat authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=1462 Reported-by: Tae Hyoung Ahn
-
- Dec 08, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Patrick Monnerat authored
-
- Dec 07, 2014
-
-
Steve Holme authored
As Windows based autoconf builds don't yet define USE_WIN32_CRYPTO either explicitly through --enable-win32-cypto or automatically on _WIN32 based platforms, subsequent builds broke with the following error message: "Can't compile NTLM support without a crypto library."
-
Steve Holme authored
-
Bill Nagel authored
Build SMB/CIFS protocol support when SSPI is enabled.
-
Bill Nagel authored
Allow the use of the Windows Crypt API for NTLMv1 functions.
-
Dan Fandrich authored
Also, fixed the outdated comments on the cookie API.
-
Dan Fandrich authored
This caused a null-pointer dereference which caused a few dozen torture tests to fail.
-
- Dec 06, 2014
-
-
Steve Holme authored
sws.c:2191 warning: 'rc' may be used uninitialized in this function
-
Steve Holme authored
ftp.c:1827 warning: unused parameter 'newhost' ftp.c:1827 warning: unused parameter 'newport'
-
Steve Holme authored
Fixed an issue with the message size calculation where the raw bytes from the buffer were interpreted as signed values rather than unsigned values. Reported-by: Gisle Vanem Assisted-by: Bill Nagel
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Aligned continuation character and used space as the separator character as per other makefile files.
-
Steve Holme authored
...and minor layout adjustment.
-
- Dec 05, 2014
-
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-
Steve Holme authored
multi.c:2695: warning: declaration of `exp' shadows a global declaration
-
Guenter Knauf authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
As it is often difficult to choose the best description for a single feature when it spans many commits, updated the descriptions for the recent SMB/CIFS protocol and GSS-API additions.
-
Steve Holme authored
-
Steve Holme authored
Don't use a hard coded size of 4 for the security layer and buffer size in Curl_sasl_create_gssapi_security_message(), instead, use sizeof() as we have done in the sasl_gssapi module.
-
Steve Holme authored
Reduced the amount of free's required for the decoded challenge message in Curl_sasl_create_gssapi_security_message() as a result of coding it differently in the sasl_gssapi module.
-
Steve Holme authored
-
Steve Holme authored
-
- Dec 04, 2014
-
-
Stefan Bühler authored
...they never have a body
-
Stefan Bühler authored
Sending NTLM/Negotiate header again after successful authentication breaks the connection with certain Proxies and request types (POST to MS Forefront).
-
Stefan Bühler authored
... similarly to how NTLM works as Negotiate is in fact often NTLM with another name.
-