summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* asyn-thread: We prefer 'CURLcode result'Steve Holme2014-12-141-10/+12
* smb: Fixed unnecessary initialisation of struct member variablesSteve Holme2014-12-141-3/+0
* ntlm: Fixed return code for bad type-2 Target InfoSteve Holme2014-12-141-1/+1
* ntlm: Remove unnecessary casts in readshort_le()Steve Holme2014-12-141-2/+2
* curl_ntlm_msgs.c: Another attempt to fix compilation warningSteve Holme2014-12-131-2/+2
* synctime.c: added own user-agent string.Guenter Knauf2014-12-131-4/+3
* smb.c: Fixed line longer than 79 columnsSteve Holme2014-12-131-1/+2
* curl_ntlm_msgs.c: Fixed compilation warning from commit 783b5c3b11Steve Holme2014-12-131-1/+2
* mk-ca-bundle.pl: restored forced run again.Guenter Knauf2014-12-131-1/+1
* synctime.c: removed another timeserver URL.Guenter Knauf2014-12-131-3/+2
* synctime.c: fixed timeserver URLs.Guenter Knauf2014-12-131-3/+3
* ftp.c: Fixed compilation warning when no verbose string supportSteve Holme2014-12-131-1/+8
* smb: Added state change functions to assist with debuggingSteve Holme2014-12-131-5/+52
* ntlm: Use short integer when decoding 16-bit valuesSteve Holme2014-12-131-3/+3
* RELEASE-NOTES: Synced with 6291a16b20Steve Holme2014-12-121-2/+9
* smtp.c: Fixed compilation warningsSteve Holme2014-12-121-3/+3
* smb: Disable SMB when 64-bit integers are not supportedSteve Holme2014-12-124-4/+8
* ntlm: Disable NTLM v2 when 64-bit integers are not supportedSteve Holme2014-12-123-4/+14
* ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually definedSteve Holme2014-12-122-13/+12
* smtp.c: Fixed line longer than 79 columnsSteve Holme2014-12-121-1/+2
* config-win32.h: Don't enable Windows Crypt API if using OpenSSLSteve Holme2014-12-121-0/+2
* smtp: Fixed inappropriate free of the scratch bufferSteve Holme2014-12-121-3/+4
* smtp: Fixed dot stuffing when EOL characters were at end of input buffersSteve Holme2014-12-121-8/+14
* telnet: fix "cast increases required alignment of target type"Daniel Stenberg2014-12-111-4/+3
* ntlm_wb_response: fix "statement not reached"Daniel Stenberg2014-12-101-3/+2
* RELEASE-NOTES: Synced with 1cc5194337Steve Holme2014-12-101-2/+16
* Curl_unix2addr: avoid using the variable name 'sun'Daniel Stenberg2014-12-101-5/+5
* url.c: Fixed compilation warning when USE_NTLM is not definedSteve Holme2014-12-101-0/+4
* parsedate.c: Fixed compilation warningSteve Holme2014-12-101-1/+1
* TODO: Cache negative name resolvesDaniel Stenberg2014-12-101-0/+7
* ldap: check Curl_client_write() return codesDaniel Stenberg2014-12-101-11/+37
* ldap: rename variables to comply to curl standardsDaniel Stenberg2014-12-101-25/+25
* sws.c: Fixed 'rc' may be used uninitialized warningDan Fandrich2014-12-101-1/+1
* cookies: Improved OOM handling in cookiesDan Fandrich2014-12-093-32/+62
* synctime.c: fixed user-agent setting.Guenter Knauf2014-12-091-4/+7
* smb: fix unused return code warningDaniel Stenberg2014-12-091-3/+7
* Curl_client_write() & al.: chop long data, convert data only once.Patrick Monnerat2014-12-093-136/+105
* VC build: added sspi define for winssl-zlib builds.Guenter Knauf2014-12-091-4/+4
* schannel_recv: return the correct codeDaniel Stenberg2014-12-091-0/+2
* http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg2014-12-095-15/+25
* openldap: do not ignore Curl_client_write() return codesDaniel Stenberg2014-12-081-15/+51
* compile: warn on unused return code from Curl_client_write()Daniel Stenberg2014-12-082-2/+4
* SMB: Fix a data size mismatch that broke SMB on big-endian platformsPatrick Monnerat2014-12-081-1/+1
* smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme2014-12-076-2/+20
* RELEASE-NOTES: Synced with 526603ff05Steve Holme2014-12-071-3/+11
* smb: Build with SSPI enabledBill Nagel2014-12-075-12/+9
* ntlm: Use Windows Crypt APIBill Nagel2014-12-074-14/+88
* cookie.c: Refactored cleanup code to simplifyDan Fandrich2014-12-071-25/+19
* get_url_file_name: Fixed crash on OOM on debug buildDan Fandrich2014-12-071-0/+2
* sws.c: Fixed compilation warningSteve Holme2014-12-061-1/+1