History log of /curl/tests/libtest/libntlmconnect.c (Results 26 – 36 of 36)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f871de00 28-Dec-2012 Yang Tse

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.


# b7a1eccc 19-Dec-2012 Yang Tse

libntlmconnect.c: fix compiler warnings and OOM handling


# 60edbf65 05-Dec-2012 Yang Tse

libtest: fix some compiler warnings


Revision tags: curl-7_28_1
# 52af6e69 18-Nov-2012 Fabian Keil

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.


# 32be348a 15-Oct-2012 Kamil Dudka

test2032: spurious failure caused by premature termination

Bug: http://curl.haxx.se/mail/lib-2012-11/0095.html


Revision tags: curl-7_28_0
# c8846c09 11-Sep-2012 Marc Hoersken

libntlmconnect.c: Fixed typo and conversion


# f9da9a0e 11-Sep-2012 Marc Hoersken

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 wa

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

show more ...


# ef753b71 11-Sep-2012 Marc Hoersken

libntlmconnect.c: Fixed warning: comparison of signed/unsigned integer

Windows does not use -1 to represent invalid sockets and the
SOCKET type is unsigned.


# 40153716 31-Aug-2012 Joe Mason

Use MAX_EASY_HANDLES instead of hardcoding the number of handles twice


# 7735141e 31-Aug-2012 Daniel Stenberg

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
happenin

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.

show more ...


# 3b7d31c1 08-Aug-2012 Joe Mason

NTLM: verify multiple connections work

Add test2032 to test that NTLM does not switch connections in the middle
of the handshake


12