aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_schannel.c
AgeCommit message (Expand)Author
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-11-08SSL: Several SSL-backend related fixesOscar Koeroo
2012-11-06CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg
2012-10-06curl_schannel.c: Fixed caching more data than requiredMarc Hoersken
2012-10-06curl_schannel: Removed buffer limit and optimized buffer strategyMarc Hoersken
2012-10-04lib/curl_schannel.c: Hide size_t conversion warningMarc Hoersken
2012-10-03lib/curl_schannel: Increased maximum buffer size to factor 128Marc Hoersken
2012-09-09curl_schannel.c: Reference count the credential/session handleMarc Hoersken
2012-07-09Make Curl_schannel_version() return "WinSSL"Yang Tse
2012-07-05unicode NTLM SSPI: cleanup follow-upYang Tse
2012-07-05unicode NTLM SSPI: cleanupYang Tse
2012-06-25curl_schannel.c: Remove redundant NULL assignments following Curl_safefree()Yang Tse
2012-06-25curl_schannel.c: Replace free() with Curl_safefree()Marc Hoersken
2012-06-20schannel: Implement new buffer size strategyMarc Hoersken
2012-06-20schannel SSL: fix compiler warningYang Tse
2012-06-20schannel SSL: fix for renegotiate problemMark Salisbury
2012-06-20schannel_connect_step2: checksrc whitespace fixDaniel Stenberg
2012-06-20schannel SSL: changes in schannel_connect_step2Mark Salisbury
2012-06-20schannel SSL: Made send method handle unexpected cases betterMark Salisbury
2012-06-19curl_schannel.c: Avoid unnecessary realloc calls to reduce buffer sizeMarc Hoersken
2012-06-19schannel SSL: Use standard Curl read/write methodsMark Salisbury
2012-06-19schannel SSL: make wording of some trace messages better reflect realityYang Tse
2012-06-19schannel SSL: Implemented SSL shutdownMark Salisbury
2012-06-19schannel SSL: certificate validation on WinCEMark Salisbury
2012-06-19schannel SSL: Added helper methods to simplify codeMark Salisbury
2012-06-16Win32: downplay MS bazillion type synonyms gameYang Tse
2012-06-15SSPI related code: Unicode support for WinCEMark Salisbury
2012-06-14schannel: fix printf-style format stringsYang Tse
2012-06-14Fix bad failf() and info() usageYang Tse
2012-06-14schannel: fix unused parameter warningsYang Tse
2012-06-14schannel: fix comparisons between signed and unsignedYang Tse
2012-06-14schannel: fix discarding qualifier from pointer typeYang Tse
2012-06-14schannel: fix shadowing of global declarationsYang Tse
2012-06-14schannel: fix Curl_schannel_init() and Curl_schannel_cleanup() declarationsYang Tse
2012-06-13Changed Schannel string to SSL-Windows-native.Guenter Knauf
2012-06-13schannel: remove version number and identify its use with 'schannel' literalYang Tse
2012-06-12sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse
2012-06-11checksrc: shorten a few lines to complyDaniel Stenberg
2012-06-11sspi: Reworked Curl_sspi_version() to return version componentsSteve Holme
2012-06-11schannel: Code cleanup and bug fixesMarc Hoersken
2012-06-11curl_sspi: Added Curl_sspi_version functionMarc Hoersken
2012-06-11schannel: Replace ASCII specific code with general definesMarc Hoersken
2012-06-11schannel: Moved interal struct types to urldata.hMarc Hoersken
2012-06-11schannel: Fixed compiler warnings about pointer type assignmentsMarc Hoersken
2012-06-11schannel: Fixed critical typo in conditions and added buffer length checksMarc Hoersken
2012-06-11sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken
2012-06-11schannel: Added special shutdown check for Windows 2000 ProfessionalMarc Hoersken
2012-06-11schannel: Implemented SSL/TLS renegotiationMarc Hoersken