| Commit message (Expand) | Author | Age | Files | Lines |
* | asyn-thread: We prefer 'CURLcode result' | Steve Holme | 2014-12-14 | 1 | -10/+12 |
* | smb: Fixed unnecessary initialisation of struct member variables | Steve Holme | 2014-12-14 | 1 | -3/+0 |
* | ntlm: Fixed return code for bad type-2 Target Info | Steve Holme | 2014-12-14 | 1 | -1/+1 |
* | ntlm: Remove unnecessary casts in readshort_le() | Steve Holme | 2014-12-14 | 1 | -2/+2 |
* | curl_ntlm_msgs.c: Another attempt to fix compilation warning | Steve Holme | 2014-12-13 | 1 | -2/+2 |
* | synctime.c: added own user-agent string. | Guenter Knauf | 2014-12-13 | 1 | -4/+3 |
* | smb.c: Fixed line longer than 79 columns | Steve Holme | 2014-12-13 | 1 | -1/+2 |
* | curl_ntlm_msgs.c: Fixed compilation warning from commit 783b5c3b11 | Steve Holme | 2014-12-13 | 1 | -1/+2 |
* | mk-ca-bundle.pl: restored forced run again. | Guenter Knauf | 2014-12-13 | 1 | -1/+1 |
* | synctime.c: removed another timeserver URL. | Guenter Knauf | 2014-12-13 | 1 | -3/+2 |
* | synctime.c: fixed timeserver URLs. | Guenter Knauf | 2014-12-13 | 1 | -3/+3 |
* | ftp.c: Fixed compilation warning when no verbose string support | Steve Holme | 2014-12-13 | 1 | -1/+8 |
* | smb: Added state change functions to assist with debugging | Steve Holme | 2014-12-13 | 1 | -5/+52 |
* | ntlm: Use short integer when decoding 16-bit values | Steve Holme | 2014-12-13 | 1 | -3/+3 |
* | RELEASE-NOTES: Synced with 6291a16b20 | Steve Holme | 2014-12-12 | 1 | -2/+9 |
* | smtp.c: Fixed compilation warnings | Steve Holme | 2014-12-12 | 1 | -3/+3 |
* | smb: Disable SMB when 64-bit integers are not supported | Steve Holme | 2014-12-12 | 4 | -4/+8 |
* | ntlm: Disable NTLM v2 when 64-bit integers are not supported | Steve Holme | 2014-12-12 | 3 | -4/+14 |
* | ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually defined | Steve Holme | 2014-12-12 | 2 | -13/+12 |
* | smtp.c: Fixed line longer than 79 columns | Steve Holme | 2014-12-12 | 1 | -1/+2 |
* | config-win32.h: Don't enable Windows Crypt API if using OpenSSL | Steve Holme | 2014-12-12 | 1 | -0/+2 |
* | smtp: Fixed inappropriate free of the scratch buffer | Steve Holme | 2014-12-12 | 1 | -3/+4 |
* | smtp: Fixed dot stuffing when EOL characters were at end of input buffers | Steve Holme | 2014-12-12 | 1 | -8/+14 |
* | telnet: fix "cast increases required alignment of target type" | Daniel Stenberg | 2014-12-11 | 1 | -4/+3 |
* | ntlm_wb_response: fix "statement not reached" | Daniel Stenberg | 2014-12-10 | 1 | -3/+2 |
* | RELEASE-NOTES: Synced with 1cc5194337 | Steve Holme | 2014-12-10 | 1 | -2/+16 |
* | Curl_unix2addr: avoid using the variable name 'sun' | Daniel Stenberg | 2014-12-10 | 1 | -5/+5 |
* | url.c: Fixed compilation warning when USE_NTLM is not defined | Steve Holme | 2014-12-10 | 1 | -0/+4 |
* | parsedate.c: Fixed compilation warning | Steve Holme | 2014-12-10 | 1 | -1/+1 |
* | TODO: Cache negative name resolves | Daniel Stenberg | 2014-12-10 | 1 | -0/+7 |
* | ldap: check Curl_client_write() return codes | Daniel Stenberg | 2014-12-10 | 1 | -11/+37 |
* | ldap: rename variables to comply to curl standards | Daniel Stenberg | 2014-12-10 | 1 | -25/+25 |
* | sws.c: Fixed 'rc' may be used uninitialized warning | Dan Fandrich | 2014-12-10 | 1 | -1/+1 |
* | cookies: Improved OOM handling in cookies | Dan Fandrich | 2014-12-09 | 3 | -32/+62 |
* | synctime.c: fixed user-agent setting. | Guenter Knauf | 2014-12-09 | 1 | -4/+7 |
* | smb: fix unused return code warning | Daniel Stenberg | 2014-12-09 | 1 | -3/+7 |
* | Curl_client_write() & al.: chop long data, convert data only once. | Patrick Monnerat | 2014-12-09 | 3 | -136/+105 |
* | VC build: added sspi define for winssl-zlib builds. | Guenter Knauf | 2014-12-09 | 1 | -4/+4 |
* | schannel_recv: return the correct code | Daniel Stenberg | 2014-12-09 | 1 | -0/+2 |
* | http2: avoid logging neg "failure" if h2 was not requested | Daniel Stenberg | 2014-12-09 | 5 | -15/+25 |
* | openldap: do not ignore Curl_client_write() return codes | Daniel Stenberg | 2014-12-08 | 1 | -15/+51 |
* | compile: warn on unused return code from Curl_client_write() | Daniel Stenberg | 2014-12-08 | 2 | -2/+4 |
* | SMB: Fix a data size mismatch that broke SMB on big-endian platforms | Patrick Monnerat | 2014-12-08 | 1 | -1/+1 |
* | smb: Fixed Windows autoconf builds following commit eb88d778e7 | Steve Holme | 2014-12-07 | 6 | -2/+20 |
* | RELEASE-NOTES: Synced with 526603ff05 | Steve Holme | 2014-12-07 | 1 | -3/+11 |
* | smb: Build with SSPI enabled | Bill Nagel | 2014-12-07 | 5 | -12/+9 |
* | ntlm: Use Windows Crypt API | Bill Nagel | 2014-12-07 | 4 | -14/+88 |
* | cookie.c: Refactored cleanup code to simplify | Dan Fandrich | 2014-12-07 | 1 | -25/+19 |
* | get_url_file_name: Fixed crash on OOM on debug build | Dan Fandrich | 2014-12-07 | 1 | -0/+2 |
* | sws.c: Fixed compilation warning | Steve Holme | 2014-12-06 | 1 | -1/+1 |