Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-08 | KNOWN_BUGS: #80 Curl doesn't recognize certs in DER format | Daniel Stenberg | |
2012-07-08 | KNOWN_BUGS: #79 - any RCPT TO failure makes and error | Daniel Stenberg | |
2012-07-08 | winbuild: Aligned BUILD.WINDOWS.txt and Makefile.vc usage help | Marc Hoersken | |
2012-07-07 | winbuild: Make USE_WINSSL depend on USE_SSPI | Marc Hoersken | |
Since WinSSL cannot be build without SSPI being enabled, USE_WINSSL now defaults to the value of USE_SSPI. The makefile does now raise an error if WinSSL is enabled while SSPI is disabled. | |||
2012-07-07 | winbuild: Aligned USE_SSPI with other USE_x defines | Marc Hoersken | |
Renamed external parameter USE_SSPI = yes/no to ENABLE_SSPI = yes/no. Backwards compatible change: USE_SSPI can still be passed as external parameter with yes/no value as long as ENABLE_SSPI is not given. USE_x defines are passed around with true/false values internally, USE_SSPI is now aligned to this approach, but still accepts external values yes/no being passed, just like the other defines. | |||
2012-07-07 | winbuild: Clean up formatting and variable naming | Marc Hoersken | |
- Changed space usage to line up with the whole file - Renamed CFLAGS_SSPI/IPV6 to SSPI/IPV6_CFLAGS to be consistent with the other CFLAGS_x variables - Make use of existing CFLAGS_IPV6 (previously IPV6_CFLAGS) instead of appending directly to CFLAGS | |||
2012-07-07 | darwinssl: output cipher with text, remove SNI warning | Nick Zitzmann | |
The code was printing a warning when SNI was set up successfully. Oops. Printing the cipher number in verbose mode was something only TLS/SSL programmers might understand, so I had it print the name of the cipher, just like in the OpenSSL code. That'll be at least a little bit easier to understand. The SecureTransport API doesn't have a method of getting a string from a cipher like OpenSSL does, so I had to generate the strings manually. | |||
2012-07-07 | RELEASE-NOTES: synced with 5a99bce07d | Daniel Stenberg | |
2012-07-07 | KNOWN_BUGS: NTLM with unicode works with schannel/winssl! | Daniel Stenberg | |
Bug #75 updated with additional info, still remains for builds with other backends. | |||
2012-07-06 | code police: narrow source to < 80 columns | Daniel Stenberg | |
2012-07-05 | unicode NTLM SSPI: cleanup follow-up | Yang Tse | |
2012-07-05 | unicode NTLM SSPI: cleanup | Yang Tse | |
Reduce the number of #ifdef UNICODE directives used in source files. | |||
2012-07-05 | tests: use connection-monitor and verify results | Daniel Stenberg | |
Test 1008 and 206 don't show the disconnect since it happens when SWS awaits a new request, but 503 does and so the verify section needs that string added. | |||
2012-07-05 | http-proxy: keep CONNECT connections alive (for NTLM) | Daniel Stenberg | |
When doing CONNECT requests, libcurl must make sure the connection is alive as much as possible. NTLM requires it and it is generally good for other cases as well. NTLM over CONNECT requests has been broken since this regression I introduced in my CONNECT cleanup commits that started with 41b02378342, included since 7.25.0. Bug: http://curl.haxx.se/bug/view.cgi?id=3538625 Reported by: Marcel Raad | |||
2012-07-05 | sws: support <servercmd> for CONNECT requests | Daniel Stenberg | |
I moved out the servercmd parsing into a its own function called parse_servercmd() and made sure it gets used also when the test number is extracted from CONNECT requests. It turned out sws didn't do that previously! | |||
2012-07-05 | FILEFORMAT: provided a full description of connection-monitor | Daniel Stenberg | |
2012-07-05 | lib503: enable verbose to ease debugging this | Daniel Stenberg | |
2012-07-05 | sws: add 'connection-monitor' command support | Daniel Stenberg | |
Using this, the server will output in the protocol log when the connection gets disconnected and thus we will verify correctly in the test cases that the connection doesn't get closed prematurely. This is important for example NTLM to work. Documentation added to FILEFORMAT, test 503 updated to use this. | |||
2012-07-04 | Removed non-used variable. | Guenter Knauf | |
2012-07-04 | Added error checking for samples. | Guenter Knauf | |
2012-07-04 | Renamed vars to avoid shadow global declaration. | Guenter Knauf | |
2012-07-03 | docs: clarify how to start with curl_multi_socket_action | Daniel Stenberg | |
Mention the CURL_SOCKET_TIMEOUT argument in step 6 of the typical application. | |||
2012-07-03 | Moved some patterns to subfolder's .gitignore. | Guenter Knauf | |
2012-07-03 | Merge branch 'master' of ssh://github.com/bagder/curl | Guenter Knauf | |
2012-07-03 | MinGW makefile tweaks for running from sh. | Guenter Knauf | |
Added function macros to make path converting easier. Added CROSSPREFIX to all compile tools. | |||
2012-07-03 | curl_ntlm_msgs.c: Removed unused variable passwd | Marc Hoersken | |
2012-07-03 | Added files generated by mingw32, eclipse and VC. | Guenter Knauf | |
Posted by Marc Hoersken. | |||
2012-07-03 | cookies: change the URL in the cookie jar file header | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: clarified and modified layout | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: use the FAQ document layout | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: added cookie documentation | Daniel Stenberg | |
2012-07-03 | curl_ntlm_msgs.c: include <tchar.h> for prototypes | Yang Tse | |
2012-07-02 | testcurl.pl: fix missing semicolon | Neil Bowers | |
2012-07-02 | unicode NTLM SSPI: heap corruption fixed | Christian Hägele | |
When compiling libcurl with UNICODE defined and using unicode characters in username. | |||
2012-07-02 | testcurl.pl: allow non in-tree c-ares enabled autobuild | Yang Tse | |
2012-07-02 | configure.ac: verify that libmetalink is new enough | Yang Tse | |
Enabling test2017 to test2022. | |||
2012-07-02 | curl: Added runtime version check for libmetalink | Tatsuhiro Tsujikawa | |
2012-07-02 | Include metalink/metalink.h for libmetalink functions | Tatsuhiro Tsujikawa | |
2012-07-02 | errors: CURLM_CALL_MULTI_PERFORM is not returned anymore | Daniel Stenberg | |
2012-07-01 | release: cleaned up plans for this and coming release | Daniel Stenberg | |
2012-06-29 | curl-compilers.m4: remove -Wstrict-aliasing=3 from clang | Yang Tse | |
Currently it is unknown if there is any version of clang that actually supports -Wstrict-aliasing. What is known is that there are several that don't support it. | |||
2012-06-29 | test2017 to test2022: more metalink tests | Yang Tse | |
With this commit, checks done in previous test2017 are now done in test2018. Whole range test2017 to test2022 DISABLED until configure is capable of requiring a new-enough metalink library. Don't try these without mentioned check in place! | |||
2012-06-29 | test2005 to test2016: improve failure detection | Yang Tse | |
2012-06-28 | lib582.c: fix conversion warning | Yang Tse | |
2012-06-28 | nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes | Yang Tse | |
2012-06-28 | nss.c: Fixed size_t conversion warnings | Marc Hoersken | |
2012-06-28 | sslgen.c: cleanup temporary compile-time SSL-backend check | Yang Tse | |
2012-06-28 | schannel: provide two additional (dummy) API defines | Daniel Stenberg | |
2012-06-28 | Metalink: message updates | Tatsuhiro Tsujikawa | |
Print "parsing (...) OK" only when no warnings are generated. If no file is found in Metalink, treat it FAILED. If no digest is provided, print WARNING in parse_metalink(). Also print validating FAILED after download. These changes make tests 2012 to 2016 pass. | |||
2012-06-27 | sslgen: avoid compiler error in SSPI builds | Daniel Stenberg | |