Yang Tse
f871de0064
build: make use of 76 lib/*.h renamed files
...
76 private header files renamed to use our standard naming scheme.
This change affects 322 files in libcurl's source tree.
2012-12-28 19:37:11 +01:00
Yang Tse
b7a1eccce8
libntlmconnect.c: fix compiler warnings and OOM handling
2012-12-19 19:53:16 +01:00
Yang Tse
60edbf65b6
libtest: fix some compiler warnings
2012-12-05 17:28:32 +01:00
Fabian Keil
52af6e69f0
Get test 2032 working when using valgrind
...
If curl_multi_fdset() sets maxfd to -1, the socket detection
loop is skipped and thus !found_new_socket is no cause for alarm.
2012-11-19 13:36:28 +01:00
Kamil Dudka
32be348af2
test2032: spurious failure caused by premature termination
...
Bug: http://curl.haxx.se/mail/lib-2012-11/0095.html
2012-11-19 13:36:10 +01:00
Marc Hoersken
c8846c0907
libntlmconnect.c: Fixed typo and conversion
2012-09-11 12:58:08 +02:00
Marc Hoersken
f9da9a0edb
libntlmconnect.c: Fixed warning: curl_easy_getinfo expects long pointer
...
Fixed tests/libtest/libntlmconnect.c:52: warning: call to
'_curl_easy_getinfo_err_long' declared with attribute warning:
curl_easy_getinfo expects a pointer to long for this info
2012-09-11 12:19:05 +02:00
Marc Hoersken
ef753b710b
libntlmconnect.c: Fixed warning: comparison of signed/unsigned integer
...
Windows does not use -1 to represent invalid sockets and the
SOCKET type is unsigned.
2012-09-11 11:02:09 +02:00
Joe Mason
40153716a3
Use MAX_EASY_HANDLES instead of hardcoding the number of handles twice
2012-09-01 20:21:30 +02:00
Daniel Stenberg
7735141e73
test2032: bail out after last transfer
...
The test would hang and get aborted with a "ABORTING TEST, since it
seems that it would have run forever." until I prevented that from
happening.
I also fixed the data file which got broken CRLF line endings when I
sucked down the path from Joe's repo == my fault.
Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly
this.
2012-08-31 23:23:40 +02:00
Joe Mason
3b7d31c1ed
NTLM: verify multiple connections work
...
Add test2032 to test that NTLM does not switch connections in the middle
of the handshake
2012-08-31 22:53:17 +02:00