Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-05 | fix bool variables checking and assignment | Yang Tse | |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse | |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse | |
Previous interfaces for these libcurl internal functions did not allow to tell apart a legitimate zero size result from an error condition. These functions now return a CURLcode indicating function success or otherwise specific error. Output size is returned using a pointer argument. All usage of these two functions, and others closely related, has been adapted to the new interfaces. Relative error and OOM handling adapted or added where missing. Unit test 1302 also adapted. | |||
2011-07-31 | NTLM single-sign on adjustments (VIII) | Yang Tse | |
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] | |||
2011-07-29 | fix compiler warning | Yang Tse | |
2011-07-28 | NTLM single-sign on adjustments (VI) | Yang Tse | |
Fix compiler warning | |||
2011-07-28 | Removed an extraneous \n that violated the SSO daemon protocol | Dan Fandrich | |
This caused fake_ntlm to abort due to an invalid command causing sporadic test 2005 failures. | |||
2011-07-28 | NTLM single-sign on adjustments (V) | Yang Tse | |
Enhance test harness fake_ntlm logging upon invalid input. | |||
2011-07-27 | NTLM single-sign on adjustments (IV) | Yang Tse | |
Fix compiler warning | |||
2011-07-27 | NTLM single-sign on adjustments (II) | Yang Tse | |
Ensure test harness fake_ntlm main function can properly handle arguments. | |||
2011-07-26 | Fixed test 2005 to work in out-of-tree builds | Dan Fandrich | |
Also, set the test number in the test data file so fake_ntlm can be reused in future tests. | |||
2011-07-26 | fix compiler warning | Yang Tse | |
2011-07-18 | gitignore: ignore fake_ntlm | Daniel Stenberg | |
2011-07-18 | test2005: verify ntlm single-signon | Mandy Wu | |
2011-07-17 | sws: don't enable pipelining for requests with content-length | Daniel Stenberg | |
Log texts also modified and some white space edits | |||
2011-07-03 | sws: allow multiple commands in <servercmd> | Daniel Stenberg | |
2011-06-11 | write: add return code checks when used | Daniel Stenberg | |
These were just warnings in test code but it still makes it nicer to not generate them. | |||
2011-05-27 | distribution: Fix EXTRA_DIST letter case | Yang Tse | |
2011-04-05 | Changed some nonportable types | Dan Fandrich | |
2010-12-17 | tftpd: avoid buffer overflow report from glibc | Paul Howarth | |
2010-12-06 | sws: fix compier warning: external definition with no prior declaration | Yang Tse | |
2010-12-02 | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse | |
2010-11-28 | atoi: remove atoi usage | Yang Tse | |
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse | |
2010-10-02 | sws: Added writedelay HTTP server command | Dan Fandrich | |
This delays between write operations, hopefully making it easier to spot problems where libcurl doesn't flush the socket properly before waiting for the next response. | |||
2010-08-25 | sws: added basic gopher support | Daniel Stenberg | |
2010-03-25 | remove all .cvsignore files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-03-23 | ignore more files generated when tests run in the source tree | Daniel Stenberg | |
2010-02-26 | fix compiler warning | Yang Tse | |
2010-02-25 | fix file name | Yang Tse | |
2010-02-25 | Fixed bug report #2958074 indicating | Yang Tse | |
(http://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with option --trace-time did not use local time when timestamping trace lines. This could also happen on other systems depending on time souurce. | |||
2010-02-23 | fix socket data type | Yang Tse | |
2010-02-22 | convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and | Yang Tse | |
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness. | |||
2010-02-22 | updated sources | Yang Tse | |
2010-02-19 | fix compiler warning | Yang Tse | |
2010-02-18 | fix compiler warning | Yang Tse | |
2010-02-16 | fix Content-Length validation | Yang Tse | |
2010-02-15 | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | |
2010-02-15 | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-02-14 | fix compiler warning | Yang Tse | |
2010-02-14 | Overhauled test suite getpart() function. Fixing potential out of bounds | Yang Tse | |
stack and memory overwrites triggered with huge test case definitions. | |||
2010-02-10 | - remove extra "\r\n" from doc404_RTSP | Yang Tse | |
- avoid memory alignment issue when setting RTSP packet length | |||
2010-02-04 | Validate server port argument | Yang Tse | |
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse | |
2010-02-01 | Test suite support for RTSP | Yang Tse | |
2010-01-23 | PKTSIZE might have been already defined in arpa/tftp.h | Yang Tse | |
2010-01-10 | Update error message to include port number | Yang Tse | |
2010-01-08 | Remove extra line feed | Yang Tse | |