Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-06 | test suite: libtest header inclusion cleanup - follow-up | Yang Tse | |
Adjust tests/libtest/Makefile.inc and remove a couple of unused headers from tests/libtest/lib583.c | |||
2011-09-06 | test case 583: ensure that test failures don't go unnoticed | Yang Tse | |
2011-09-06 | test suite: libtest header inclusion cleanup | Yang Tse | |
Added missing memoryTracking to test cases 560 and 583. If this triggers leak detection on these, it only means that previously it was going unnoticed. | |||
2011-09-06 | fix bool variables checking and assignment | Yang Tse | |
2011-09-05 | pingpong.c: avoid a memmove call in function Curl_pp_vsendf | Yang Tse | |
2011-09-05 | fix bool variables checking and assignment | Yang Tse | |
2011-09-05 | test suite: use test case specific netrc file names | Yang Tse | |
2011-09-04 | Fixed final message output. | Guenter Knauf | |
2011-09-04 | TODO-RELEASE: deleteing five issues due to no response | Daniel Stenberg | |
No feedback and no updates, removing these issues | |||
2011-09-04 | setup_once.h cleanup and sync | Yang Tse | |
2011-09-04 | Fix to skip untrusted certs. | Guenter Knauf | |
2011-09-04 | Added SPNEGO to MinGW makefiles. | Guenter Knauf | |
2011-09-04 | NTLM WB: fix file descriptor leak upon OOM condition | Yang Tse | |
2011-09-03 | revert changes not intended to be pushed with commit 6b75d2c2 | Yang Tse | |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-09-03 | Updated dependecies versions. | Guenter Knauf | |
2011-09-03 | Some MinGW makefile tweaks for MinGW64. | Guenter Knauf | |
2011-09-03 | Changed MinGW to use own winidn prototypes. | Guenter Knauf | |
2011-09-02 | Fix NTLM winbind support to pass the torture tests | Dan Fandrich | |
Calling sclose() both in the child and the parent fools the socket leak detector into thinking it's been closed twice. Calling close() in the child instead overcomes this problem. It's not as portable as the sclose() macro, but this code is highly POSIX-specific, anyway. | |||
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse | |
Just internal stuff... Curl_safefree is now a macro defined in memdebug.h instead of a function prototyped in url.h and implemented in url.c, so inclusion of url.h is no longer required in order to simply use Curl_safefree. Provide definition of macro WHILE_FALSE in setup_once.h in order to allow other macros such as DEBUGF and DEBUGASSERT, and code using it, to compile without 'conditional expression is constant' warnings. The WHILE_FALSE stuff fixes 150+ MSVC compiler warnings. | |||
2011-09-02 | transfer.c: fix parentheses/braces placement for vi/emacs delimiter matching | Yang Tse | |
2011-09-02 | transfer.c: fix loadhostpairs() OOM handling | Yang Tse | |
2011-09-01 | test harness: https, ftps and ssh servers allowed start up time increased 33% | Yang Tse | |
2011-09-01 | hostip.c: return immediately from Curl_resolv_timeout() upon expired timeout. | Yang Tse | |
Ensure existing logic in Curl_resolv_timeout() is not subverted upon getting a negative timeout from resolve_server(). The timeout in resolve_server() could be checked to avoid calling Curl_resolv_timeout() with an expired timeout, but fixing this in this way allows existing logic in resolve_server() to be kept unchanged. | |||
2011-09-01 | ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up | Yang Tse | |
follow-up for commit d20408e8 | |||
2011-08-31 | test harness: fix detection of test harness client knownhosts file | Yang Tse | |
Regenerate curl's tests client knownhosts file also when, somehow, this file is empty. | |||
2011-08-31 | test harness: fix detection of test harness host and client key files | Yang Tse | |
Regenerate curl's tests host and client key files also when, somehow, any of these files are empty. | |||
2011-08-31 | ssh.c: fix realloc() OOM handling | Yang Tse | |
2011-08-31 | ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up | Yang Tse | |
follow-up for commit c06de200 | |||
2011-08-31 | fix some leaks torture tests detected 2011-08-30 | Yang Tse | |
2011-08-31 | fix some leaks torture tests detected 2011-08-30 | Yang Tse | |
2011-08-29 | RELEASE-NOTES: synced with 3445fa2e3f | Daniel Stenberg | |
2011-08-29 | tests: break busy loops in tests 502, 555, and 573 | Kamil Dudka | |
2011-08-29 | pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command length | Yang Tse | |
This removes command length restrictions on calling functions. | |||
2011-08-28 | NTLM: header inclusion cleanup follow-up | Yang Tse | |
2011-08-28 | NTLM: header inclusion cleanup | Yang Tse | |
2011-08-28 | NTLM: END of refactoring/splitting/moving | Yang Tse | |
First: File curl_ntlm.h renamed curl_ntlm_msgs.h File curl_ntlm.c renamed curl_ntlm_msgs.c Afterwards: File http_ntlm.c renamed curl_ntlm.c File http_ntlm.h renamed curl_ntlm.h | |||
2011-08-28 | NTLM: move NTLM core specifics into curl_ntlm_core.[ch] | Yang Tse | |
2011-08-27 | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse | |
2011-08-27 | NTLM_WB: final congruency naming adjustments | Yang Tse | |
Configure script option --enable-wb-ntlm-auth renamed to --enable-ntlm-wb Configure script option --disable-wb-ntlm-auth renamed to --disable-ntlm-wb Preprocessor symbol WINBIND_NTLM_AUTH_ENABLED renamed to NTLM_WB_ENABLED Preprocessor symbol WINBIND_NTLM_AUTH_FILE renamed to NTLM_WB_FILE Test harness env var CURL_NTLM_AUTH renamed to CURL_NTLM_WB_FILE Static function wb_ntlm_close renamed to ntlm_wb_cleanup Static function wb_ntlm_initiate renamed to ntlm_wb_init Static function wb_ntlm_response renamed to ntlm_wb_response | |||
2011-08-27 | NTLM single-sign on adjustments (XI) | Yang Tse | |
Feature string literal NTLM_SSO renamed to NTLM_WB. Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED. curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'. Fix some comments to make clear that this is actually a NTLM delegation. | |||
2011-08-26 | --cookie-jar: activates the cookie engine | Daniel Stenberg | |
2011-08-26 | Curl_read_plain: indent code | Daniel Stenberg | |
2011-08-26 | NTLM single-sign on adjustments (X) | Yang Tse | |
Functions renamed: Curl_output_ntlm_sso -> Curl_output_ntlm_wb sso_ntlm_close -> wb_ntlm_close sso_ntlm_response -> wb_ntlm_response sso_ntlm_initiate -> wb_ntlm_initiate Preprocessor symbols renamed: CURLAUTH_NTLM_SSO -> CURLAUTH_NTLM_WB CURL_VERSION_NTLM_SSO -> CURL_VERSION_NTLM_WB | |||
2011-08-25 | TODO: progress callback without doubles | Daniel Stenberg | |
2011-08-25 | http NTLM: refactoring followup | Steve Holme | |
Output of Curl_ntlm_create_type1_message() and Curl_ntlm_create_type3_message() functions is now already base64 encoded. | |||
2011-08-24 | docs: the next release is going to be 7.22.0 | Kamil Dudka | |
2011-08-24 | include limits.h for INT_MAX | Yang Tse | |
2011-08-24 | add missing semicolons | Yang Tse | |
2011-08-24 | add missing semicolons | Daniel Stenberg | |