- Aug 04, 2011
-
-
Daniel Stenberg authored
When using both -J and a single -O with multiple URLs, a missing init could cause badness. Bug: http://curl.haxx.se/mail/lib-2011-07/0126.html and http://bugzilla.redhat.com/723075 Reported by: Paul Howarth and Garrett Holmstrom
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
Allow compilation of libcurl and curl using BSD-style lwIP on Win32. In order to compile libcurl and curl with this support it is necessary to edit files lib/config-win32.h and src/config-win32.h and uncomment a line to make definition of preprocessor symbol USE_LWIPSOCK visible. Afterwards you can compile as usual. In order to use compiled library with BSD-style lwIP TCP/IP stack in your program it is mandatory that you include lwIP header file <lwip/opt.h> before including <curl/curl.h> or <curl/multi.h> Compilation has been verified with lwIP 1.4.0 and contrib-1.4.0 from: http://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip http://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip Have fun!
-
Yang Tse authored
-
Daniel Stenberg authored
Closed this entry: 290 - bug 3375603 "curl has problem with remote names containing ';'"
-
Daniel Stenberg authored
Content-disposition headers can provide file names with semicolons which previously would be cut off at that point. Added test case 1311 and 1312 to verify -J. Bug: http://curl.haxx.se/bug/view.cgi?id=3375603 Reported by: Peter Hjalmarsson
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 03, 2011
-
-
Daniel Stenberg authored
-
Kamil Dudka authored
... to avoid build failure when GSS_C_DELEG_POLICY_FLAG is not defined. Reported by: Paul Howarth
-
Kamil Dudka authored
Suggested by Richard Silverman.
-
Adam Tkac authored
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by: Adam Tkac <atkac@redhat.com>
-
- Jul 31, 2011
-
-
Yang Tse authored
-
Yang Tse authored
Use preprocessor symbols WINBIND_NTLM_AUTH_ENABLED and WINBIND_NTLM_AUTH_FILE for Samba's winbind daemon ntlm_auth helper code implementation and filename. Retain preprocessor symbol USE_NTLM_SSO for NTLM single-sign-on feature availability implementation independent. For test harness, prefix NTLM_AUTH environment vars with CURL_ Refactor and rename configure option --with-ntlm-auth to --enable-wb-ntlm-auth[=FILE]
-
- Jul 29, 2011
- Jul 28, 2011
-
-
Dan Fandrich authored
Defining NCOMPAT eliminates the backwards-compatibility macros that are the source of the problem and which we don't need, anyway.
-
Yang Tse authored
Fix compiler warning
-
Dan Fandrich authored
-
Dan Fandrich authored
This caused fake_ntlm to abort due to an invalid command causing sporadic test 2005 failures.
-
Yang Tse authored
Enhance test harness fake_ntlm logging upon invalid input.
-
Dan Fandrich authored
-
- Jul 27, 2011
-
-
Yang Tse authored
Fix compiler warning
-
Yang Tse authored
Provide some error tracing and fix execl() calling.
-
Yang Tse authored
Ensure test harness fake_ntlm main function can properly handle arguments.
-
Yang Tse authored
Use fake_ntlm absolute filename in NTLM_AUTH environment variable for test 2005 definition.
-
- Jul 26, 2011
-
-
Dan Fandrich authored
Also, set the test number in the test data file so fake_ntlm can be reused in future tests.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 25, 2011