aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-13smb.c: Fixed line longer than 79 columnsSteve Holme
2014-12-13curl_ntlm_msgs.c: Fixed compilation warning from commit 783b5c3b11Steve Holme
2014-12-13mk-ca-bundle.pl: restored forced run again.Guenter Knauf
2014-12-13ftp.c: Fixed compilation warning when no verbose string supportSteve Holme
2014-12-13smb: Added state change functions to assist with debuggingSteve Holme
2014-12-13ntlm: Use short integer when decoding 16-bit valuesSteve Holme
2014-12-12smtp.c: Fixed compilation warningsSteve Holme
2014-12-12smb: Disable SMB when 64-bit integers are not supportedSteve Holme
2014-12-12ntlm: Disable NTLM v2 when 64-bit integers are not supportedSteve Holme
2014-12-12ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually definedSteve Holme
2014-12-12smtp.c: Fixed line longer than 79 columnsSteve Holme
2014-12-12config-win32.h: Don't enable Windows Crypt API if using OpenSSLSteve Holme
2014-12-12smtp: Fixed inappropriate free of the scratch bufferSteve Holme
2014-12-12smtp: Fixed dot stuffing when EOL characters were at end of input buffersSteve Holme
2014-12-11telnet: fix "cast increases required alignment of target type"Daniel Stenberg
2014-12-10ntlm_wb_response: fix "statement not reached"Daniel Stenberg
2014-12-10Curl_unix2addr: avoid using the variable name 'sun'Daniel Stenberg
2014-12-10url.c: Fixed compilation warning when USE_NTLM is not definedSteve Holme
2014-12-10parsedate.c: Fixed compilation warningSteve Holme
2014-12-10ldap: check Curl_client_write() return codesDaniel Stenberg
2014-12-10ldap: rename variables to comply to curl standardsDaniel Stenberg
2014-12-09cookies: Improved OOM handling in cookiesDan Fandrich
2014-12-09smb: fix unused return code warningDaniel Stenberg
2014-12-09Curl_client_write() & al.: chop long data, convert data only once.Patrick Monnerat
2014-12-09schannel_recv: return the correct codeDaniel Stenberg
2014-12-09http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg
2014-12-08openldap: do not ignore Curl_client_write() return codesDaniel Stenberg
2014-12-08compile: warn on unused return code from Curl_client_write()Daniel Stenberg
2014-12-08SMB: Fix a data size mismatch that broke SMB on big-endian platformsPatrick Monnerat
2014-12-07smb: Fixed Windows autoconf builds following commit eb88d778e7Steve Holme
2014-12-07smb: Build with SSPI enabledBill Nagel
2014-12-07ntlm: Use Windows Crypt APIBill Nagel
2014-12-07cookie.c: Refactored cleanup code to simplifyDan Fandrich
2014-12-06ftp.c: Fixed compilation warnings when proxy support disabledSteve Holme
2014-12-06smb: Fixed a problem with large file transfersSteve Holme
2014-12-06smb: Moved the URL decoding into a separate functionSteve Holme
2014-12-06smb: Fixed URL encoded URLs not workingSteve Holme
2014-12-06Makefile.inc: Updated file formattingSteve Holme
2014-12-06curl_md4.h: Updated copyright year following recent editSteve Holme
2014-12-05SMB: Fix big endian problems. Make it OS/400 aware.Patrick Monnerat
2014-12-05OS400: enable NTLM authenticationPatrick Monnerat
2014-12-05multi.c: Fixed compilation warningSteve Holme
2014-12-05build: updated dependencies in makefiles.Guenter Knauf
2014-12-05sasl: Corrected formatting of function descriptionsSteve Holme
2014-12-05sasl_gssapi: Added missing function descriptionSteve Holme
2014-12-05sasl_sspi: Corrected some typosSteve Holme
2014-12-05sasl_sspi: Don't use hard coded sizes in Kerberos V5 security dataSteve Holme
2014-12-05sasl_sspi: Free the Kerberos V5 challenge as soon as we're done with itSteve Holme
2014-12-05gssapi: Corrected typo in commentsSteve Holme
2014-12-05sasl_gssapi: Added body to Curl_sasl_create_gssapi_security_message()Steve Holme